Shades of Han Purple #590BE1
Tints of Han Purple #590BE1
RGB
CMYK
RGB Variations
Color information
#590BE1 (or 0x590BE1) is known color: Han Purple. HEX triplet: 59, 0B and E1. RGB value is (89,11,225). Sum of RGB (Red+Green+Blue) = 89+11+225=325 (43% of max value = 765). Red value is 89 (35.16% from 255 or 27.38% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 225 (88.28% from 255 or 69.23% from 325); Max value from RGB is 225 - color contains mainly: blue. Hex color #590BE1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #590BE1 is #A6F41E. Grayscale: #393939. Windows color (decimal): -10941471 or 14748505. OLE color: 14748505.
HSL color Cylindrical-coordinate representation of color #590BE1: hue angle of 261.87º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590BE1 is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 89 | 11 | 225 | - |
| CMYK | 0.60 | 0.95 | 0 | 0.12 |
| HSL | 261.87º | 0.91% | 0.46% | - |
| HSV(B) | 261.87º | 0.95% | 0.88% | - |
| XYZ | 17.83 | 7.8 | 71.8 | - |
| YUV | 58.72 | 221.84 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 225 | 0.60 | 0.95 | 0 | 0.12 | 261.87 | 0.91 | 0.46 |
| Hex | 59 | B | E1 | 3C | 5F | 0 | C | 106 | 5B | 2E |
| Octal | 131 | 13 | 341 | 74 | 137 | 0 | 14 | 406 | 133 | 56 |
| Binary | 1011001 | 1011 | 11100001 | 111100 | 1011111 | 0 | 1100 | 100000110 | 1011011 | 101110 |
Color Harmonies of #590BE1
Complementary color
Monochromatic Colors of #590BE1
Black with #590BE1
Text Example
Text Example
White with #590BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590BE1; }
p { color: rgb(89,11,225); }
H1.HeaderClassName
{
color: #590BE1;
}
.AnyTagClassName
{
color: #590BE1;
}
</style>
background-color css
<style>
a { background-color: #590BE1; }
a { background-color: rgb(89,11,225); }
div.DivClassName
{
background-color: #590BE1;
}
.BgClassName
{
background-color: #590BE1;
}
</style>
border-color css
<style>
span { border-color: #590BE1; }
span { border-color: rgb(89,11,225); }
td.TdClassName
{
border-color: #590BE1;
}
.TagClassName
{
border-color: #590BE1;
}
</style>