Shades of Tyrian Purple #59014D
Tints of Tyrian Purple #59014D
RGB
CMYK
RGB Variations
Color information
#59014D (or 0x59014D) is known color: Tyrian Purple. HEX triplet: 59, 01 and 4D. RGB value is (89,1,77). Sum of RGB (Red+Green+Blue) = 89+1+77=167 (22% of max value = 765). Red value is 89 (35.16% from 255 or 53.29% from 167); Green value is 1 (0.78% from 255 or 0.60% from 167); Blue value is 77 (30.47% from 255 or 46.11% from 167); Max value from RGB is 89 - color contains mainly: red. Hex color #59014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59014D is #A6FEB2. Grayscale: #232323. Windows color (decimal): -10944179 or 5046617. OLE color: 5046617.
HSL color Cylindrical-coordinate representation of color #59014D: hue angle of 308.18º 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 #59014D is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.13 | 0.65 |
| HSL | 308.18º | 0.98% | 0.18% | - |
| HSV(B) | 308.18º | 0.99% | 0.35% | - |
| XYZ | 5.47 | 2.68 | 7.25 | - |
| YUV | 35.98 | 151.15 | 165.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 77 | 0 | 0.99 | 0.13 | 0.65 | 308.18 | 0.98 | 0.18 |
| Hex | 59 | 1 | 4D | 0 | 63 | D | 41 | 134 | 62 | 12 |
| Octal | 131 | 1 | 115 | 0 | 143 | 15 | 101 | 464 | 142 | 22 |
| Binary | 1011001 | 1 | 1001101 | 0 | 1100011 | 1101 | 1000001 | 100110100 | 1100010 | 10010 |
Color Harmonies of #59014D
Complementary color
Monochromatic Colors of #59014D
Black with #59014D
Text Example
Text Example
White with #59014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59014D; }
p { color: rgb(89,1,77); }
H1.HeaderClassName
{
color: #59014D;
}
.AnyTagClassName
{
color: #59014D;
}
</style>
background-color css
<style>
a { background-color: #59014D; }
a { background-color: rgb(89,1,77); }
div.DivClassName
{
background-color: #59014D;
}
.BgClassName
{
background-color: #59014D;
}
</style>
border-color css
<style>
span { border-color: #59014D; }
span { border-color: rgb(89,1,77); }
td.TdClassName
{
border-color: #59014D;
}
.TagClassName
{
border-color: #59014D;
}
</style>