Shades of Han Purple #591EDD
Tints of Han Purple #591EDD
RGB
CMYK
RGB Variations
Color information
#591EDD (or 0x591EDD) is known color: Han Purple. HEX triplet: 59, 1E and DD. RGB value is (89,30,221). Sum of RGB (Red+Green+Blue) = 89+30+221=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 30 (12.11% from 255 or 8.82% from 340); Blue value is 221 (86.72% from 255 or 65% from 340); Max value from RGB is 221 - color contains mainly: blue. Hex color #591EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #591EDD is #A6E122. Grayscale: #444444. Windows color (decimal): -10936611 or 14491225. OLE color: 14491225.
HSL color Cylindrical-coordinate representation of color #591EDD: hue angle of 258.53º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #591EDD is Cyan = 0.60, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 89 | 30 | 221 | - |
| CMYK | 0.60 | 0.86 | 0 | 0.13 |
| HSL | 258.53º | 0.76% | 0.49% | - |
| HSV(B) | 258.53º | 0.86% | 0.87% | - |
| XYZ | 17.64 | 8.27 | 69.07 | - |
| YUV | 69.42 | 213.55 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 221 | 0.60 | 0.86 | 0 | 0.13 | 258.53 | 0.76 | 0.49 |
| Hex | 59 | 1E | DD | 3C | 56 | 0 | D | 103 | 4C | 31 |
| Octal | 131 | 36 | 335 | 74 | 126 | 0 | 15 | 403 | 114 | 61 |
| Binary | 1011001 | 11110 | 11011101 | 111100 | 1010110 | 0 | 1101 | 100000011 | 1001100 | 110001 |
Color Harmonies of #591EDD
Complementary color
Monochromatic Colors of #591EDD
Black with #591EDD
Text Example
Text Example
White with #591EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591EDD; }
p { color: rgb(89,30,221); }
H1.HeaderClassName
{
color: #591EDD;
}
.AnyTagClassName
{
color: #591EDD;
}
</style>
background-color css
<style>
a { background-color: #591EDD; }
a { background-color: rgb(89,30,221); }
div.DivClassName
{
background-color: #591EDD;
}
.BgClassName
{
background-color: #591EDD;
}
</style>
border-color css
<style>
span { border-color: #591EDD; }
span { border-color: rgb(89,30,221); }
td.TdClassName
{
border-color: #591EDD;
}
.TagClassName
{
border-color: #591EDD;
}
</style>