Shades of Han Purple #590DDB
Tints of Han Purple #590DDB
RGB
CMYK
RGB Variations
Color information
#590DDB (or 0x590DDB) is known color: Han Purple. HEX triplet: 59, 0D and DB. RGB value is (89,13,219). Sum of RGB (Red+Green+Blue) = 89+13+219=321 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.73% from 321); Green value is 13 (5.47% from 255 or 4.05% from 321); Blue value is 219 (85.94% from 255 or 68.22% from 321); Max value from RGB is 219 - color contains mainly: blue. Hex color #590DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590DDB is #A6F224. Grayscale: #3A3A3A. Windows color (decimal): -10940965 or 14355801. OLE color: 14355801.
HSL color Cylindrical-coordinate representation of color #590DDB: hue angle of 262.14º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590DDB is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 13 | 219 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.14 |
| HSL | 262.14º | 0.89% | 0.45% | - |
| HSV(B) | 262.14º | 0.94% | 0.86% | - |
| XYZ | 17.05 | 7.53 | 67.57 | - |
| YUV | 59.21 | 218.18 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 13 | 219 | 0.59 | 0.94 | 0 | 0.14 | 262.14 | 0.89 | 0.45 |
| Hex | 59 | D | DB | 3B | 5E | 0 | E | 106 | 59 | 2D |
| Octal | 131 | 15 | 333 | 73 | 136 | 0 | 16 | 406 | 131 | 55 |
| Binary | 1011001 | 1101 | 11011011 | 111011 | 1011110 | 0 | 1110 | 100000110 | 1011001 | 101101 |
Color Harmonies of #590DDB
Complementary color
Monochromatic Colors of #590DDB
Black with #590DDB
Text Example
Text Example
White with #590DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590DDB; }
p { color: rgb(89,13,219); }
H1.HeaderClassName
{
color: #590DDB;
}
.AnyTagClassName
{
color: #590DDB;
}
</style>
background-color css
<style>
a { background-color: #590DDB; }
a { background-color: rgb(89,13,219); }
div.DivClassName
{
background-color: #590DDB;
}
.BgClassName
{
background-color: #590DDB;
}
</style>
border-color css
<style>
span { border-color: #590DDB; }
span { border-color: rgb(89,13,219); }
td.TdClassName
{
border-color: #590DDB;
}
.TagClassName
{
border-color: #590DDB;
}
</style>