Shades of Tyrian Purple #59094D
Tints of Tyrian Purple #59094D
RGB
CMYK
RGB Variations
Color information
#59094D (or 0x59094D) is known color: Tyrian Purple. HEX triplet: 59, 09 and 4D. RGB value is (89,9,77). Sum of RGB (Red+Green+Blue) = 89+9+77=175 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.86% from 175); Green value is 9 (3.91% from 255 or 5.14% from 175); Blue value is 77 (30.47% from 255 or 44% from 175); Max value from RGB is 89 - color contains mainly: red. Hex color #59094D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59094D is #A6F6B2. Grayscale: #282828. Windows color (decimal): -10942131 or 5048665. OLE color: 5048665.
HSL color Cylindrical-coordinate representation of color #59094D: hue angle of 309º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #59094D is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 9 | 77 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.65 |
| HSL | 309º | 0.82% | 0.19% | - |
| HSV(B) | 309º | 0.9% | 0.35% | - |
| XYZ | 5.56 | 2.86 | 7.28 | - |
| YUV | 40.67 | 148.5 | 162.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 77 | 0 | 0.90 | 0.13 | 0.65 | 309 | 0.82 | 0.19 |
| Hex | 59 | 9 | 4D | 0 | 5A | D | 41 | 135 | 52 | 13 |
| Octal | 131 | 11 | 115 | 0 | 132 | 15 | 101 | 465 | 122 | 23 |
| Binary | 1011001 | 1001 | 1001101 | 0 | 1011010 | 1101 | 1000001 | 100110101 | 1010010 | 10011 |
Color Harmonies of #59094D
Complementary color
Monochromatic Colors of #59094D
Black with #59094D
Text Example
Text Example
White with #59094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59094D; }
p { color: rgb(89,9,77); }
H1.HeaderClassName
{
color: #59094D;
}
.AnyTagClassName
{
color: #59094D;
}
</style>
background-color css
<style>
a { background-color: #59094D; }
a { background-color: rgb(89,9,77); }
div.DivClassName
{
background-color: #59094D;
}
.BgClassName
{
background-color: #59094D;
}
</style>
border-color css
<style>
span { border-color: #59094D; }
span { border-color: rgb(89,9,77); }
td.TdClassName
{
border-color: #59094D;
}
.TagClassName
{
border-color: #59094D;
}
</style>