Shades of Han Purple #591EE0
Tints of Han Purple #591EE0
RGB
CMYK
RGB Variations
Color information
#591EE0 (or 0x591EE0) is known color: Han Purple. HEX triplet: 59, 1E and E0. RGB value is (89,30,224). Sum of RGB (Red+Green+Blue) = 89+30+224=343 (45% of max value = 765). Red value is 89 (35.16% from 255 or 25.95% from 343); Green value is 30 (12.11% from 255 or 8.75% from 343); Blue value is 224 (87.89% from 255 or 65.31% from 343); Max value from RGB is 224 - color contains mainly: blue. Hex color #591EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591EE0 is #A6E11F. Grayscale: #454545. Windows color (decimal): -10936608 or 14687833. OLE color: 14687833.
HSL color Cylindrical-coordinate representation of color #591EE0: hue angle of 258.25º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591EE0 is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 30 | 224 | - |
| CMYK | 0.60 | 0.87 | 0 | 0.12 |
| HSL | 258.25º | 0.76% | 0.5% | - |
| HSV(B) | 258.25º | 0.87% | 0.88% | - |
| XYZ | 18.04 | 8.43 | 71.2 | - |
| YUV | 69.76 | 215.05 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 224 | 0.60 | 0.87 | 0 | 0.12 | 258.25 | 0.76 | 0.5 |
| Hex | 59 | 1E | E0 | 3C | 57 | 0 | C | 102 | 4C | 32 |
| Octal | 131 | 36 | 340 | 74 | 127 | 0 | 14 | 402 | 114 | 62 |
| Binary | 1011001 | 11110 | 11100000 | 111100 | 1010111 | 0 | 1100 | 100000010 | 1001100 | 110010 |
Color Harmonies of #591EE0
Complementary color
Monochromatic Colors of #591EE0
Black with #591EE0
Text Example
Text Example
White with #591EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591EE0; }
p { color: rgb(89,30,224); }
H1.HeaderClassName
{
color: #591EE0;
}
.AnyTagClassName
{
color: #591EE0;
}
</style>
background-color css
<style>
a { background-color: #591EE0; }
a { background-color: rgb(89,30,224); }
div.DivClassName
{
background-color: #591EE0;
}
.BgClassName
{
background-color: #591EE0;
}
</style>
border-color css
<style>
span { border-color: #591EE0; }
span { border-color: rgb(89,30,224); }
td.TdClassName
{
border-color: #591EE0;
}
.TagClassName
{
border-color: #591EE0;
}
</style>