Random Color Generator

#5d3dae Color

Color Codes
Hex Code #5d3dae
RGB Code rgb(93, 61, 174)
HSL Code hsl(257, 48%, 46%)

#5d3dae Color Syntax

rgb()

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

 main {
    background-color: rgb(93, 61, 174);
   }

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(257, 48%, 46%);
  }

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 #5d3dae

RGB Code Hex Code Preview
rgb(93, 61, 174, 10%) #5d3dae1a  
rgb(93, 61, 174, 20%) #5d3dae33  
rgb(93, 61, 174, 40%) #5d3dae4C  
rgb(93, 61, 174, 60%) #5d3dae99  
rgb(93, 61, 174, 80%) #5d3daeCC  
rgb(93, 61, 174, 100%) #5d3daeFF  

Saturated and desaturated colors of #5d3dae

HSL Code Preview
hsl(257, 10%, 46%)  
hsl(257, 20%, 46%)  
hsl(257, 40%, 46%)  
hsl(257, 60%, 46%)  
hsl(257, 80%, 46%)  
hsl(257, 100%, 46%)  

#5d3dae Color Usage In CSS

 body {
    color: #5d3dae;
    }
 p {
    color: rgb(93, 61, 174);
    }
 header {
    border-bottom:1px solid #5d3dae;
    }
Recent Random Colors