Shades of Tyrian Purple #59114A
Tints of Tyrian Purple #59114A
RGB
CMYK
RGB Variations
Color information
#59114A (or 0x59114A) is known color: Tyrian Purple. HEX triplet: 59, 11 and 4A. RGB value is (89,17,74). Sum of RGB (Red+Green+Blue) = 89+17+74=180 (23% of max value = 765). Red value is 89 (35.16% from 255 or 49.44% from 180); Green value is 17 (7.03% from 255 or 9.44% from 180); Blue value is 74 (29.30% from 255 or 41.11% from 180); Max value from RGB is 89 - color contains mainly: red. Hex color #59114A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59114A is #A6EEB5. Grayscale: #2C2C2C. Windows color (decimal): -10940086 or 4854105. OLE color: 4854105.
HSL color Cylindrical-coordinate representation of color #59114A: hue angle of 312.5º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #59114A is Cyan = 0, Magento = 0.81, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 17 | 74 | - |
| CMYK | 0 | 0.81 | 0.17 | 0.65 |
| HSL | 312.5º | 0.68% | 0.21% | - |
| HSV(B) | 312.5º | 0.81% | 0.35% | - |
| XYZ | 5.56 | 3.02 | 6.77 | - |
| YUV | 45.03 | 144.35 | 159.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 17 | 74 | 0 | 0.81 | 0.17 | 0.65 | 312.5 | 0.68 | 0.21 |
| Hex | 59 | 11 | 4A | 0 | 51 | 11 | 41 | 138 | 44 | 15 |
| Octal | 131 | 21 | 112 | 0 | 121 | 21 | 101 | 470 | 104 | 25 |
| Binary | 1011001 | 10001 | 1001010 | 0 | 1010001 | 10001 | 1000001 | 100111000 | 1000100 | 10101 |
Color Harmonies of #59114A
Complementary color
Monochromatic Colors of #59114A
Black with #59114A
Text Example
Text Example
White with #59114A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59114A; }
p { color: rgb(89,17,74); }
H1.HeaderClassName
{
color: #59114A;
}
.AnyTagClassName
{
color: #59114A;
}
</style>
background-color css
<style>
a { background-color: #59114A; }
a { background-color: rgb(89,17,74); }
div.DivClassName
{
background-color: #59114A;
}
.BgClassName
{
background-color: #59114A;
}
</style>
border-color css
<style>
span { border-color: #59114A; }
span { border-color: rgb(89,17,74); }
td.TdClassName
{
border-color: #59114A;
}
.TagClassName
{
border-color: #59114A;
}
</style>