Shades of Han Purple #590DEA
Tints of Han Purple #590DEA
RGB
CMYK
RGB Variations
Color information
#590DEA (or 0x590DEA) is known color: Han Purple. HEX triplet: 59, 0D and EA. RGB value is (89,13,234). Sum of RGB (Red+Green+Blue) = 89+13+234=336 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.49% from 336); Green value is 13 (5.47% from 255 or 3.87% from 336); Blue value is 234 (91.80% from 255 or 69.64% from 336); Max value from RGB is 234 - color contains mainly: blue. Hex color #590DEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #590DEA is #A6F215. Grayscale: #3C3C3C. Windows color (decimal): -10940950 or 15338841. OLE color: 15338841.
HSL color Cylindrical-coordinate representation of color #590DEA: hue angle of 260.63º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590DEA is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 13 | 234 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.08 |
| HSL | 260.63º | 0.89% | 0.48% | - |
| HSV(B) | 260.63º | 0.94% | 0.92% | - |
| XYZ | 19.12 | 8.35 | 78.45 | - |
| YUV | 60.92 | 225.68 | 148.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 13 | 234 | 0.62 | 0.94 | 0 | 0.08 | 260.63 | 0.89 | 0.48 |
| Hex | 59 | D | EA | 3E | 5E | 0 | 8 | 105 | 59 | 30 |
| Octal | 131 | 15 | 352 | 76 | 136 | 0 | 10 | 405 | 131 | 60 |
| Binary | 1011001 | 1101 | 11101010 | 111110 | 1011110 | 0 | 1000 | 100000101 | 1011001 | 110000 |
Color Harmonies of #590DEA
Complementary color
Monochromatic Colors of #590DEA
Black with #590DEA
Text Example
Text Example
White with #590DEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590DEA; }
p { color: rgb(89,13,234); }
H1.HeaderClassName
{
color: #590DEA;
}
.AnyTagClassName
{
color: #590DEA;
}
</style>
background-color css
<style>
a { background-color: #590DEA; }
a { background-color: rgb(89,13,234); }
div.DivClassName
{
background-color: #590DEA;
}
.BgClassName
{
background-color: #590DEA;
}
</style>
border-color css
<style>
span { border-color: #590DEA; }
span { border-color: rgb(89,13,234); }
td.TdClassName
{
border-color: #590DEA;
}
.TagClassName
{
border-color: #590DEA;
}
</style>