Shades of Tyrian Purple #59004E
Tints of Tyrian Purple #59004E
RGB
CMYK
RGB Variations
Color information
#59004E (or 0x59004E) is known color: Tyrian Purple. HEX triplet: 59, 00 and 4E. RGB value is (89,0,78). Sum of RGB (Red+Green+Blue) = 89+0+78=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 0 (0.39% from 255 or 0% from 167); Blue value is 78 (30.86% from 255 or 46.71% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #59004E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59004E is #A6FFB1. Grayscale: #232323. Windows color (decimal): -10944434 or 5111897. OLE color: 5111897.
HSL color Cylindrical-coordinate representation of color #59004E: hue angle of 307.42º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #59004E is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 0 | 78 | - |
| CMYK | 0 | 1 | 0.12 | 0.65 |
| HSL | 307.42º | 1% | 0.17% | - |
| HSV(B) | 307.42º | 1% | 0.35% | - |
| XYZ | 5.49 | 2.67 | 7.43 | - |
| YUV | 35.5 | 151.99 | 166.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 78 | 0 | 1 | 0.12 | 0.65 | 307.42 | 1 | 0.17 |
| Hex | 59 | 0 | 4E | 0 | 64 | C | 41 | 133 | 64 | 11 |
| Octal | 131 | 0 | 116 | 0 | 144 | 14 | 101 | 463 | 144 | 21 |
| Binary | 1011001 | 0 | 1001110 | 0 | 1100100 | 1100 | 1000001 | 100110011 | 1100100 | 10001 |
Color Harmonies of #59004E
Complementary color
Monochromatic Colors of #59004E
Black with #59004E
Text Example
Text Example
White with #59004E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59004E; }
p { color: rgb(89,0,78); }
H1.HeaderClassName
{
color: #59004E;
}
.AnyTagClassName
{
color: #59004E;
}
</style>
background-color css
<style>
a { background-color: #59004E; }
a { background-color: rgb(89,0,78); }
div.DivClassName
{
background-color: #59004E;
}
.BgClassName
{
background-color: #59004E;
}
</style>
border-color css
<style>
span { border-color: #59004E; }
span { border-color: rgb(89,0,78); }
td.TdClassName
{
border-color: #59004E;
}
.TagClassName
{
border-color: #59004E;
}
</style>