Shades of Han Purple #591CE7
Tints of Han Purple #591CE7
RGB
CMYK
RGB Variations
Color information
#591CE7 (or 0x591CE7) is known color: Han Purple. HEX triplet: 59, 1C and E7. RGB value is (89,28,231). Sum of RGB (Red+Green+Blue) = 89+28+231=348 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.57% from 348); Green value is 28 (11.33% from 255 or 8.05% from 348); Blue value is 231 (90.62% from 255 or 66.38% from 348); Max value from RGB is 231 - color contains mainly: blue. Hex color #591CE7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591CE7 is #A6E318. Grayscale: #444444. Windows color (decimal): -10937113 or 15146073. OLE color: 15146073.
HSL color Cylindrical-coordinate representation of color #591CE7: hue angle of 258.03º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #591CE7 is Cyan = 0.61, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 89 | 28 | 231 | - |
| CMYK | 0.61 | 0.88 | 0 | 0.09 |
| HSL | 258.03º | 0.81% | 0.51% | - |
| HSV(B) | 258.03º | 0.88% | 0.91% | - |
| XYZ | 18.96 | 8.72 | 76.29 | - |
| YUV | 69.38 | 219.21 | 141.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 231 | 0.61 | 0.88 | 0 | 0.09 | 258.03 | 0.81 | 0.51 |
| Hex | 59 | 1C | E7 | 3D | 58 | 0 | 9 | 102 | 51 | 33 |
| Octal | 131 | 34 | 347 | 75 | 130 | 0 | 11 | 402 | 121 | 63 |
| Binary | 1011001 | 11100 | 11100111 | 111101 | 1011000 | 0 | 1001 | 100000010 | 1010001 | 110011 |
Color Harmonies of #591CE7
Complementary color
Monochromatic Colors of #591CE7
Black with #591CE7
Text Example
Text Example
White with #591CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591CE7; }
p { color: rgb(89,28,231); }
H1.HeaderClassName
{
color: #591CE7;
}
.AnyTagClassName
{
color: #591CE7;
}
</style>
background-color css
<style>
a { background-color: #591CE7; }
a { background-color: rgb(89,28,231); }
div.DivClassName
{
background-color: #591CE7;
}
.BgClassName
{
background-color: #591CE7;
}
</style>
border-color css
<style>
span { border-color: #591CE7; }
span { border-color: rgb(89,28,231); }
td.TdClassName
{
border-color: #591CE7;
}
.TagClassName
{
border-color: #591CE7;
}
</style>