Shades of Tyrian Purple #59054E
Tints of Tyrian Purple #59054E
RGB
CMYK
RGB Variations
Color information
#59054E (or 0x59054E) is known color: Tyrian Purple. HEX triplet: 59, 05 and 4E. RGB value is (89,5,78). Sum of RGB (Red+Green+Blue) = 89+5+78=172 (22% of max value = 765). Red value is 89 (35.16% from 255 or 51.74% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 78 (30.86% from 255 or 45.35% from 172); Max value from RGB is 89 - color contains mainly: red. Hex color #59054E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59054E is #A6FAB1. Grayscale: #262626. Windows color (decimal): -10943154 or 5113177. OLE color: 5113177.
HSL color Cylindrical-coordinate representation of color #59054E: hue angle of 307.86º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #59054E is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 5 | 78 | - |
| CMYK | 0 | 0.94 | 0.12 | 0.65 |
| HSL | 307.86º | 0.89% | 0.18% | - |
| HSV(B) | 307.86º | 0.94% | 0.35% | - |
| XYZ | 5.55 | 2.78 | 7.45 | - |
| YUV | 38.44 | 150.33 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 78 | 0 | 0.94 | 0.12 | 0.65 | 307.86 | 0.89 | 0.18 |
| Hex | 59 | 5 | 4E | 0 | 5E | C | 41 | 134 | 59 | 12 |
| Octal | 131 | 5 | 116 | 0 | 136 | 14 | 101 | 464 | 131 | 22 |
| Binary | 1011001 | 101 | 1001110 | 0 | 1011110 | 1100 | 1000001 | 100110100 | 1011001 | 10010 |
Color Harmonies of #59054E
Complementary color
Monochromatic Colors of #59054E
Black with #59054E
Text Example
Text Example
White with #59054E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59054E; }
p { color: rgb(89,5,78); }
H1.HeaderClassName
{
color: #59054E;
}
.AnyTagClassName
{
color: #59054E;
}
</style>
background-color css
<style>
a { background-color: #59054E; }
a { background-color: rgb(89,5,78); }
div.DivClassName
{
background-color: #59054E;
}
.BgClassName
{
background-color: #59054E;
}
</style>
border-color css
<style>
span { border-color: #59054E; }
span { border-color: rgb(89,5,78); }
td.TdClassName
{
border-color: #59054E;
}
.TagClassName
{
border-color: #59054E;
}
</style>