Shades of Han Purple #5808DB
Tints of Han Purple #5808DB
RGB
CMYK
RGB Variations
Color information
#5808DB (or 0x5808DB) is known color: Han Purple. HEX triplet: 58, 08 and DB. RGB value is (88,8,219). Sum of RGB (Red+Green+Blue) = 88+8+219=315 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.94% from 315); Green value is 8 (3.52% from 255 or 2.54% from 315); Blue value is 219 (85.94% from 255 or 69.52% from 315); Max value from RGB is 219 - color contains mainly: blue. Hex color #5808DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5808DB is #A7F724. Grayscale: #373737. Windows color (decimal): -11007781 or 14354520. OLE color: 14354520.
HSL color Cylindrical-coordinate representation of color #5808DB: hue angle of 262.75º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5808DB is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 8 | 219 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.14 |
| HSL | 262.75º | 0.93% | 0.45% | - |
| HSV(B) | 262.75º | 0.96% | 0.86% | - |
| XYZ | 16.9 | 7.36 | 67.55 | - |
| YUV | 55.97 | 220 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 8 | 219 | 0.60 | 0.96 | 0 | 0.14 | 262.75 | 0.93 | 0.45 |
| Hex | 58 | 8 | DB | 3C | 60 | 0 | E | 107 | 5D | 2D |
| Octal | 130 | 10 | 333 | 74 | 140 | 0 | 16 | 407 | 135 | 55 |
| Binary | 1011000 | 1000 | 11011011 | 111100 | 1100000 | 0 | 1110 | 100000111 | 1011101 | 101101 |
Color Harmonies of #5808DB
Complementary color
Monochromatic Colors of #5808DB
Black with #5808DB
Text Example
Text Example
White with #5808DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5808DB; }
p { color: rgb(88,8,219); }
H1.HeaderClassName
{
color: #5808DB;
}
.AnyTagClassName
{
color: #5808DB;
}
</style>
background-color css
<style>
a { background-color: #5808DB; }
a { background-color: rgb(88,8,219); }
div.DivClassName
{
background-color: #5808DB;
}
.BgClassName
{
background-color: #5808DB;
}
</style>
border-color css
<style>
span { border-color: #5808DB; }
span { border-color: rgb(88,8,219); }
td.TdClassName
{
border-color: #5808DB;
}
.TagClassName
{
border-color: #5808DB;
}
</style>