Shades of Han Purple #591EE8
Tints of Han Purple #591EE8
RGB
CMYK
RGB Variations
Color information
#591EE8 (or 0x591EE8) is known color: Han Purple. HEX triplet: 59, 1E and E8. RGB value is (89,30,232). Sum of RGB (Red+Green+Blue) = 89+30+232=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 232 (91.02% from 255 or 66.10% from 351); Max value from RGB is 232 - color contains mainly: blue. Hex color #591EE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591EE8 is #A6E117. Grayscale: #454545. Windows color (decimal): -10936600 or 15212121. OLE color: 15212121.
HSL color Cylindrical-coordinate representation of color #591EE8: hue angle of 257.52º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591EE8 is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 30 | 232 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.09 |
| HSL | 257.52º | 0.81% | 0.51% | - |
| HSV(B) | 257.52º | 0.87% | 0.91% | - |
| XYZ | 19.15 | 8.88 | 77.05 | - |
| YUV | 70.67 | 219.05 | 141.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 232 | 0.62 | 0.87 | 0 | 0.09 | 257.52 | 0.81 | 0.51 |
| Hex | 59 | 1E | E8 | 3E | 57 | 0 | 9 | 102 | 51 | 33 |
| Octal | 131 | 36 | 350 | 76 | 127 | 0 | 11 | 402 | 121 | 63 |
| Binary | 1011001 | 11110 | 11101000 | 111110 | 1010111 | 0 | 1001 | 100000010 | 1010001 | 110011 |
Color Harmonies of #591EE8
Complementary color
Monochromatic Colors of #591EE8
Black with #591EE8
Text Example
Text Example
White with #591EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591EE8; }
p { color: rgb(89,30,232); }
H1.HeaderClassName
{
color: #591EE8;
}
.AnyTagClassName
{
color: #591EE8;
}
</style>
background-color css
<style>
a { background-color: #591EE8; }
a { background-color: rgb(89,30,232); }
div.DivClassName
{
background-color: #591EE8;
}
.BgClassName
{
background-color: #591EE8;
}
</style>
border-color css
<style>
span { border-color: #591EE8; }
span { border-color: rgb(89,30,232); }
td.TdClassName
{
border-color: #591EE8;
}
.TagClassName
{
border-color: #591EE8;
}
</style>