Shades of Tyrian Purple #590E4E
Tints of Tyrian Purple #590E4E
RGB
CMYK
RGB Variations
Color information
#590E4E (or 0x590E4E) is known color: Tyrian Purple. HEX triplet: 59, 0E and 4E. RGB value is (89,14,78). Sum of RGB (Red+Green+Blue) = 89+14+78=181 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.17% from 181); Green value is 14 (5.86% from 255 or 7.73% from 181); Blue value is 78 (30.86% from 255 or 43.09% from 181); Max value from RGB is 89 - color contains mainly: red. Hex color #590E4E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #590E4E is #A6F1B1. Grayscale: #2B2B2B. Windows color (decimal): -10940850 or 5115481. OLE color: 5115481.
HSL color Cylindrical-coordinate representation of color #590E4E: hue angle of 308.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 #590E4E is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 14 | 78 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.65 |
| HSL | 308.8º | 0.73% | 0.2% | - |
| HSV(B) | 308.8º | 0.84% | 0.35% | - |
| XYZ | 5.65 | 2.99 | 7.49 | - |
| YUV | 43.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 14 | 78 | 0 | 0.84 | 0.12 | 0.65 | 308.8 | 0.73 | 0.2 |
| Hex | 59 | E | 4E | 0 | 54 | C | 41 | 135 | 49 | 14 |
| Octal | 131 | 16 | 116 | 0 | 124 | 14 | 101 | 465 | 111 | 24 |
| Binary | 1011001 | 1110 | 1001110 | 0 | 1010100 | 1100 | 1000001 | 100110101 | 1001001 | 10100 |
Color Harmonies of #590E4E
Complementary color
Monochromatic Colors of #590E4E
Black with #590E4E
Text Example
Text Example
White with #590E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #590E4E; }
p { color: rgb(89,14,78); }
H1.HeaderClassName
{
color: #590E4E;
}
.AnyTagClassName
{
color: #590E4E;
}
</style>
background-color css
<style>
a { background-color: #590E4E; }
a { background-color: rgb(89,14,78); }
div.DivClassName
{
background-color: #590E4E;
}
.BgClassName
{
background-color: #590E4E;
}
</style>
border-color css
<style>
span { border-color: #590E4E; }
span { border-color: rgb(89,14,78); }
td.TdClassName
{
border-color: #590E4E;
}
.TagClassName
{
border-color: #590E4E;
}
</style>