Shades of Han Purple #591DDB
Tints of Han Purple #591DDB
RGB
CMYK
RGB Variations
Color information
#591DDB (or 0x591DDB) is known color: Han Purple. HEX triplet: 59, 1D and DB. RGB value is (89,29,219). Sum of RGB (Red+Green+Blue) = 89+29+219=337 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.41% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #591DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591DDB is #A6E224. Grayscale: #434343. Windows color (decimal): -10936869 or 14359897. OLE color: 14359897.
HSL color Cylindrical-coordinate representation of color #591DDB: hue angle of 258.95º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591DDB is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 29 | 219 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.14 |
| HSL | 258.95º | 0.77% | 0.49% | - |
| HSV(B) | 258.95º | 0.87% | 0.86% | - |
| XYZ | 17.35 | 8.12 | 67.67 | - |
| YUV | 68.6 | 212.88 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 219 | 0.59 | 0.87 | 0 | 0.14 | 258.95 | 0.77 | 0.49 |
| Hex | 59 | 1D | DB | 3B | 57 | 0 | E | 103 | 4D | 31 |
| Octal | 131 | 35 | 333 | 73 | 127 | 0 | 16 | 403 | 115 | 61 |
| Binary | 1011001 | 11101 | 11011011 | 111011 | 1010111 | 0 | 1110 | 100000011 | 1001101 | 110001 |
Color Harmonies of #591DDB
Complementary color
Monochromatic Colors of #591DDB
Black with #591DDB
Text Example
Text Example
White with #591DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591DDB; }
p { color: rgb(89,29,219); }
H1.HeaderClassName
{
color: #591DDB;
}
.AnyTagClassName
{
color: #591DDB;
}
</style>
background-color css
<style>
a { background-color: #591DDB; }
a { background-color: rgb(89,29,219); }
div.DivClassName
{
background-color: #591DDB;
}
.BgClassName
{
background-color: #591DDB;
}
</style>
border-color css
<style>
span { border-color: #591DDB; }
span { border-color: rgb(89,29,219); }
td.TdClassName
{
border-color: #591DDB;
}
.TagClassName
{
border-color: #591DDB;
}
</style>