Shades of Han Purple #591CEB
Tints of Han Purple #591CEB
RGB
CMYK
RGB Variations
Color information
#591CEB (or 0x591CEB) is known color: Han Purple. HEX triplet: 59, 1C and EB. RGB value is (89,28,235). Sum of RGB (Red+Green+Blue) = 89+28+235=352 (46% of max value = 765). Red value is 89 (35.16% from 255 or 25.28% from 352); Green value is 28 (11.33% from 255 or 7.95% from 352); Blue value is 235 (92.19% from 255 or 66.76% from 352); Max value from RGB is 235 - color contains mainly: blue. Hex color #591CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #591CEB is #A6E314. Grayscale: #454545. Windows color (decimal): -10937109 or 15408217. OLE color: 15408217.
HSL color Cylindrical-coordinate representation of color #591CEB: hue angle of 257.68º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #591CEB is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 89 | 28 | 235 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.08 |
| HSL | 257.68º | 0.84% | 0.52% | - |
| HSV(B) | 257.68º | 0.88% | 0.92% | - |
| XYZ | 19.53 | 8.95 | 79.3 | - |
| YUV | 69.84 | 221.21 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 28 | 235 | 0.62 | 0.88 | 0 | 0.08 | 257.68 | 0.84 | 0.52 |
| Hex | 59 | 1C | EB | 3E | 58 | 0 | 8 | 102 | 54 | 34 |
| Octal | 131 | 34 | 353 | 76 | 130 | 0 | 10 | 402 | 124 | 64 |
| Binary | 1011001 | 11100 | 11101011 | 111110 | 1011000 | 0 | 1000 | 100000010 | 1010100 | 110100 |
Color Harmonies of #591CEB
Complementary color
Monochromatic Colors of #591CEB
Black with #591CEB
Text Example
Text Example
White with #591CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #591CEB; }
p { color: rgb(89,28,235); }
H1.HeaderClassName
{
color: #591CEB;
}
.AnyTagClassName
{
color: #591CEB;
}
</style>
background-color css
<style>
a { background-color: #591CEB; }
a { background-color: rgb(89,28,235); }
div.DivClassName
{
background-color: #591CEB;
}
.BgClassName
{
background-color: #591CEB;
}
</style>
border-color css
<style>
span { border-color: #591CEB; }
span { border-color: rgb(89,28,235); }
td.TdClassName
{
border-color: #591CEB;
}
.TagClassName
{
border-color: #591CEB;
}
</style>