Shades of Han Purple #591EE5
Tints of Han Purple #591EE5
RGB
CMYK
RGB Variations
Color information
#591EE5 (or 0x591EE5) is known color: Han Purple. HEX triplet: 59, 1E and E5. RGB value is (89,30,229). Sum of RGB (Red+Green+Blue) = 89+30+229=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 30 (12.11% from 255 or 8.62% from 348); Blue value is 229 (89.84% from 255 or 65.80% from 348); Max value from RGB is 229 - color contains mainly: blue. Hex color #591EE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591EE5 is #A6E11A. Grayscale: #454545. Windows color (decimal): -10936603 or 15015513. OLE color: 15015513.
HSL color Cylindrical-coordinate representation of color #591EE5: hue angle of 257.79º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591EE5 is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 30 | 229 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.10 |
| HSL | 257.79º | 0.79% | 0.51% | - |
| HSV(B) | 257.79º | 0.87% | 0.9% | - |
| XYZ | 18.73 | 8.71 | 74.82 | - |
| YUV | 70.33 | 217.55 | 141.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 229 | 0.61 | 0.87 | 0 | 0.10 | 257.79 | 0.79 | 0.51 |
| Hex | 59 | 1E | E5 | 3D | 57 | 0 | A | 102 | 4F | 33 |
| Octal | 131 | 36 | 345 | 75 | 127 | 0 | 12 | 402 | 117 | 63 |
| Binary | 1011001 | 11110 | 11100101 | 111101 | 1010111 | 0 | 1010 | 100000010 | 1001111 | 110011 |
Color Harmonies of #591EE5
Complementary color
Monochromatic Colors of #591EE5
Black with #591EE5
Text Example
Text Example
White with #591EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591EE5; }
p { color: rgb(89,30,229); }
H1.HeaderClassName
{
color: #591EE5;
}
.AnyTagClassName
{
color: #591EE5;
}
</style>
background-color css
<style>
a { background-color: #591EE5; }
a { background-color: rgb(89,30,229); }
div.DivClassName
{
background-color: #591EE5;
}
.BgClassName
{
background-color: #591EE5;
}
</style>
border-color css
<style>
span { border-color: #591EE5; }
span { border-color: rgb(89,30,229); }
td.TdClassName
{
border-color: #591EE5;
}
.TagClassName
{
border-color: #591EE5;
}
</style>