Shades of Han Purple #591FEF
Tints of Han Purple #591FEF
RGB
CMYK
RGB Variations
Color information
#591FEF (or 0x591FEF) is known color: Han Purple. HEX triplet: 59, 1F and EF. RGB value is (89,31,239). Sum of RGB (Red+Green+Blue) = 89+31+239=359 (47% of max value = 765). Red value is 89 (35.16% from 255 or 24.79% from 359); Green value is 31 (12.5% from 255 or 8.64% from 359); Blue value is 239 (93.75% from 255 or 66.57% from 359); Max value from RGB is 239 - color contains mainly: blue. Hex color #591FEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591FEF is #A6E010. Grayscale: #474747. Windows color (decimal): -10936337 or 15671129. OLE color: 15671129.
HSL color Cylindrical-coordinate representation of color #591FEF: hue angle of 256.73º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591FEF is Cyan = 0.63, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 89 | 31 | 239 | - |
| CMYK | 0.63 | 0.87 | 0 | 0.06 |
| HSL | 256.73º | 0.87% | 0.53% | - |
| HSV(B) | 256.73º | 0.87% | 0.94% | - |
| XYZ | 20.19 | 9.34 | 82.4 | - |
| YUV | 72.05 | 222.22 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 239 | 0.63 | 0.87 | 0 | 0.06 | 256.73 | 0.87 | 0.53 |
| Hex | 59 | 1F | EF | 3F | 57 | 0 | 6 | 101 | 57 | 35 |
| Octal | 131 | 37 | 357 | 77 | 127 | 0 | 6 | 401 | 127 | 65 |
| Binary | 1011001 | 11111 | 11101111 | 111111 | 1010111 | 0 | 110 | 100000001 | 1010111 | 110101 |
Color Harmonies of #591FEF
Complementary color
Monochromatic Colors of #591FEF
Black with #591FEF
Text Example
Text Example
White with #591FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591FEF; }
p { color: rgb(89,31,239); }
H1.HeaderClassName
{
color: #591FEF;
}
.AnyTagClassName
{
color: #591FEF;
}
</style>
background-color css
<style>
a { background-color: #591FEF; }
a { background-color: rgb(89,31,239); }
div.DivClassName
{
background-color: #591FEF;
}
.BgClassName
{
background-color: #591FEF;
}
</style>
border-color css
<style>
span { border-color: #591FEF; }
span { border-color: rgb(89,31,239); }
td.TdClassName
{
border-color: #591FEF;
}
.TagClassName
{
border-color: #591FEF;
}
</style>