Shades of Han Purple #5402DC
Tints of Han Purple #5402DC
RGB
CMYK
RGB Variations
Color information
#5402DC (or 0x5402DC) is known color: Han Purple. HEX triplet: 54, 02 and DC. RGB value is (84,2,220). Sum of RGB (Red+Green+Blue) = 84+2+220=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 2 (1.17% from 255 or 0.65% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #5402DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5402DC is #ABFD23. Grayscale: #323232. Windows color (decimal): -11271460 or 14418516. OLE color: 14418516.
HSL color Cylindrical-coordinate representation of color #5402DC: hue angle of 262.57º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5402DC is Cyan = 0.62, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 2 | 220 | - |
| CMYK | 0.62 | 0.99 | 0 | 0.14 |
| HSL | 262.57º | 0.98% | 0.44% | - |
| HSV(B) | 262.57º | 0.99% | 0.86% | - |
| XYZ | 16.6 | 7.1 | 68.21 | - |
| YUV | 51.37 | 223.17 | 151.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 2 | 220 | 0.62 | 0.99 | 0 | 0.14 | 262.57 | 0.98 | 0.44 |
| Hex | 54 | 2 | DC | 3E | 63 | 0 | E | 107 | 62 | 2C |
| Octal | 124 | 2 | 334 | 76 | 143 | 0 | 16 | 407 | 142 | 54 |
| Binary | 1010100 | 10 | 11011100 | 111110 | 1100011 | 0 | 1110 | 100000111 | 1100010 | 101100 |
Color Harmonies of #5402DC
Complementary color
Monochromatic Colors of #5402DC
Black with #5402DC
Text Example
Text Example
White with #5402DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5402DC; }
p { color: rgb(84,2,220); }
H1.HeaderClassName
{
color: #5402DC;
}
.AnyTagClassName
{
color: #5402DC;
}
</style>
background-color css
<style>
a { background-color: #5402DC; }
a { background-color: rgb(84,2,220); }
div.DivClassName
{
background-color: #5402DC;
}
.BgClassName
{
background-color: #5402DC;
}
</style>
border-color css
<style>
span { border-color: #5402DC; }
span { border-color: rgb(84,2,220); }
td.TdClassName
{
border-color: #5402DC;
}
.TagClassName
{
border-color: #5402DC;
}
</style>