Shades of Han Purple #5419DB
Tints of Han Purple #5419DB
RGB
CMYK
RGB Variations
Color information
#5419DB (or 0x5419DB) is known color: Han Purple. HEX triplet: 54, 19 and DB. RGB value is (84,25,219). Sum of RGB (Red+Green+Blue) = 84+25+219=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 25 (10.16% from 255 or 7.62% from 328); Blue value is 219 (85.94% from 255 or 66.77% from 328); Max value from RGB is 219 - color contains mainly: blue. Hex color #5419DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5419DB is #ABE624. Grayscale: #404040. Windows color (decimal): -11265573 or 14358868. OLE color: 14358868.
HSL color Cylindrical-coordinate representation of color #5419DB: hue angle of 258.25º 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 #5419DB is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 25 | 219 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.14 |
| HSL | 258.25º | 0.8% | 0.48% | - |
| HSV(B) | 258.25º | 0.89% | 0.86% | - |
| XYZ | 16.79 | 7.69 | 67.62 | - |
| YUV | 64.76 | 215.05 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 25 | 219 | 0.62 | 0.89 | 0 | 0.14 | 258.25 | 0.8 | 0.48 |
| Hex | 54 | 19 | DB | 3E | 59 | 0 | E | 102 | 50 | 30 |
| Octal | 124 | 31 | 333 | 76 | 131 | 0 | 16 | 402 | 120 | 60 |
| Binary | 1010100 | 11001 | 11011011 | 111110 | 1011001 | 0 | 1110 | 100000010 | 1010000 | 110000 |
Color Harmonies of #5419DB
Complementary color
Monochromatic Colors of #5419DB
Black with #5419DB
Text Example
Text Example
White with #5419DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5419DB; }
p { color: rgb(84,25,219); }
H1.HeaderClassName
{
color: #5419DB;
}
.AnyTagClassName
{
color: #5419DB;
}
</style>
background-color css
<style>
a { background-color: #5419DB; }
a { background-color: rgb(84,25,219); }
div.DivClassName
{
background-color: #5419DB;
}
.BgClassName
{
background-color: #5419DB;
}
</style>
border-color css
<style>
span { border-color: #5419DB; }
span { border-color: rgb(84,25,219); }
td.TdClassName
{
border-color: #5419DB;
}
.TagClassName
{
border-color: #5419DB;
}
</style>