Shades of Tyrian Purple #59034E
Tints of Tyrian Purple #59034E
RGB
CMYK
RGB Variations
Color information
#59034E (or 0x59034E) is known color: Tyrian Purple. HEX triplet: 59, 03 and 4E. RGB value is (89,3,78). Sum of RGB (Red+Green+Blue) = 89+3+78=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 78 (30.86% from 255 or 45.88% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #59034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59034E is #A6FCB1. Grayscale: #252525. Windows color (decimal): -10943666 or 5112665. OLE color: 5112665.
HSL color Cylindrical-coordinate representation of color #59034E: hue angle of 307.67º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #59034E is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 3 | 78 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.65 |
| HSL | 307.67º | 0.93% | 0.18% | - |
| HSV(B) | 307.67º | 0.97% | 0.35% | - |
| XYZ | 5.53 | 2.74 | 7.45 | - |
| YUV | 37.26 | 150.99 | 164.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 78 | 0 | 0.97 | 0.12 | 0.65 | 307.67 | 0.93 | 0.18 |
| Hex | 59 | 3 | 4E | 0 | 61 | C | 41 | 134 | 5D | 12 |
| Octal | 131 | 3 | 116 | 0 | 141 | 14 | 101 | 464 | 135 | 22 |
| Binary | 1011001 | 11 | 1001110 | 0 | 1100001 | 1100 | 1000001 | 100110100 | 1011101 | 10010 |
Color Harmonies of #59034E
Complementary color
Monochromatic Colors of #59034E
Black with #59034E
Text Example
Text Example
White with #59034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59034E; }
p { color: rgb(89,3,78); }
H1.HeaderClassName
{
color: #59034E;
}
.AnyTagClassName
{
color: #59034E;
}
</style>
background-color css
<style>
a { background-color: #59034E; }
a { background-color: rgb(89,3,78); }
div.DivClassName
{
background-color: #59034E;
}
.BgClassName
{
background-color: #59034E;
}
</style>
border-color css
<style>
span { border-color: #59034E; }
span { border-color: rgb(89,3,78); }
td.TdClassName
{
border-color: #59034E;
}
.TagClassName
{
border-color: #59034E;
}
</style>