Shades of Han Purple #591EDB
Tints of Han Purple #591EDB
RGB
CMYK
RGB Variations
Color information
#591EDB (or 0x591EDB) is known color: Han Purple. HEX triplet: 59, 1E and DB. RGB value is (89,30,219). Sum of RGB (Red+Green+Blue) = 89+30+219=338 (44% of max value = 765). Red value is 89 (35.16% from 255 or 26.33% from 338); Green value is 30 (12.11% from 255 or 8.88% from 338); Blue value is 219 (85.94% from 255 or 64.79% from 338); Max value from RGB is 219 - color contains mainly: blue. Hex color #591EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591EDB is #A6E124. Grayscale: #444444. Windows color (decimal): -10936613 or 14360153. OLE color: 14360153.
HSL color Cylindrical-coordinate representation of color #591EDB: hue angle of 258.73º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #591EDB is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 89 | 30 | 219 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.14 |
| HSL | 258.73º | 0.76% | 0.49% | - |
| HSV(B) | 258.73º | 0.86% | 0.86% | - |
| XYZ | 17.37 | 8.17 | 67.68 | - |
| YUV | 69.19 | 212.55 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 219 | 0.59 | 0.86 | 0 | 0.14 | 258.73 | 0.76 | 0.49 |
| Hex | 59 | 1E | DB | 3B | 56 | 0 | E | 103 | 4C | 31 |
| Octal | 131 | 36 | 333 | 73 | 126 | 0 | 16 | 403 | 114 | 61 |
| Binary | 1011001 | 11110 | 11011011 | 111011 | 1010110 | 0 | 1110 | 100000011 | 1001100 | 110001 |
Color Harmonies of #591EDB
Complementary color
Monochromatic Colors of #591EDB
Black with #591EDB
Text Example
Text Example
White with #591EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591EDB; }
p { color: rgb(89,30,219); }
H1.HeaderClassName
{
color: #591EDB;
}
.AnyTagClassName
{
color: #591EDB;
}
</style>
background-color css
<style>
a { background-color: #591EDB; }
a { background-color: rgb(89,30,219); }
div.DivClassName
{
background-color: #591EDB;
}
.BgClassName
{
background-color: #591EDB;
}
</style>
border-color css
<style>
span { border-color: #591EDB; }
span { border-color: rgb(89,30,219); }
td.TdClassName
{
border-color: #591EDB;
}
.TagClassName
{
border-color: #591EDB;
}
</style>