Random Color Generator

#601359 Color

Color Codes
Hex Code #601359
RGB Code rgb(96, 19, 89)
HSL Code hsl(305, 67%, 23%)

#601359 Color Syntax

rgb()

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

 main {
    background-color: rgb(96, 19, 89);
   }

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(305, 67%, 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 #601359

RGB Code Hex Code Preview
rgb(96, 19, 89, 10%) #6013591a  
rgb(96, 19, 89, 20%) #60135933  
rgb(96, 19, 89, 40%) #6013594C  
rgb(96, 19, 89, 60%) #60135999  
rgb(96, 19, 89, 80%) #601359CC  
rgb(96, 19, 89, 100%) #601359FF  

Saturated and desaturated colors of #601359

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

#601359 Color Usage In CSS

 body {
    color: #601359;
    }
 p {
    color: rgb(96, 19, 89);
    }
 header {
    border-bottom:1px solid #601359;
    }
Recent Random Colors