Shades of Han Purple #5807DB
Tints of Han Purple #5807DB
RGB
CMYK
RGB Variations
Color information
#5807DB (or 0x5807DB) is known color: Han Purple. HEX triplet: 58, 07 and DB. RGB value is (88,7,219). Sum of RGB (Red+Green+Blue) = 88+7+219=314 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.03% from 314); Green value is 7 (3.12% from 255 or 2.23% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #5807DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5807DB is #A7F824. Grayscale: #363636. Windows color (decimal): -11008037 or 14354264. OLE color: 14354264.
HSL color Cylindrical-coordinate representation of color #5807DB: hue angle of 262.92º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5807DB is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 88 | 7 | 219 | - |
| CMYK | 0.60 | 0.97 | 0 | 0.14 |
| HSL | 262.92º | 0.94% | 0.44% | - |
| HSV(B) | 262.92º | 0.97% | 0.86% | - |
| XYZ | 16.89 | 7.34 | 67.54 | - |
| YUV | 55.39 | 220.34 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 7 | 219 | 0.60 | 0.97 | 0 | 0.14 | 262.92 | 0.94 | 0.44 |
| Hex | 58 | 7 | DB | 3C | 61 | 0 | E | 107 | 5E | 2C |
| Octal | 130 | 7 | 333 | 74 | 141 | 0 | 16 | 407 | 136 | 54 |
| Binary | 1011000 | 111 | 11011011 | 111100 | 1100001 | 0 | 1110 | 100000111 | 1011110 | 101100 |
Color Harmonies of #5807DB
Complementary color
Monochromatic Colors of #5807DB
Black with #5807DB
Text Example
Text Example
White with #5807DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5807DB; }
p { color: rgb(88,7,219); }
H1.HeaderClassName
{
color: #5807DB;
}
.AnyTagClassName
{
color: #5807DB;
}
</style>
background-color css
<style>
a { background-color: #5807DB; }
a { background-color: rgb(88,7,219); }
div.DivClassName
{
background-color: #5807DB;
}
.BgClassName
{
background-color: #5807DB;
}
</style>
border-color css
<style>
span { border-color: #5807DB; }
span { border-color: rgb(88,7,219); }
td.TdClassName
{
border-color: #5807DB;
}
.TagClassName
{
border-color: #5807DB;
}
</style>