Shades of Han Purple #590BE8
Tints of Han Purple #590BE8
RGB
CMYK
RGB Variations
Color information
#590BE8 (or 0x590BE8) is known color: Han Purple. HEX triplet: 59, 0B and E8. RGB value is (89,11,232). Sum of RGB (Red+Green+Blue) = 89+11+232=332 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.81% from 332); Green value is 11 (4.69% from 255 or 3.31% from 332); Blue value is 232 (91.02% from 255 or 69.88% from 332); Max value from RGB is 232 - color contains mainly: blue. Hex color #590BE8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #590BE8 is #A6F417. Grayscale: #3A3A3A. Windows color (decimal): -10941464 or 15207257. OLE color: 15207257.
HSL color Cylindrical-coordinate representation of color #590BE8: hue angle of 261.18º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590BE8 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 11 | 232 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.09 |
| HSL | 261.18º | 0.91% | 0.48% | - |
| HSV(B) | 261.18º | 0.95% | 0.91% | - |
| XYZ | 18.8 | 8.19 | 76.93 | - |
| YUV | 59.52 | 225.34 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 232 | 0.62 | 0.95 | 0 | 0.09 | 261.18 | 0.91 | 0.48 |
| Hex | 59 | B | E8 | 3E | 5F | 0 | 9 | 105 | 5B | 30 |
| Octal | 131 | 13 | 350 | 76 | 137 | 0 | 11 | 405 | 133 | 60 |
| Binary | 1011001 | 1011 | 11101000 | 111110 | 1011111 | 0 | 1001 | 100000101 | 1011011 | 110000 |
Color Harmonies of #590BE8
Complementary color
Monochromatic Colors of #590BE8
Black with #590BE8
Text Example
Text Example
White with #590BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590BE8; }
p { color: rgb(89,11,232); }
H1.HeaderClassName
{
color: #590BE8;
}
.AnyTagClassName
{
color: #590BE8;
}
</style>
background-color css
<style>
a { background-color: #590BE8; }
a { background-color: rgb(89,11,232); }
div.DivClassName
{
background-color: #590BE8;
}
.BgClassName
{
background-color: #590BE8;
}
</style>
border-color css
<style>
span { border-color: #590BE8; }
span { border-color: rgb(89,11,232); }
td.TdClassName
{
border-color: #590BE8;
}
.TagClassName
{
border-color: #590BE8;
}
</style>