Shades of Han Purple #591FEE
Tints of Han Purple #591FEE
RGB
CMYK
RGB Variations
Color information
#591FEE (or 0x591FEE) is known color: Han Purple. HEX triplet: 59, 1F and EE. RGB value is (89,31,238). Sum of RGB (Red+Green+Blue) = 89+31+238=358 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.86% from 358); Green value is 31 (12.5% from 255 or 8.66% from 358); Blue value is 238 (93.36% from 255 or 66.48% from 358); Max value from RGB is 238 - color contains mainly: blue. Hex color #591FEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591FEE is #A6E011. Grayscale: #474747. Windows color (decimal): -10936338 or 15605593. OLE color: 15605593.
HSL color Cylindrical-coordinate representation of color #591FEE: hue angle of 256.81º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591FEE is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 31 | 238 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.07 |
| HSL | 256.81º | 0.86% | 0.53% | - |
| HSV(B) | 256.81º | 0.87% | 0.93% | - |
| XYZ | 20.04 | 9.28 | 81.62 | - |
| YUV | 71.94 | 221.72 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 238 | 0.63 | 0.87 | 0 | 0.07 | 256.81 | 0.86 | 0.53 |
| Hex | 59 | 1F | EE | 3F | 57 | 0 | 7 | 101 | 56 | 35 |
| Octal | 131 | 37 | 356 | 77 | 127 | 0 | 7 | 401 | 126 | 65 |
| Binary | 1011001 | 11111 | 11101110 | 111111 | 1010111 | 0 | 111 | 100000001 | 1010110 | 110101 |
Color Harmonies of #591FEE
Complementary color
Monochromatic Colors of #591FEE
Black with #591FEE
Text Example
Text Example
White with #591FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591FEE; }
p { color: rgb(89,31,238); }
H1.HeaderClassName
{
color: #591FEE;
}
.AnyTagClassName
{
color: #591FEE;
}
</style>
background-color css
<style>
a { background-color: #591FEE; }
a { background-color: rgb(89,31,238); }
div.DivClassName
{
background-color: #591FEE;
}
.BgClassName
{
background-color: #591FEE;
}
</style>
border-color css
<style>
span { border-color: #591FEE; }
span { border-color: rgb(89,31,238); }
td.TdClassName
{
border-color: #591FEE;
}
.TagClassName
{
border-color: #591FEE;
}
</style>