Shades of Han Purple #5805D9
Tints of Han Purple #5805D9
RGB
CMYK
RGB Variations
Color information
#5805D9 (or 0x5805D9) is known color: Han Purple. HEX triplet: 58, 05 and D9. RGB value is (88,5,217). Sum of RGB (Red+Green+Blue) = 88+5+217=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 217 (85.16% from 255 or 70% from 310); Max value from RGB is 217 - color contains mainly: blue. Hex color #5805D9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5805D9 is #A7FA26. Grayscale: #353535. Windows color (decimal): -11008551 or 14222680. OLE color: 14222680.
HSL color Cylindrical-coordinate representation of color #5805D9: hue angle of 263.49º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5805D9 is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 88 | 5 | 217 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.15 |
| HSL | 263.49º | 0.95% | 0.44% | - |
| HSV(B) | 263.49º | 0.98% | 0.85% | - |
| XYZ | 16.6 | 7.19 | 66.16 | - |
| YUV | 53.99 | 220 | 152.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 5 | 217 | 0.59 | 0.98 | 0 | 0.15 | 263.49 | 0.95 | 0.44 |
| Hex | 58 | 5 | D9 | 3B | 62 | 0 | F | 107 | 5F | 2C |
| Octal | 130 | 5 | 331 | 73 | 142 | 0 | 17 | 407 | 137 | 54 |
| Binary | 1011000 | 101 | 11011001 | 111011 | 1100010 | 0 | 1111 | 100000111 | 1011111 | 101100 |
Color Harmonies of #5805D9
Complementary color
Monochromatic Colors of #5805D9
Black with #5805D9
Text Example
Text Example
White with #5805D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5805D9; }
p { color: rgb(88,5,217); }
H1.HeaderClassName
{
color: #5805D9;
}
.AnyTagClassName
{
color: #5805D9;
}
</style>
background-color css
<style>
a { background-color: #5805D9; }
a { background-color: rgb(88,5,217); }
div.DivClassName
{
background-color: #5805D9;
}
.BgClassName
{
background-color: #5805D9;
}
</style>
border-color css
<style>
span { border-color: #5805D9; }
span { border-color: rgb(88,5,217); }
td.TdClassName
{
border-color: #5805D9;
}
.TagClassName
{
border-color: #5805D9;
}
</style>