Shades of Tyrian Purple #59072E
Tints of Tyrian Purple #59072E
RGB
CMYK
RGB Variations
Color information
#59072E (or 0x59072E) is known color: Tyrian Purple. HEX triplet: 59, 07 and 2E. RGB value is (89,7,46). Sum of RGB (Red+Green+Blue) = 89+7+46=142 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.68% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 89 - color contains mainly: red. Hex color #59072E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59072E is #A6F8D1. Grayscale: #232323. Windows color (decimal): -10942674 or 3016537. OLE color: 3016537.
HSL color Cylindrical-coordinate representation of color #59072E: hue angle of 331.46º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #59072E is Cyan = 0, Magento = 0.92, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 7 | 46 | - |
| CMYK | 0 | 0.92 | 0.48 | 0.65 |
| HSL | 331.46º | 0.85% | 0.19% | - |
| HSV(B) | 331.46º | 0.92% | 0.35% | - |
| XYZ | 4.69 | 2.47 | 2.81 | - |
| YUV | 35.96 | 133.67 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 7 | 46 | 0 | 0.92 | 0.48 | 0.65 | 331.46 | 0.85 | 0.19 |
| Hex | 59 | 7 | 2E | 0 | 5C | 30 | 41 | 14B | 55 | 13 |
| Octal | 131 | 7 | 56 | 0 | 134 | 60 | 101 | 513 | 125 | 23 |
| Binary | 1011001 | 111 | 101110 | 0 | 1011100 | 110000 | 1000001 | 101001011 | 1010101 | 10011 |
Color Harmonies of #59072E
Complementary color
Monochromatic Colors of #59072E
Black with #59072E
Text Example
Text Example
White with #59072E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59072E; }
p { color: rgb(89,7,46); }
H1.HeaderClassName
{
color: #59072E;
}
.AnyTagClassName
{
color: #59072E;
}
</style>
background-color css
<style>
a { background-color: #59072E; }
a { background-color: rgb(89,7,46); }
div.DivClassName
{
background-color: #59072E;
}
.BgClassName
{
background-color: #59072E;
}
</style>
border-color css
<style>
span { border-color: #59072E; }
span { border-color: rgb(89,7,46); }
td.TdClassName
{
border-color: #59072E;
}
.TagClassName
{
border-color: #59072E;
}
</style>