Shades of Han Purple #590EE1
Tints of Han Purple #590EE1
RGB
CMYK
RGB Variations
Color information
#590EE1 (or 0x590EE1) is known color: Han Purple. HEX triplet: 59, 0E and E1. RGB value is (89,14,225). Sum of RGB (Red+Green+Blue) = 89+14+225=328 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.13% from 328); Green value is 14 (5.86% from 255 or 4.27% from 328); Blue value is 225 (88.28% from 255 or 68.60% from 328); Max value from RGB is 225 - color contains mainly: blue. Hex color #590EE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590EE1 is #A6F11E. Grayscale: #3B3B3B. Windows color (decimal): -10940703 or 14749273. OLE color: 14749273.
HSL color Cylindrical-coordinate representation of color #590EE1: hue angle of 261.33º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590EE1 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 14 | 225 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.12 |
| HSL | 261.33º | 0.88% | 0.47% | - |
| HSV(B) | 261.33º | 0.94% | 0.88% | - |
| XYZ | 17.87 | 7.87 | 71.81 | - |
| YUV | 60.48 | 220.85 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 14 | 225 | 0.60 | 0.94 | 0 | 0.12 | 261.33 | 0.88 | 0.47 |
| Hex | 59 | E | E1 | 3C | 5E | 0 | C | 105 | 58 | 2F |
| Octal | 131 | 16 | 341 | 74 | 136 | 0 | 14 | 405 | 130 | 57 |
| Binary | 1011001 | 1110 | 11100001 | 111100 | 1011110 | 0 | 1100 | 100000101 | 1011000 | 101111 |
Color Harmonies of #590EE1
Complementary color
Monochromatic Colors of #590EE1
Black with #590EE1
Text Example
Text Example
White with #590EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590EE1; }
p { color: rgb(89,14,225); }
H1.HeaderClassName
{
color: #590EE1;
}
.AnyTagClassName
{
color: #590EE1;
}
</style>
background-color css
<style>
a { background-color: #590EE1; }
a { background-color: rgb(89,14,225); }
div.DivClassName
{
background-color: #590EE1;
}
.BgClassName
{
background-color: #590EE1;
}
</style>
border-color css
<style>
span { border-color: #590EE1; }
span { border-color: rgb(89,14,225); }
td.TdClassName
{
border-color: #590EE1;
}
.TagClassName
{
border-color: #590EE1;
}
</style>