Random Color Generator

#742fde Color

Color Codes
Hex Code #742fde
RGB Code rgb(116, 47, 222)
HSL Code hsl(264, 73%, 53%)

#742fde Color Syntax

rgb()

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

 main {
    background-color: rgb(116, 47, 222);
   }

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, 73%, 53%);
  }

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 #742fde

RGB Code Hex Code Preview
rgb(116, 47, 222, 10%) #742fde1a  
rgb(116, 47, 222, 20%) #742fde33  
rgb(116, 47, 222, 40%) #742fde4C  
rgb(116, 47, 222, 60%) #742fde99  
rgb(116, 47, 222, 80%) #742fdeCC  
rgb(116, 47, 222, 100%) #742fdeFF  

Saturated and desaturated colors of #742fde

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

#742fde Color Usage In CSS

 body {
    color: #742fde;
    }
 p {
    color: rgb(116, 47, 222);
    }
 header {
    border-bottom:1px solid #742fde;
    }
Recent Random Colors