Shades of Han Purple #5418DC
Tints of Han Purple #5418DC
RGB
CMYK
RGB Variations
Color information
#5418DC (or 0x5418DC) is known color: Han Purple. HEX triplet: 54, 18 and DC. RGB value is (84,24,220). Sum of RGB (Red+Green+Blue) = 84+24+220=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 24 (9.77% from 255 or 7.32% from 328); Blue value is 220 (86.33% from 255 or 67.07% from 328); Max value from RGB is 220 - color contains mainly: blue. Hex color #5418DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5418DC is #ABE723. Grayscale: #3F3F3F. Windows color (decimal): -11265828 or 14424148. OLE color: 14424148.
HSL color Cylindrical-coordinate representation of color #5418DC: hue angle of 258.37º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5418DC is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 24 | 220 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.14 |
| HSL | 258.37º | 0.8% | 0.48% | - |
| HSV(B) | 258.37º | 0.89% | 0.86% | - |
| XYZ | 16.9 | 7.71 | 68.31 | - |
| YUV | 64.28 | 215.88 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 24 | 220 | 0.62 | 0.89 | 0 | 0.14 | 258.37 | 0.8 | 0.48 |
| Hex | 54 | 18 | DC | 3E | 59 | 0 | E | 102 | 50 | 30 |
| Octal | 124 | 30 | 334 | 76 | 131 | 0 | 16 | 402 | 120 | 60 |
| Binary | 1010100 | 11000 | 11011100 | 111110 | 1011001 | 0 | 1110 | 100000010 | 1010000 | 110000 |
Color Harmonies of #5418DC
Complementary color
Monochromatic Colors of #5418DC
Black with #5418DC
Text Example
Text Example
White with #5418DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5418DC; }
p { color: rgb(84,24,220); }
H1.HeaderClassName
{
color: #5418DC;
}
.AnyTagClassName
{
color: #5418DC;
}
</style>
background-color css
<style>
a { background-color: #5418DC; }
a { background-color: rgb(84,24,220); }
div.DivClassName
{
background-color: #5418DC;
}
.BgClassName
{
background-color: #5418DC;
}
</style>
border-color css
<style>
span { border-color: #5418DC; }
span { border-color: rgb(84,24,220); }
td.TdClassName
{
border-color: #5418DC;
}
.TagClassName
{
border-color: #5418DC;
}
</style>