Shades of Han Purple #5421DC
Tints of Han Purple #5421DC
RGB
CMYK
RGB Variations
Color information
#5421DC (or 0x5421DC) is known color: Han Purple. HEX triplet: 54, 21 and DC. RGB value is (84,33,220). Sum of RGB (Red+Green+Blue) = 84+33+220=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 33 (13.28% from 255 or 9.79% from 337); Blue value is 220 (86.33% from 255 or 65.28% from 337); Max value from RGB is 220 - color contains mainly: blue. Hex color #5421DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5421DC is #ABDE23. Grayscale: #444444. Windows color (decimal): -11263524 or 14426452. OLE color: 14426452.
HSL color Cylindrical-coordinate representation of color #5421DC: hue angle of 256.36º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5421DC is Cyan = 0.62, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 33 | 220 | - |
| CMYK | 0.62 | 0.85 | 0 | 0.14 |
| HSL | 256.36º | 0.74% | 0.5% | - |
| HSV(B) | 256.36º | 0.85% | 0.86% | - |
| XYZ | 17.12 | 8.14 | 68.38 | - |
| YUV | 69.57 | 212.9 | 138.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 33 | 220 | 0.62 | 0.85 | 0 | 0.14 | 256.36 | 0.74 | 0.5 |
| Hex | 54 | 21 | DC | 3E | 55 | 0 | E | 100 | 4A | 32 |
| Octal | 124 | 41 | 334 | 76 | 125 | 0 | 16 | 400 | 112 | 62 |
| Binary | 1010100 | 100001 | 11011100 | 111110 | 1010101 | 0 | 1110 | 100000000 | 1001010 | 110010 |
Color Harmonies of #5421DC
Complementary color
Monochromatic Colors of #5421DC
Black with #5421DC
Text Example
Text Example
White with #5421DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5421DC; }
p { color: rgb(84,33,220); }
H1.HeaderClassName
{
color: #5421DC;
}
.AnyTagClassName
{
color: #5421DC;
}
</style>
background-color css
<style>
a { background-color: #5421DC; }
a { background-color: rgb(84,33,220); }
div.DivClassName
{
background-color: #5421DC;
}
.BgClassName
{
background-color: #5421DC;
}
</style>
border-color css
<style>
span { border-color: #5421DC; }
span { border-color: rgb(84,33,220); }
td.TdClassName
{
border-color: #5421DC;
}
.TagClassName
{
border-color: #5421DC;
}
</style>