Shades of Han Purple #590DDE
Tints of Han Purple #590DDE
RGB
CMYK
RGB Variations
Color information
#590DDE (or 0x590DDE) is known color: Han Purple. HEX triplet: 59, 0D and DE. RGB value is (89,13,222). Sum of RGB (Red+Green+Blue) = 89+13+222=324 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.47% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 222 (87.11% from 255 or 68.52% from 324); Max value from RGB is 222 - color contains mainly: blue. Hex color #590DDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590DDE is #A6F221. Grayscale: #3A3A3A. Windows color (decimal): -10940962 or 14552409. OLE color: 14552409.
HSL color Cylindrical-coordinate representation of color #590DDE: hue angle of 261.82º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590DDE is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 13 | 222 | - |
| CMYK | 0.60 | 0.94 | 0 | 0.13 |
| HSL | 261.82º | 0.89% | 0.46% | - |
| HSV(B) | 261.82º | 0.94% | 0.87% | - |
| XYZ | 17.45 | 7.69 | 69.67 | - |
| YUV | 59.55 | 219.68 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 13 | 222 | 0.60 | 0.94 | 0 | 0.13 | 261.82 | 0.89 | 0.46 |
| Hex | 59 | D | DE | 3C | 5E | 0 | D | 106 | 59 | 2E |
| Octal | 131 | 15 | 336 | 74 | 136 | 0 | 15 | 406 | 131 | 56 |
| Binary | 1011001 | 1101 | 11011110 | 111100 | 1011110 | 0 | 1101 | 100000110 | 1011001 | 101110 |
Color Harmonies of #590DDE
Complementary color
Monochromatic Colors of #590DDE
Black with #590DDE
Text Example
Text Example
White with #590DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590DDE; }
p { color: rgb(89,13,222); }
H1.HeaderClassName
{
color: #590DDE;
}
.AnyTagClassName
{
color: #590DDE;
}
</style>
background-color css
<style>
a { background-color: #590DDE; }
a { background-color: rgb(89,13,222); }
div.DivClassName
{
background-color: #590DDE;
}
.BgClassName
{
background-color: #590DDE;
}
</style>
border-color css
<style>
span { border-color: #590DDE; }
span { border-color: rgb(89,13,222); }
td.TdClassName
{
border-color: #590DDE;
}
.TagClassName
{
border-color: #590DDE;
}
</style>