Shades of Tyrian Purple #59114C
Tints of Tyrian Purple #59114C
RGB
CMYK
RGB Variations
Color information
#59114C (or 0x59114C) is known color: Tyrian Purple. HEX triplet: 59, 11 and 4C. RGB value is (89,17,76). Sum of RGB (Red+Green+Blue) = 89+17+76=182 (24% of max value = 765). Red value is 89 (35.16% from 255 or 48.90% from 182); Green value is 17 (7.03% from 255 or 9.34% from 182); Blue value is 76 (30.08% from 255 or 41.76% from 182); Max value from RGB is 89 - color contains mainly: red. Hex color #59114C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59114C is #A6EEB3. Grayscale: #2D2D2D. Windows color (decimal): -10940084 or 4985177. OLE color: 4985177.
HSL color Cylindrical-coordinate representation of color #59114C: hue angle of 310.83º 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 #59114C is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 17 | 76 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.65 |
| HSL | 310.83º | 0.68% | 0.21% | - |
| HSV(B) | 310.83º | 0.81% | 0.35% | - |
| XYZ | 5.62 | 3.05 | 7.13 | - |
| YUV | 45.25 | 145.35 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 17 | 76 | 0 | 0.81 | 0.15 | 0.65 | 310.83 | 0.68 | 0.21 |
| Hex | 59 | 11 | 4C | 0 | 51 | F | 41 | 137 | 44 | 15 |
| Octal | 131 | 21 | 114 | 0 | 121 | 17 | 101 | 467 | 104 | 25 |
| Binary | 1011001 | 10001 | 1001100 | 0 | 1010001 | 1111 | 1000001 | 100110111 | 1000100 | 10101 |
Color Harmonies of #59114C
Complementary color
Monochromatic Colors of #59114C
Black with #59114C
Text Example
Text Example
White with #59114C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59114C; }
p { color: rgb(89,17,76); }
H1.HeaderClassName
{
color: #59114C;
}
.AnyTagClassName
{
color: #59114C;
}
</style>
background-color css
<style>
a { background-color: #59114C; }
a { background-color: rgb(89,17,76); }
div.DivClassName
{
background-color: #59114C;
}
.BgClassName
{
background-color: #59114C;
}
</style>
border-color css
<style>
span { border-color: #59114C; }
span { border-color: rgb(89,17,76); }
td.TdClassName
{
border-color: #59114C;
}
.TagClassName
{
border-color: #59114C;
}
</style>