Random Color Generator

#600584 Color

Color Codes
Hex Code #600584
RGB Code rgb(96, 05, 132)
HSL Code hsl(283, 93%, 27%)

#600584 Color Syntax

rgb()

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

 main {
    background-color: rgb(96, 05, 132);
   }

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(283, 93%, 27%);
  }

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

RGB Code Hex Code Preview
rgb(96, 05, 132, 10%) #6005841a  
rgb(96, 05, 132, 20%) #60058433  
rgb(96, 05, 132, 40%) #6005844C  
rgb(96, 05, 132, 60%) #60058499  
rgb(96, 05, 132, 80%) #600584CC  
rgb(96, 05, 132, 100%) #600584FF  

Saturated and desaturated colors of #600584

HSL Code Preview
hsl(283, 10%, 27%)  
hsl(283, 20%, 27%)  
hsl(283, 40%, 27%)  
hsl(283, 60%, 27%)  
hsl(283, 80%, 27%)  
hsl(283, 100%, 27%)  

#600584 Color Usage In CSS

 body {
    color: #600584;
    }
 p {
    color: rgb(96, 05, 132);
    }
 header {
    border-bottom:1px solid #600584;
    }
Recent Random Colors