Shades of Tyrian Purple #59022E
Tints of Tyrian Purple #59022E
RGB
CMYK
RGB Variations
Color information
#59022E (or 0x59022E) is known color: Tyrian Purple. HEX triplet: 59, 02 and 2E. RGB value is (89,2,46). Sum of RGB (Red+Green+Blue) = 89+2+46=137 (18% of max value = 765). Red value is 89 (35.16% from 255 or 64.96% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 89 - color contains mainly: red. Hex color #59022E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59022E is #A6FDD1. Grayscale: #202020. Windows color (decimal): -10943954 or 3015257. OLE color: 3015257.
HSL color Cylindrical-coordinate representation of color #59022E: hue angle of 329.66º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #59022E is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 2 | 46 | - |
| CMYK | 0 | 0.98 | 0.48 | 0.65 |
| HSL | 329.66º | 0.96% | 0.18% | - |
| HSV(B) | 329.66º | 0.98% | 0.35% | - |
| XYZ | 4.63 | 2.36 | 2.8 | - |
| YUV | 33.03 | 135.32 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 46 | 0 | 0.98 | 0.48 | 0.65 | 329.66 | 0.96 | 0.18 |
| Hex | 59 | 2 | 2E | 0 | 62 | 30 | 41 | 14A | 60 | 12 |
| Octal | 131 | 2 | 56 | 0 | 142 | 60 | 101 | 512 | 140 | 22 |
| Binary | 1011001 | 10 | 101110 | 0 | 1100010 | 110000 | 1000001 | 101001010 | 1100000 | 10010 |
Color Harmonies of #59022E
Complementary color
Monochromatic Colors of #59022E
Black with #59022E
Text Example
Text Example
White with #59022E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59022E; }
p { color: rgb(89,2,46); }
H1.HeaderClassName
{
color: #59022E;
}
.AnyTagClassName
{
color: #59022E;
}
</style>
background-color css
<style>
a { background-color: #59022E; }
a { background-color: rgb(89,2,46); }
div.DivClassName
{
background-color: #59022E;
}
.BgClassName
{
background-color: #59022E;
}
</style>
border-color css
<style>
span { border-color: #59022E; }
span { border-color: rgb(89,2,46); }
td.TdClassName
{
border-color: #59022E;
}
.TagClassName
{
border-color: #59022E;
}
</style>