Shades of Tyrian Purple #59134A
Tints of Tyrian Purple #59134A
RGB
CMYK
RGB Variations
Color information
#59134A (or 0x59134A) is known color: Tyrian Purple. HEX triplet: 59, 13 and 4A. RGB value is (89,19,74). Sum of RGB (Red+Green+Blue) = 89+19+74=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 74 (29.30% from 255 or 40.66% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #59134A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59134A is #A6ECB5. Grayscale: #2E2E2E. Windows color (decimal): -10939574 or 4854617. OLE color: 4854617.
HSL color Cylindrical-coordinate representation of color #59134A: hue angle of 312.86º degrees, saturation: 0.65, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #59134A is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 19 | 74 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.65 |
| HSL | 312.86º | 0.65% | 0.21% | - |
| HSV(B) | 312.86º | 0.79% | 0.35% | - |
| XYZ | 5.59 | 3.08 | 6.78 | - |
| YUV | 46.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 19 | 74 | 0 | 0.79 | 0.17 | 0.65 | 312.86 | 0.65 | 0.21 |
| Hex | 59 | 13 | 4A | 0 | 4F | 11 | 41 | 139 | 41 | 15 |
| Octal | 131 | 23 | 112 | 0 | 117 | 21 | 101 | 471 | 101 | 25 |
| Binary | 1011001 | 10011 | 1001010 | 0 | 1001111 | 10001 | 1000001 | 100111001 | 1000001 | 10101 |
Color Harmonies of #59134A
Complementary color
Monochromatic Colors of #59134A
Black with #59134A
Text Example
Text Example
White with #59134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59134A; }
p { color: rgb(89,19,74); }
H1.HeaderClassName
{
color: #59134A;
}
.AnyTagClassName
{
color: #59134A;
}
</style>
background-color css
<style>
a { background-color: #59134A; }
a { background-color: rgb(89,19,74); }
div.DivClassName
{
background-color: #59134A;
}
.BgClassName
{
background-color: #59134A;
}
</style>
border-color css
<style>
span { border-color: #59134A; }
span { border-color: rgb(89,19,74); }
td.TdClassName
{
border-color: #59134A;
}
.TagClassName
{
border-color: #59134A;
}
</style>