Shades of Han Purple #5809DB
Tints of Han Purple #5809DB
RGB
CMYK
RGB Variations
Color information
#5809DB (or 0x5809DB) is known color: Han Purple. HEX triplet: 58, 09 and DB. RGB value is (88,9,219). Sum of RGB (Red+Green+Blue) = 88+9+219=316 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.85% from 316); Green value is 9 (3.91% from 255 or 2.85% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #5809DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5809DB is #A7F624. Grayscale: #373737. Windows color (decimal): -11007525 or 14354776. OLE color: 14354776.
HSL color Cylindrical-coordinate representation of color #5809DB: hue angle of 262.57º degrees, saturation: 0.92, 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 #5809DB is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 9 | 219 | - |
| CMYK | 0.60 | 0.96 | 0 | 0.14 |
| HSL | 262.57º | 0.92% | 0.45% | - |
| HSV(B) | 262.57º | 0.96% | 0.86% | - |
| XYZ | 16.91 | 7.38 | 67.55 | - |
| YUV | 56.56 | 219.67 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 219 | 0.60 | 0.96 | 0 | 0.14 | 262.57 | 0.92 | 0.45 |
| Hex | 58 | 9 | DB | 3C | 60 | 0 | E | 107 | 5C | 2D |
| Octal | 130 | 11 | 333 | 74 | 140 | 0 | 16 | 407 | 134 | 55 |
| Binary | 1011000 | 1001 | 11011011 | 111100 | 1100000 | 0 | 1110 | 100000111 | 1011100 | 101101 |
Color Harmonies of #5809DB
Complementary color
Monochromatic Colors of #5809DB
Black with #5809DB
Text Example
Text Example
White with #5809DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5809DB; }
p { color: rgb(88,9,219); }
H1.HeaderClassName
{
color: #5809DB;
}
.AnyTagClassName
{
color: #5809DB;
}
</style>
background-color css
<style>
a { background-color: #5809DB; }
a { background-color: rgb(88,9,219); }
div.DivClassName
{
background-color: #5809DB;
}
.BgClassName
{
background-color: #5809DB;
}
</style>
border-color css
<style>
span { border-color: #5809DB; }
span { border-color: rgb(88,9,219); }
td.TdClassName
{
border-color: #5809DB;
}
.TagClassName
{
border-color: #5809DB;
}
</style>