Shades of Tyrian Purple #590E49
Tints of Tyrian Purple #590E49
RGB
CMYK
RGB Variations
Color information
#590E49 (or 0x590E49) is known color: Tyrian Purple. HEX triplet: 59, 0E and 49. RGB value is (89,14,73). Sum of RGB (Red+Green+Blue) = 89+14+73=176 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.57% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 89 - color contains mainly: red. Hex color #590E49 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590E49 is #A6F1B6. Grayscale: #2A2A2A. Windows color (decimal): -10940855 or 4787801. OLE color: 4787801.
HSL color Cylindrical-coordinate representation of color #590E49: hue angle of 312.8º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #590E49 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 14 | 73 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.65 |
| HSL | 312.8º | 0.73% | 0.2% | - |
| HSV(B) | 312.8º | 0.84% | 0.35% | - |
| XYZ | 5.48 | 2.92 | 6.58 | - |
| YUV | 43.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 14 | 73 | 0 | 0.84 | 0.18 | 0.65 | 312.8 | 0.73 | 0.2 |
| Hex | 59 | E | 49 | 0 | 54 | 12 | 41 | 139 | 49 | 14 |
| Octal | 131 | 16 | 111 | 0 | 124 | 22 | 101 | 471 | 111 | 24 |
| Binary | 1011001 | 1110 | 1001001 | 0 | 1010100 | 10010 | 1000001 | 100111001 | 1001001 | 10100 |
Color Harmonies of #590E49
Complementary color
Monochromatic Colors of #590E49
Black with #590E49
Text Example
Text Example
White with #590E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590E49; }
p { color: rgb(89,14,73); }
H1.HeaderClassName
{
color: #590E49;
}
.AnyTagClassName
{
color: #590E49;
}
</style>
background-color css
<style>
a { background-color: #590E49; }
a { background-color: rgb(89,14,73); }
div.DivClassName
{
background-color: #590E49;
}
.BgClassName
{
background-color: #590E49;
}
</style>
border-color css
<style>
span { border-color: #590E49; }
span { border-color: rgb(89,14,73); }
td.TdClassName
{
border-color: #590E49;
}
.TagClassName
{
border-color: #590E49;
}
</style>