Random Color Generator

#701586 Color

Color Codes
Hex Code #701586
RGB Code rgb(112, 21, 134)
HSL Code hsl(288, 73%, 30%)

#701586 Color Syntax

rgb()

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

 main {
    background-color: rgb(112, 21, 134);
   }

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(288, 73%, 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 #701586

RGB Code Hex Code Preview
rgb(112, 21, 134, 10%) #7015861a  
rgb(112, 21, 134, 20%) #70158633  
rgb(112, 21, 134, 40%) #7015864C  
rgb(112, 21, 134, 60%) #70158699  
rgb(112, 21, 134, 80%) #701586CC  
rgb(112, 21, 134, 100%) #701586FF  

Saturated and desaturated colors of #701586

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

#701586 Color Usage In CSS

 body {
    color: #701586;
    }
 p {
    color: rgb(112, 21, 134);
    }
 header {
    border-bottom:1px solid #701586;
    }
Recent Random Colors