Shades of Han Purple #591EED
Tints of Han Purple #591EED
RGB
CMYK
RGB Variations
Color information
#591EED (or 0x591EED) is known color: Han Purple. HEX triplet: 59, 1E and ED. RGB value is (89,30,237). Sum of RGB (Red+Green+Blue) = 89+30+237=356 (47% of max value = 765). Red value is 89 (35.16% from 255 or 25% from 356); Green value is 30 (12.11% from 255 or 8.43% from 356); Blue value is 237 (92.97% from 255 or 66.57% from 356); Max value from RGB is 237 - color contains mainly: blue. Hex color #591EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591EED is #A6E112. Grayscale: #464646. Windows color (decimal): -10936595 or 15539801. OLE color: 15539801.
HSL color Cylindrical-coordinate representation of color #591EED: hue angle of 257.1º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591EED is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 30 | 237 | - |
| CMYK | 0.62 | 0.87 | 0 | 0.07 |
| HSL | 257.1º | 0.85% | 0.52% | - |
| HSV(B) | 257.1º | 0.87% | 0.93% | - |
| XYZ | 19.87 | 9.17 | 80.84 | - |
| YUV | 71.24 | 221.55 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 30 | 237 | 0.62 | 0.87 | 0 | 0.07 | 257.1 | 0.85 | 0.52 |
| Hex | 59 | 1E | ED | 3E | 57 | 0 | 7 | 101 | 55 | 34 |
| Octal | 131 | 36 | 355 | 76 | 127 | 0 | 7 | 401 | 125 | 64 |
| Binary | 1011001 | 11110 | 11101101 | 111110 | 1010111 | 0 | 111 | 100000001 | 1010101 | 110100 |
Color Harmonies of #591EED
Complementary color
Monochromatic Colors of #591EED
Black with #591EED
Text Example
Text Example
White with #591EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591EED; }
p { color: rgb(89,30,237); }
H1.HeaderClassName
{
color: #591EED;
}
.AnyTagClassName
{
color: #591EED;
}
</style>
background-color css
<style>
a { background-color: #591EED; }
a { background-color: rgb(89,30,237); }
div.DivClassName
{
background-color: #591EED;
}
.BgClassName
{
background-color: #591EED;
}
</style>
border-color css
<style>
span { border-color: #591EED; }
span { border-color: rgb(89,30,237); }
td.TdClassName
{
border-color: #591EED;
}
.TagClassName
{
border-color: #591EED;
}
</style>