Shades of Tyrian Purple #590E45
Tints of Tyrian Purple #590E45
RGB
CMYK
RGB Variations
Color information
#590E45 (or 0x590E45) is known color: Tyrian Purple. HEX triplet: 59, 0E and 45. RGB value is (89,14,69). Sum of RGB (Red+Green+Blue) = 89+14+69=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 14 (5.86% from 255 or 8.14% from 172); Blue value is 69 (27.34% from 255 or 40.12% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #590E45 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #590E45 is #A6F1BA. Grayscale: #2A2A2A. Windows color (decimal): -10940859 or 4525657. OLE color: 4525657.
HSL color Cylindrical-coordinate representation of color #590E45: hue angle of 316º 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 #590E45 is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 14 | 69 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.65 |
| HSL | 316º | 0.73% | 0.2% | - |
| HSV(B) | 316º | 0.84% | 0.35% | - |
| XYZ | 5.35 | 2.87 | 5.9 | - |
| YUV | 42.7 | 142.85 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 14 | 69 | 0 | 0.84 | 0.22 | 0.65 | 316 | 0.73 | 0.2 |
| Hex | 59 | E | 45 | 0 | 54 | 16 | 41 | 13C | 49 | 14 |
| Octal | 131 | 16 | 105 | 0 | 124 | 26 | 101 | 474 | 111 | 24 |
| Binary | 1011001 | 1110 | 1000101 | 0 | 1010100 | 10110 | 1000001 | 100111100 | 1001001 | 10100 |
Color Harmonies of #590E45
Complementary color
Monochromatic Colors of #590E45
Black with #590E45
Text Example
Text Example
White with #590E45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590E45; }
p { color: rgb(89,14,69); }
H1.HeaderClassName
{
color: #590E45;
}
.AnyTagClassName
{
color: #590E45;
}
</style>
background-color css
<style>
a { background-color: #590E45; }
a { background-color: rgb(89,14,69); }
div.DivClassName
{
background-color: #590E45;
}
.BgClassName
{
background-color: #590E45;
}
</style>
border-color css
<style>
span { border-color: #590E45; }
span { border-color: rgb(89,14,69); }
td.TdClassName
{
border-color: #590E45;
}
.TagClassName
{
border-color: #590E45;
}
</style>