Shades of Tyrian Purple #59004F
Tints of Tyrian Purple #59004F
RGB
CMYK
RGB Variations
Color information
#59004F (or 0x59004F) is known color: Tyrian Purple. HEX triplet: 59, 00 and 4F. RGB value is (89,0,79). Sum of RGB (Red+Green+Blue) = 89+0+79=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 0 (0.39% from 255 or 0% from 168); Blue value is 79 (31.25% from 255 or 47.02% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #59004F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59004F is #A6FFB0. Grayscale: #232323. Windows color (decimal): -10944433 or 5177433. OLE color: 5177433.
HSL color Cylindrical-coordinate representation of color #59004F: hue angle of 306.74º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #59004F is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.11 | 0.65 |
| HSL | 306.74º | 1% | 0.17% | - |
| HSV(B) | 306.74º | 1% | 0.35% | - |
| XYZ | 5.53 | 2.69 | 7.62 | - |
| YUV | 35.62 | 152.49 | 166.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 79 | 0 | 1 | 0.11 | 0.65 | 306.74 | 1 | 0.17 |
| Hex | 59 | 0 | 4F | 0 | 64 | B | 41 | 133 | 64 | 11 |
| Octal | 131 | 0 | 117 | 0 | 144 | 13 | 101 | 463 | 144 | 21 |
| Binary | 1011001 | 0 | 1001111 | 0 | 1100100 | 1011 | 1000001 | 100110011 | 1100100 | 10001 |
Color Harmonies of #59004F
Complementary color
Monochromatic Colors of #59004F
Black with #59004F
Text Example
Text Example
White with #59004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59004F; }
p { color: rgb(89,0,79); }
H1.HeaderClassName
{
color: #59004F;
}
.AnyTagClassName
{
color: #59004F;
}
</style>
background-color css
<style>
a { background-color: #59004F; }
a { background-color: rgb(89,0,79); }
div.DivClassName
{
background-color: #59004F;
}
.BgClassName
{
background-color: #59004F;
}
</style>
border-color css
<style>
span { border-color: #59004F; }
span { border-color: rgb(89,0,79); }
td.TdClassName
{
border-color: #59004F;
}
.TagClassName
{
border-color: #59004F;
}
</style>