Shades of Han Purple #5809EF
Tints of Han Purple #5809EF
RGB
CMYK
RGB Variations
Color information
#5809EF (or 0x5809EF) is known color: Han Purple. HEX triplet: 58, 09 and EF. RGB value is (88,9,239). Sum of RGB (Red+Green+Blue) = 88+9+239=336 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.19% from 336); Green value is 9 (3.91% from 255 or 2.68% from 336); Blue value is 239 (93.75% from 255 or 71.13% from 336); Max value from RGB is 239 - color contains mainly: blue. Hex color #5809EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5809EF is #A7F610. Grayscale: #3A3A3A. Windows color (decimal): -11007505 or 15665496. OLE color: 15665496.
HSL color Cylindrical-coordinate representation of color #5809EF: hue angle of 260.61º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5809EF is Cyan = 0.63, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 88 | 9 | 239 | - |
| CMYK | 0.63 | 0.96 | 0 | 0.06 |
| HSL | 260.61º | 0.93% | 0.49% | - |
| HSV(B) | 260.61º | 0.96% | 0.94% | - |
| XYZ | 19.7 | 8.5 | 82.26 | - |
| YUV | 58.84 | 229.67 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 9 | 239 | 0.63 | 0.96 | 0 | 0.06 | 260.61 | 0.93 | 0.49 |
| Hex | 58 | 9 | EF | 3F | 60 | 0 | 6 | 105 | 5D | 31 |
| Octal | 130 | 11 | 357 | 77 | 140 | 0 | 6 | 405 | 135 | 61 |
| Binary | 1011000 | 1001 | 11101111 | 111111 | 1100000 | 0 | 110 | 100000101 | 1011101 | 110001 |
Color Harmonies of #5809EF
Complementary color
Monochromatic Colors of #5809EF
Black with #5809EF
Text Example
Text Example
White with #5809EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5809EF; }
p { color: rgb(88,9,239); }
H1.HeaderClassName
{
color: #5809EF;
}
.AnyTagClassName
{
color: #5809EF;
}
</style>
background-color css
<style>
a { background-color: #5809EF; }
a { background-color: rgb(88,9,239); }
div.DivClassName
{
background-color: #5809EF;
}
.BgClassName
{
background-color: #5809EF;
}
</style>
border-color css
<style>
span { border-color: #5809EF; }
span { border-color: rgb(88,9,239); }
td.TdClassName
{
border-color: #5809EF;
}
.TagClassName
{
border-color: #5809EF;
}
</style>