Shades of Tyrian Purple #59004D
Tints of Tyrian Purple #59004D
RGB
CMYK
RGB Variations
Color information
#59004D (or 0x59004D) is known color: Tyrian Purple. HEX triplet: 59, 00 and 4D. RGB value is (89,0,77). Sum of RGB (Red+Green+Blue) = 89+0+77=166 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.61% from 166); Green value is 0 (0.39% from 255 or 0% from 166); Blue value is 77 (30.47% from 255 or 46.39% from 166); Max value from RGB is 89 - color contains mainly: red. Hex color #59004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59004D is #A6FFB2. Grayscale: #232323. Windows color (decimal): -10944435 or 5046361. OLE color: 5046361.
HSL color Cylindrical-coordinate representation of color #59004D: hue angle of 308.09º 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 #59004D is Cyan = 0, Magento = 1, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.13 | 0.65 |
| HSL | 308.09º | 1% | 0.17% | - |
| HSV(B) | 308.09º | 1% | 0.35% | - |
| XYZ | 5.46 | 2.66 | 7.25 | - |
| YUV | 35.39 | 151.49 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 77 | 0 | 1 | 0.13 | 0.65 | 308.09 | 1 | 0.17 |
| Hex | 59 | 0 | 4D | 0 | 64 | D | 41 | 134 | 64 | 11 |
| Octal | 131 | 0 | 115 | 0 | 144 | 15 | 101 | 464 | 144 | 21 |
| Binary | 1011001 | 0 | 1001101 | 0 | 1100100 | 1101 | 1000001 | 100110100 | 1100100 | 10001 |
Color Harmonies of #59004D
Complementary color
Monochromatic Colors of #59004D
Black with #59004D
Text Example
Text Example
White with #59004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59004D; }
p { color: rgb(89,0,77); }
H1.HeaderClassName
{
color: #59004D;
}
.AnyTagClassName
{
color: #59004D;
}
</style>
background-color css
<style>
a { background-color: #59004D; }
a { background-color: rgb(89,0,77); }
div.DivClassName
{
background-color: #59004D;
}
.BgClassName
{
background-color: #59004D;
}
</style>
border-color css
<style>
span { border-color: #59004D; }
span { border-color: rgb(89,0,77); }
td.TdClassName
{
border-color: #59004D;
}
.TagClassName
{
border-color: #59004D;
}
</style>