Shades of Han Purple #590BE6
Tints of Han Purple #590BE6
RGB
CMYK
RGB Variations
Color information
#590BE6 (or 0x590BE6) is known color: Han Purple. HEX triplet: 59, 0B and E6. RGB value is (89,11,230). Sum of RGB (Red+Green+Blue) = 89+11+230=330 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.97% from 330); Green value is 11 (4.69% from 255 or 3.33% from 330); Blue value is 230 (90.23% from 255 or 69.70% from 330); Max value from RGB is 230 - color contains mainly: blue. Hex color #590BE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #590BE6 is #A6F419. Grayscale: #3A3A3A. Windows color (decimal): -10941466 or 15076185. OLE color: 15076185.
HSL color Cylindrical-coordinate representation of color #590BE6: hue angle of 261.37º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #590BE6 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 11 | 230 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.10 |
| HSL | 261.37º | 0.91% | 0.47% | - |
| HSV(B) | 261.37º | 0.95% | 0.9% | - |
| XYZ | 18.52 | 8.08 | 75.45 | - |
| YUV | 59.29 | 224.34 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 11 | 230 | 0.61 | 0.95 | 0 | 0.10 | 261.37 | 0.91 | 0.47 |
| Hex | 59 | B | E6 | 3D | 5F | 0 | A | 105 | 5B | 2F |
| Octal | 131 | 13 | 346 | 75 | 137 | 0 | 12 | 405 | 133 | 57 |
| Binary | 1011001 | 1011 | 11100110 | 111101 | 1011111 | 0 | 1010 | 100000101 | 1011011 | 101111 |
Color Harmonies of #590BE6
Complementary color
Monochromatic Colors of #590BE6
Black with #590BE6
Text Example
Text Example
White with #590BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590BE6; }
p { color: rgb(89,11,230); }
H1.HeaderClassName
{
color: #590BE6;
}
.AnyTagClassName
{
color: #590BE6;
}
</style>
background-color css
<style>
a { background-color: #590BE6; }
a { background-color: rgb(89,11,230); }
div.DivClassName
{
background-color: #590BE6;
}
.BgClassName
{
background-color: #590BE6;
}
</style>
border-color css
<style>
span { border-color: #590BE6; }
span { border-color: rgb(89,11,230); }
td.TdClassName
{
border-color: #590BE6;
}
.TagClassName
{
border-color: #590BE6;
}
</style>