Shades of Han Purple #590CE6
Tints of Han Purple #590CE6
RGB
CMYK
RGB Variations
Color information
#590CE6 (or 0x590CE6) is known color: Han Purple. HEX triplet: 59, 0C and E6. RGB value is (89,12,230). Sum of RGB (Red+Green+Blue) = 89+12+230=331 (43% of max value = 765). Red value is 89 (35.16% from 255 or 26.89% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 230 (90.23% from 255 or 69.49% from 331); Max value from RGB is 230 - color contains mainly: blue. Hex color #590CE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #590CE6 is #A6F319. Grayscale: #3B3B3B. Windows color (decimal): -10941210 or 15076441. OLE color: 15076441.
HSL color Cylindrical-coordinate representation of color #590CE6: hue angle of 261.19º degrees, saturation: 0.9, 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 #590CE6 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 89 | 12 | 230 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.10 |
| HSL | 261.19º | 0.9% | 0.47% | - |
| HSV(B) | 261.19º | 0.95% | 0.9% | - |
| XYZ | 18.53 | 8.1 | 75.45 | - |
| YUV | 59.88 | 224.01 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 12 | 230 | 0.61 | 0.95 | 0 | 0.10 | 261.19 | 0.9 | 0.47 |
| Hex | 59 | C | E6 | 3D | 5F | 0 | A | 105 | 5A | 2F |
| Octal | 131 | 14 | 346 | 75 | 137 | 0 | 12 | 405 | 132 | 57 |
| Binary | 1011001 | 1100 | 11100110 | 111101 | 1011111 | 0 | 1010 | 100000101 | 1011010 | 101111 |
Color Harmonies of #590CE6
Complementary color
Monochromatic Colors of #590CE6
Black with #590CE6
Text Example
Text Example
White with #590CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590CE6; }
p { color: rgb(89,12,230); }
H1.HeaderClassName
{
color: #590CE6;
}
.AnyTagClassName
{
color: #590CE6;
}
</style>
background-color css
<style>
a { background-color: #590CE6; }
a { background-color: rgb(89,12,230); }
div.DivClassName
{
background-color: #590CE6;
}
.BgClassName
{
background-color: #590CE6;
}
</style>
border-color css
<style>
span { border-color: #590CE6; }
span { border-color: rgb(89,12,230); }
td.TdClassName
{
border-color: #590CE6;
}
.TagClassName
{
border-color: #590CE6;
}
</style>