Shades of Han Purple #591DDE
Tints of Han Purple #591DDE
RGB
CMYK
RGB Variations
Color information
#591DDE (or 0x591DDE) is known color: Han Purple. HEX triplet: 59, 1D and DE. RGB value is (89,29,222). Sum of RGB (Red+Green+Blue) = 89+29+222=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 29 (11.72% from 255 or 8.53% from 340); Blue value is 222 (87.11% from 255 or 65.29% from 340); Max value from RGB is 222 - color contains mainly: blue. Hex color #591DDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591DDE is #A6E221. Grayscale: #444444. Windows color (decimal): -10936866 or 14556505. OLE color: 14556505.
HSL color Cylindrical-coordinate representation of color #591DDE: hue angle of 258.65º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591DDE is Cyan = 0.60, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 29 | 222 | - |
| CMYK | 0.60 | 0.87 | 0 | 0.13 |
| HSL | 258.65º | 0.77% | 0.49% | - |
| HSV(B) | 258.65º | 0.87% | 0.87% | - |
| XYZ | 17.74 | 8.28 | 69.77 | - |
| YUV | 68.94 | 214.38 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 29 | 222 | 0.60 | 0.87 | 0 | 0.13 | 258.65 | 0.77 | 0.49 |
| Hex | 59 | 1D | DE | 3C | 57 | 0 | D | 103 | 4D | 31 |
| Octal | 131 | 35 | 336 | 74 | 127 | 0 | 15 | 403 | 115 | 61 |
| Binary | 1011001 | 11101 | 11011110 | 111100 | 1010111 | 0 | 1101 | 100000011 | 1001101 | 110001 |
Color Harmonies of #591DDE
Complementary color
Monochromatic Colors of #591DDE
Black with #591DDE
Text Example
Text Example
White with #591DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591DDE; }
p { color: rgb(89,29,222); }
H1.HeaderClassName
{
color: #591DDE;
}
.AnyTagClassName
{
color: #591DDE;
}
</style>
background-color css
<style>
a { background-color: #591DDE; }
a { background-color: rgb(89,29,222); }
div.DivClassName
{
background-color: #591DDE;
}
.BgClassName
{
background-color: #591DDE;
}
</style>
border-color css
<style>
span { border-color: #591DDE; }
span { border-color: rgb(89,29,222); }
td.TdClassName
{
border-color: #591DDE;
}
.TagClassName
{
border-color: #591DDE;
}
</style>