Shades of Han Purple #590DE0
Tints of Han Purple #590DE0
RGB
CMYK
RGB Variations
Color information
#590DE0 (or 0x590DE0) is known color: Han Purple. HEX triplet: 59, 0D and E0. RGB value is (89,13,224). Sum of RGB (Red+Green+Blue) = 89+13+224=326 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.30% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 224 (87.89% from 255 or 68.71% from 326); Max value from RGB is 224 - color contains mainly: blue. Hex color #590DE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590DE0 is #A6F21F. Grayscale: #3B3B3B. Windows color (decimal): -10940960 or 14683481. OLE color: 14683481.
HSL color Cylindrical-coordinate representation of color #590DE0: hue angle of 261.61º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590DE0 is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 13 | 224 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.12 |
| HSL | 261.61º | 0.89% | 0.46% | - |
| HSV(B) | 261.61º | 0.94% | 0.88% | - |
| XYZ | 17.72 | 7.79 | 71.09 | - |
| YUV | 59.78 | 220.68 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 13 | 224 | 0.60 | 0.94 | 0 | 0.12 | 261.61 | 0.89 | 0.46 |
| Hex | 59 | D | E0 | 3C | 5E | 0 | C | 106 | 59 | 2E |
| Octal | 131 | 15 | 340 | 74 | 136 | 0 | 14 | 406 | 131 | 56 |
| Binary | 1011001 | 1101 | 11100000 | 111100 | 1011110 | 0 | 1100 | 100000110 | 1011001 | 101110 |
Color Harmonies of #590DE0
Complementary color
Monochromatic Colors of #590DE0
Black with #590DE0
Text Example
Text Example
White with #590DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590DE0; }
p { color: rgb(89,13,224); }
H1.HeaderClassName
{
color: #590DE0;
}
.AnyTagClassName
{
color: #590DE0;
}
</style>
background-color css
<style>
a { background-color: #590DE0; }
a { background-color: rgb(89,13,224); }
div.DivClassName
{
background-color: #590DE0;
}
.BgClassName
{
background-color: #590DE0;
}
</style>
border-color css
<style>
span { border-color: #590DE0; }
span { border-color: rgb(89,13,224); }
td.TdClassName
{
border-color: #590DE0;
}
.TagClassName
{
border-color: #590DE0;
}
</style>