Shades of Tyrian Purple #59094F
Tints of Tyrian Purple #59094F
RGB
CMYK
RGB Variations
Color information
#59094F (or 0x59094F) is known color: Tyrian Purple. HEX triplet: 59, 09 and 4F. RGB value is (89,9,79). Sum of RGB (Red+Green+Blue) = 89+9+79=177 (23% of max value = 765). Red value is 89 (35.16% from 255 or 50.28% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 79 (31.25% from 255 or 44.63% from 177); Max value from RGB is 89 - color contains mainly: red. Hex color #59094F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59094F is #A6F6B0. Grayscale: #282828. Windows color (decimal): -10942129 or 5179737. OLE color: 5179737.
HSL color Cylindrical-coordinate representation of color #59094F: hue angle of 307.5º 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 #59094F is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 9 | 79 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.65 |
| HSL | 307.5º | 0.82% | 0.19% | - |
| HSV(B) | 307.5º | 0.9% | 0.35% | - |
| XYZ | 5.63 | 2.88 | 7.66 | - |
| YUV | 40.9 | 149.5 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 9 | 79 | 0 | 0.90 | 0.11 | 0.65 | 307.5 | 0.82 | 0.19 |
| Hex | 59 | 9 | 4F | 0 | 5A | B | 41 | 134 | 52 | 13 |
| Octal | 131 | 11 | 117 | 0 | 132 | 13 | 101 | 464 | 122 | 23 |
| Binary | 1011001 | 1001 | 1001111 | 0 | 1011010 | 1011 | 1000001 | 100110100 | 1010010 | 10011 |
Color Harmonies of #59094F
Complementary color
Monochromatic Colors of #59094F
Black with #59094F
Text Example
Text Example
White with #59094F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59094F; }
p { color: rgb(89,9,79); }
H1.HeaderClassName
{
color: #59094F;
}
.AnyTagClassName
{
color: #59094F;
}
</style>
background-color css
<style>
a { background-color: #59094F; }
a { background-color: rgb(89,9,79); }
div.DivClassName
{
background-color: #59094F;
}
.BgClassName
{
background-color: #59094F;
}
</style>
border-color css
<style>
span { border-color: #59094F; }
span { border-color: rgb(89,9,79); }
td.TdClassName
{
border-color: #59094F;
}
.TagClassName
{
border-color: #59094F;
}
</style>