Shades of Tyrian Purple #59154A
Tints of Tyrian Purple #59154A
RGB
CMYK
RGB Variations
Color information
#59154A (or 0x59154A) is known color: Tyrian Purple. HEX triplet: 59, 15 and 4A. RGB value is (89,21,74). Sum of RGB (Red+Green+Blue) = 89+21+74=184 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.37% from 184); Green value is 21 (8.59% from 255 or 11.41% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 89 - color contains mainly: red. Hex color #59154A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59154A is #A6EAB5. Grayscale: #2F2F2F. Windows color (decimal): -10939062 or 4855129. OLE color: 4855129.
HSL color Cylindrical-coordinate representation of color #59154A: hue angle of 313.24º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #59154A is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 21 | 74 | - |
| CMYK | 0 | 0.76 | 0.17 | 0.65 |
| HSL | 313.24º | 0.62% | 0.22% | - |
| HSV(B) | 313.24º | 0.76% | 0.35% | - |
| XYZ | 5.62 | 3.15 | 6.79 | - |
| YUV | 47.37 | 143.03 | 157.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 21 | 74 | 0 | 0.76 | 0.17 | 0.65 | 313.24 | 0.62 | 0.22 |
| Hex | 59 | 15 | 4A | 0 | 4C | 11 | 41 | 139 | 3E | 16 |
| Octal | 131 | 25 | 112 | 0 | 114 | 21 | 101 | 471 | 76 | 26 |
| Binary | 1011001 | 10101 | 1001010 | 0 | 1001100 | 10001 | 1000001 | 100111001 | 111110 | 10110 |
Color Harmonies of #59154A
Complementary color
Monochromatic Colors of #59154A
Black with #59154A
Text Example
Text Example
White with #59154A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59154A; }
p { color: rgb(89,21,74); }
H1.HeaderClassName
{
color: #59154A;
}
.AnyTagClassName
{
color: #59154A;
}
</style>
background-color css
<style>
a { background-color: #59154A; }
a { background-color: rgb(89,21,74); }
div.DivClassName
{
background-color: #59154A;
}
.BgClassName
{
background-color: #59154A;
}
</style>
border-color css
<style>
span { border-color: #59154A; }
span { border-color: rgb(89,21,74); }
td.TdClassName
{
border-color: #59154A;
}
.TagClassName
{
border-color: #59154A;
}
</style>