Random Color Generator

#61056e Color

Color Codes
Hex Code #61056e
RGB Code rgb(97, 05, 110)
HSL Code hsl(293, 91%, 23%)

#61056e Color Syntax

rgb()

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

 main {
    background-color: rgb(97, 05, 110);
   }

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(293, 91%, 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 #61056e

RGB Code Hex Code Preview
rgb(97, 05, 110, 10%) #61056e1a  
rgb(97, 05, 110, 20%) #61056e33  
rgb(97, 05, 110, 40%) #61056e4C  
rgb(97, 05, 110, 60%) #61056e99  
rgb(97, 05, 110, 80%) #61056eCC  
rgb(97, 05, 110, 100%) #61056eFF  

Saturated and desaturated colors of #61056e

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

#61056e Color Usage In CSS

 body {
    color: #61056e;
    }
 p {
    color: rgb(97, 05, 110);
    }
 header {
    border-bottom:1px solid #61056e;
    }
Recent Random Colors