Shades of Han Purple #591AE8
Tints of Han Purple #591AE8
RGB
CMYK
RGB Variations
Color information
#591AE8 (or 0x591AE8) is known color: Han Purple. HEX triplet: 59, 1A and E8. RGB value is (89,26,232). Sum of RGB (Red+Green+Blue) = 89+26+232=347 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.65% from 347); Green value is 26 (10.55% from 255 or 7.49% from 347); Blue value is 232 (91.02% from 255 or 66.86% from 347); Max value from RGB is 232 - color contains mainly: blue. Hex color #591AE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591AE8 is #A6E517. Grayscale: #434343. Windows color (decimal): -10937624 or 15211097. OLE color: 15211097.
HSL color Cylindrical-coordinate representation of color #591AE8: hue angle of 258.35º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #591AE8 is Cyan = 0.62, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 26 | 232 | - |
| CMYK | 0.62 | 0.89 | 0 | 0.09 |
| HSL | 258.35º | 0.82% | 0.51% | - |
| HSV(B) | 258.35º | 0.89% | 0.91% | - |
| XYZ | 19.05 | 8.69 | 77.02 | - |
| YUV | 68.32 | 220.37 | 142.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 26 | 232 | 0.62 | 0.89 | 0 | 0.09 | 258.35 | 0.82 | 0.51 |
| Hex | 59 | 1A | E8 | 3E | 59 | 0 | 9 | 102 | 52 | 33 |
| Octal | 131 | 32 | 350 | 76 | 131 | 0 | 11 | 402 | 122 | 63 |
| Binary | 1011001 | 11010 | 11101000 | 111110 | 1011001 | 0 | 1001 | 100000010 | 1010010 | 110011 |
Color Harmonies of #591AE8
Complementary color
Monochromatic Colors of #591AE8
Black with #591AE8
Text Example
Text Example
White with #591AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591AE8; }
p { color: rgb(89,26,232); }
H1.HeaderClassName
{
color: #591AE8;
}
.AnyTagClassName
{
color: #591AE8;
}
</style>
background-color css
<style>
a { background-color: #591AE8; }
a { background-color: rgb(89,26,232); }
div.DivClassName
{
background-color: #591AE8;
}
.BgClassName
{
background-color: #591AE8;
}
</style>
border-color css
<style>
span { border-color: #591AE8; }
span { border-color: rgb(89,26,232); }
td.TdClassName
{
border-color: #591AE8;
}
.TagClassName
{
border-color: #591AE8;
}
</style>