Shades of Tyrian Purple #59014E
Tints of Tyrian Purple #59014E
RGB
CMYK
RGB Variations
Color information
#59014E (or 0x59014E) is known color: Tyrian Purple. HEX triplet: 59, 01 and 4E. RGB value is (89,1,78). Sum of RGB (Red+Green+Blue) = 89+1+78=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 1 (0.78% from 255 or 0.60% from 168); Blue value is 78 (30.86% from 255 or 46.43% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #59014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59014E is #A6FEB1. Grayscale: #232323. Windows color (decimal): -10944178 or 5112153. OLE color: 5112153.
HSL color Cylindrical-coordinate representation of color #59014E: hue angle of 307.5º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #59014E is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.65 |
| HSL | 307.5º | 0.98% | 0.18% | - |
| HSV(B) | 307.5º | 0.99% | 0.35% | - |
| XYZ | 5.51 | 2.7 | 7.44 | - |
| YUV | 36.09 | 151.65 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 78 | 0 | 0.99 | 0.12 | 0.65 | 307.5 | 0.98 | 0.18 |
| Hex | 59 | 1 | 4E | 0 | 63 | C | 41 | 134 | 62 | 12 |
| Octal | 131 | 1 | 116 | 0 | 143 | 14 | 101 | 464 | 142 | 22 |
| Binary | 1011001 | 1 | 1001110 | 0 | 1100011 | 1100 | 1000001 | 100110100 | 1100010 | 10010 |
Color Harmonies of #59014E
Complementary color
Monochromatic Colors of #59014E
Black with #59014E
Text Example
Text Example
White with #59014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59014E; }
p { color: rgb(89,1,78); }
H1.HeaderClassName
{
color: #59014E;
}
.AnyTagClassName
{
color: #59014E;
}
</style>
background-color css
<style>
a { background-color: #59014E; }
a { background-color: rgb(89,1,78); }
div.DivClassName
{
background-color: #59014E;
}
.BgClassName
{
background-color: #59014E;
}
</style>
border-color css
<style>
span { border-color: #59014E; }
span { border-color: rgb(89,1,78); }
td.TdClassName
{
border-color: #59014E;
}
.TagClassName
{
border-color: #59014E;
}
</style>