Random Color Generator

#76015e Color

Color Codes
Hex Code #76015e
RGB Code rgb(118, 01, 94)
HSL Code hsl(312, 98%, 23%)

#76015e Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(118, 01, 94);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(312, 98%, 23%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #76015e

RGB Code Hex Code Preview
rgb(118, 01, 94, 10%) #76015e1a  
rgb(118, 01, 94, 20%) #76015e33  
rgb(118, 01, 94, 40%) #76015e4C  
rgb(118, 01, 94, 60%) #76015e99  
rgb(118, 01, 94, 80%) #76015eCC  
rgb(118, 01, 94, 100%) #76015eFF  

Saturated and desaturated colors of #76015e

HSL Code Preview
hsl(312, 10%, 23%)  
hsl(312, 20%, 23%)  
hsl(312, 40%, 23%)  
hsl(312, 60%, 23%)  
hsl(312, 80%, 23%)  
hsl(312, 100%, 23%)  

#76015e Color Usage In CSS

 body {
    color: #76015e;
    }
 p {
    color: rgb(118, 01, 94);
    }
 header {
    border-bottom:1px solid #76015e;
    }
Recent Random Colors