Random Color Generator

#6015d4 Color

Color Codes
Hex Code #6015d4
RGB Code rgb(96, 21, 212)
HSL Code hsl(264, 82%, 46%)

#6015d4 Color Syntax

rgb()

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

 main {
    background-color: rgb(96, 21, 212);
   }

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(264, 82%, 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 #6015d4

RGB Code Hex Code Preview
rgb(96, 21, 212, 10%) #6015d41a  
rgb(96, 21, 212, 20%) #6015d433  
rgb(96, 21, 212, 40%) #6015d44C  
rgb(96, 21, 212, 60%) #6015d499  
rgb(96, 21, 212, 80%) #6015d4CC  
rgb(96, 21, 212, 100%) #6015d4FF  

Saturated and desaturated colors of #6015d4

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

#6015d4 Color Usage In CSS

 body {
    color: #6015d4;
    }
 p {
    color: rgb(96, 21, 212);
    }
 header {
    border-bottom:1px solid #6015d4;
    }
Recent Random Colors