Shades of Han Purple #590FEC
Tints of Han Purple #590FEC
RGB
CMYK
RGB Variations
Color information
#590FEC (or 0x590FEC) is known color: Han Purple. HEX triplet: 59, 0F and EC. RGB value is (89,15,236). Sum of RGB (Red+Green+Blue) = 89+15+236=340 (45% of max value = 765). Red value is 89 (35.16% from 255 or 26.18% from 340); Green value is 15 (6.25% from 255 or 4.41% from 340); Blue value is 236 (92.58% from 255 or 69.41% from 340); Max value from RGB is 236 - color contains mainly: blue. Hex color #590FEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #590FEC is #A6F013. Grayscale: #3D3D3D. Windows color (decimal): -10940436 or 15470425. OLE color: 15470425.
HSL color Cylindrical-coordinate representation of color #590FEC: hue angle of 260.09º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #590FEC is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 89 | 15 | 236 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.07 |
| HSL | 260.09º | 0.88% | 0.49% | - |
| HSV(B) | 260.09º | 0.94% | 0.93% | - |
| XYZ | 19.43 | 8.52 | 79.98 | - |
| YUV | 62.32 | 226.02 | 147.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 15 | 236 | 0.62 | 0.94 | 0 | 0.07 | 260.09 | 0.88 | 0.49 |
| Hex | 59 | F | EC | 3E | 5E | 0 | 7 | 104 | 58 | 31 |
| Octal | 131 | 17 | 354 | 76 | 136 | 0 | 7 | 404 | 130 | 61 |
| Binary | 1011001 | 1111 | 11101100 | 111110 | 1011110 | 0 | 111 | 100000100 | 1011000 | 110001 |
Color Harmonies of #590FEC
Complementary color
Monochromatic Colors of #590FEC
Black with #590FEC
Text Example
Text Example
White with #590FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590FEC; }
p { color: rgb(89,15,236); }
H1.HeaderClassName
{
color: #590FEC;
}
.AnyTagClassName
{
color: #590FEC;
}
</style>
background-color css
<style>
a { background-color: #590FEC; }
a { background-color: rgb(89,15,236); }
div.DivClassName
{
background-color: #590FEC;
}
.BgClassName
{
background-color: #590FEC;
}
</style>
border-color css
<style>
span { border-color: #590FEC; }
span { border-color: rgb(89,15,236); }
td.TdClassName
{
border-color: #590FEC;
}
.TagClassName
{
border-color: #590FEC;
}
</style>