Shades of Han Purple #5809EC
Tints of Han Purple #5809EC
RGB
CMYK
RGB Variations
Color information
#5809EC (or 0x5809EC) is known color: Han Purple. HEX triplet: 58, 09 and EC. RGB value is (88,9,236). Sum of RGB (Red+Green+Blue) = 88+9+236=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 9 (3.91% from 255 or 2.70% from 333); Blue value is 236 (92.58% from 255 or 70.87% from 333); Max value from RGB is 236 - color contains mainly: blue. Hex color #5809EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5809EC is #A7F613. Grayscale: #393939. Windows color (decimal): -11007508 or 15468888. OLE color: 15468888.
HSL color Cylindrical-coordinate representation of color #5809EC: hue angle of 260.88º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5809EC is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 88 | 9 | 236 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.07 |
| HSL | 260.88º | 0.93% | 0.48% | - |
| HSV(B) | 260.88º | 0.96% | 0.93% | - |
| XYZ | 19.26 | 8.33 | 79.95 | - |
| YUV | 58.5 | 228.17 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 236 | 0.63 | 0.96 | 0 | 0.07 | 260.88 | 0.93 | 0.48 |
| Hex | 58 | 9 | EC | 3F | 60 | 0 | 7 | 105 | 5D | 30 |
| Octal | 130 | 11 | 354 | 77 | 140 | 0 | 7 | 405 | 135 | 60 |
| Binary | 1011000 | 1001 | 11101100 | 111111 | 1100000 | 0 | 111 | 100000101 | 1011101 | 110000 |
Color Harmonies of #5809EC
Complementary color
Monochromatic Colors of #5809EC
Black with #5809EC
Text Example
Text Example
White with #5809EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5809EC; }
p { color: rgb(88,9,236); }
H1.HeaderClassName
{
color: #5809EC;
}
.AnyTagClassName
{
color: #5809EC;
}
</style>
background-color css
<style>
a { background-color: #5809EC; }
a { background-color: rgb(88,9,236); }
div.DivClassName
{
background-color: #5809EC;
}
.BgClassName
{
background-color: #5809EC;
}
</style>
border-color css
<style>
span { border-color: #5809EC; }
span { border-color: rgb(88,9,236); }
td.TdClassName
{
border-color: #5809EC;
}
.TagClassName
{
border-color: #5809EC;
}
</style>