Shades of Han Purple #5805DB
Tints of Han Purple #5805DB
RGB
CMYK
RGB Variations
Color information
#5805DB (or 0x5805DB) is known color: Han Purple. HEX triplet: 58, 05 and DB. RGB value is (88,5,219). Sum of RGB (Red+Green+Blue) = 88+5+219=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #5805DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5805DB is #A7FA24. Grayscale: #353535. Windows color (decimal): -11008549 or 14353752. OLE color: 14353752.
HSL color Cylindrical-coordinate representation of color #5805DB: hue angle of 263.27º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5805DB is Cyan = 0.60, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 5 | 219 | - |
| CMYK | 0.60 | 0.98 | 0 | 0.14 |
| HSL | 263.27º | 0.96% | 0.44% | - |
| HSV(B) | 263.27º | 0.98% | 0.86% | - |
| XYZ | 16.86 | 7.3 | 67.54 | - |
| YUV | 54.21 | 221 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 219 | 0.60 | 0.98 | 0 | 0.14 | 263.27 | 0.96 | 0.44 |
| Hex | 58 | 5 | DB | 3C | 62 | 0 | E | 107 | 60 | 2C |
| Octal | 130 | 5 | 333 | 74 | 142 | 0 | 16 | 407 | 140 | 54 |
| Binary | 1011000 | 101 | 11011011 | 111100 | 1100010 | 0 | 1110 | 100000111 | 1100000 | 101100 |
Color Harmonies of #5805DB
Complementary color
Monochromatic Colors of #5805DB
Black with #5805DB
Text Example
Text Example
White with #5805DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5805DB; }
p { color: rgb(88,5,219); }
H1.HeaderClassName
{
color: #5805DB;
}
.AnyTagClassName
{
color: #5805DB;
}
</style>
background-color css
<style>
a { background-color: #5805DB; }
a { background-color: rgb(88,5,219); }
div.DivClassName
{
background-color: #5805DB;
}
.BgClassName
{
background-color: #5805DB;
}
</style>
border-color css
<style>
span { border-color: #5805DB; }
span { border-color: rgb(88,5,219); }
td.TdClassName
{
border-color: #5805DB;
}
.TagClassName
{
border-color: #5805DB;
}
</style>