Shades of Han Purple #542BDF
Tints of Han Purple #542BDF
RGB
CMYK
RGB Variations
Color information
#542BDF (or 0x542BDF) is known color: Han Purple. HEX triplet: 54, 2B and DF. RGB value is (84,43,223). Sum of RGB (Red+Green+Blue) = 84+43+223=350 (46% of max value = 765). Red value is 84 (33.20% from 255 or 24% from 350); Green value is 43 (17.19% from 255 or 12.29% from 350); Blue value is 223 (87.5% from 255 or 63.71% from 350); Max value from RGB is 223 - color contains mainly: blue. Hex color #542BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #542BDF is #ABD420. Grayscale: #4B4B4B. Windows color (decimal): -11260961 or 14625620. OLE color: 14625620.
HSL color Cylindrical-coordinate representation of color #542BDF: hue angle of 253.67º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #542BDF is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 43 | 223 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.13 |
| HSL | 253.67º | 0.74% | 0.52% | - |
| HSV(B) | 253.67º | 0.81% | 0.87% | - |
| XYZ | 17.84 | 8.94 | 70.6 | - |
| YUV | 75.78 | 211.08 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 43 | 223 | 0.62 | 0.81 | 0 | 0.13 | 253.67 | 0.74 | 0.52 |
| Hex | 54 | 2B | DF | 3E | 51 | 0 | D | FE | 4A | 34 |
| Octal | 124 | 53 | 337 | 76 | 121 | 0 | 15 | 376 | 112 | 64 |
| Binary | 1010100 | 101011 | 11011111 | 111110 | 1010001 | 0 | 1101 | 11111110 | 1001010 | 110100 |
Color Harmonies of #542BDF
Complementary color
Monochromatic Colors of #542BDF
Black with #542BDF
Text Example
Text Example
White with #542BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #542BDF; }
p { color: rgb(84,43,223); }
H1.HeaderClassName
{
color: #542BDF;
}
.AnyTagClassName
{
color: #542BDF;
}
</style>
background-color css
<style>
a { background-color: #542BDF; }
a { background-color: rgb(84,43,223); }
div.DivClassName
{
background-color: #542BDF;
}
.BgClassName
{
background-color: #542BDF;
}
</style>
border-color css
<style>
span { border-color: #542BDF; }
span { border-color: rgb(84,43,223); }
td.TdClassName
{
border-color: #542BDF;
}
.TagClassName
{
border-color: #542BDF;
}
</style>