Shades of Han Purple #591FE7
Tints of Han Purple #591FE7
RGB
CMYK
RGB Variations
Color information
#591FE7 (or 0x591FE7) is known color: Han Purple. HEX triplet: 59, 1F and E7. RGB value is (89,31,231). Sum of RGB (Red+Green+Blue) = 89+31+231=351 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.36% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 231 (90.62% from 255 or 65.81% from 351); Max value from RGB is 231 - color contains mainly: blue. Hex color #591FE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591FE7 is #A6E018. Grayscale: #464646. Windows color (decimal): -10936345 or 15146841. OLE color: 15146841.
HSL color Cylindrical-coordinate representation of color #591FE7: hue angle of 257.4º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #591FE7 is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 31 | 231 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.09 |
| HSL | 257.4º | 0.81% | 0.51% | - |
| HSV(B) | 257.4º | 0.87% | 0.91% | - |
| XYZ | 19.03 | 8.87 | 76.31 | - |
| YUV | 71.14 | 218.22 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 31 | 231 | 0.61 | 0.87 | 0 | 0.09 | 257.4 | 0.81 | 0.51 |
| Hex | 59 | 1F | E7 | 3D | 57 | 0 | 9 | 101 | 51 | 33 |
| Octal | 131 | 37 | 347 | 75 | 127 | 0 | 11 | 401 | 121 | 63 |
| Binary | 1011001 | 11111 | 11100111 | 111101 | 1010111 | 0 | 1001 | 100000001 | 1010001 | 110011 |
Color Harmonies of #591FE7
Complementary color
Monochromatic Colors of #591FE7
Black with #591FE7
Text Example
Text Example
White with #591FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591FE7; }
p { color: rgb(89,31,231); }
H1.HeaderClassName
{
color: #591FE7;
}
.AnyTagClassName
{
color: #591FE7;
}
</style>
background-color css
<style>
a { background-color: #591FE7; }
a { background-color: rgb(89,31,231); }
div.DivClassName
{
background-color: #591FE7;
}
.BgClassName
{
background-color: #591FE7;
}
</style>
border-color css
<style>
span { border-color: #591FE7; }
span { border-color: rgb(89,31,231); }
td.TdClassName
{
border-color: #591FE7;
}
.TagClassName
{
border-color: #591FE7;
}
</style>