Shades of Han Purple #590CE1
Tints of Han Purple #590CE1
RGB
CMYK
RGB Variations
Color information
#590CE1 (or 0x590CE1) is known color: Han Purple. HEX triplet: 59, 0C and E1. RGB value is (89,12,225). Sum of RGB (Red+Green+Blue) = 89+12+225=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 225 (88.28% from 255 or 69.02% from 326); Max value from RGB is 225 - color contains mainly: blue. Hex color #590CE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590CE1 is #A6F31E. Grayscale: #3A3A3A. Windows color (decimal): -10941215 or 14748761. OLE color: 14748761.
HSL color Cylindrical-coordinate representation of color #590CE1: hue angle of 261.69º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590CE1 is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 12 | 225 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.12 |
| HSL | 261.69º | 0.9% | 0.46% | - |
| HSV(B) | 261.69º | 0.95% | 0.88% | - |
| XYZ | 17.84 | 7.82 | 71.8 | - |
| YUV | 59.31 | 221.51 | 149.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 225 | 0.60 | 0.95 | 0 | 0.12 | 261.69 | 0.9 | 0.46 |
| Hex | 59 | C | E1 | 3C | 5F | 0 | C | 106 | 5A | 2E |
| Octal | 131 | 14 | 341 | 74 | 137 | 0 | 14 | 406 | 132 | 56 |
| Binary | 1011001 | 1100 | 11100001 | 111100 | 1011111 | 0 | 1100 | 100000110 | 1011010 | 101110 |
Color Harmonies of #590CE1
Complementary color
Monochromatic Colors of #590CE1
Black with #590CE1
Text Example
Text Example
White with #590CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590CE1; }
p { color: rgb(89,12,225); }
H1.HeaderClassName
{
color: #590CE1;
}
.AnyTagClassName
{
color: #590CE1;
}
</style>
background-color css
<style>
a { background-color: #590CE1; }
a { background-color: rgb(89,12,225); }
div.DivClassName
{
background-color: #590CE1;
}
.BgClassName
{
background-color: #590CE1;
}
</style>
border-color css
<style>
span { border-color: #590CE1; }
span { border-color: rgb(89,12,225); }
td.TdClassName
{
border-color: #590CE1;
}
.TagClassName
{
border-color: #590CE1;
}
</style>