Random Color Generator

#602774 Color

Color Codes
Hex Code #602774
RGB Code rgb(96, 39, 116)
HSL Code hsl(284, 50%, 30%)

#602774 Color Syntax

rgb()

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

 main {
    background-color: rgb(96, 39, 116);
   }

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(284, 50%, 30%);
  }

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 #602774

RGB Code Hex Code Preview
rgb(96, 39, 116, 10%) #6027741a  
rgb(96, 39, 116, 20%) #60277433  
rgb(96, 39, 116, 40%) #6027744C  
rgb(96, 39, 116, 60%) #60277499  
rgb(96, 39, 116, 80%) #602774CC  
rgb(96, 39, 116, 100%) #602774FF  

Saturated and desaturated colors of #602774

HSL Code Preview
hsl(284, 10%, 30%)  
hsl(284, 20%, 30%)  
hsl(284, 40%, 30%)  
hsl(284, 60%, 30%)  
hsl(284, 80%, 30%)  
hsl(284, 100%, 30%)  

#602774 Color Usage In CSS

 body {
    color: #602774;
    }
 p {
    color: rgb(96, 39, 116);
    }
 header {
    border-bottom:1px solid #602774;
    }
Recent Random Colors