Shades of Tyrian Purple #59004C
Tints of Tyrian Purple #59004C
RGB
CMYK
RGB Variations
Color information
#59004C (or 0x59004C) is known color: Tyrian Purple. HEX triplet: 59, 00 and 4C. RGB value is (89,0,76). Sum of RGB (Red+Green+Blue) = 89+0+76=165 (21% of max value = 765). Red value is 89 (35.16% from 255 or 53.94% from 165); Green value is 0 (0.39% from 255 or 0% from 165); Blue value is 76 (30.08% from 255 or 46.06% from 165); Max value from RGB is 89 - color contains mainly: red. Hex color #59004C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59004C is #A6FFB3. Grayscale: #232323. Windows color (decimal): -10944436 or 4980825. OLE color: 4980825.
HSL color Cylindrical-coordinate representation of color #59004C: hue angle of 308.76º 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 #59004C is Cyan = 0, Magento = 1, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.15 | 0.65 |
| HSL | 308.76º | 1% | 0.17% | - |
| HSV(B) | 308.76º | 1% | 0.35% | - |
| XYZ | 5.42 | 2.65 | 7.06 | - |
| YUV | 35.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 76 | 0 | 1 | 0.15 | 0.65 | 308.76 | 1 | 0.17 |
| Hex | 59 | 0 | 4C | 0 | 64 | F | 41 | 135 | 64 | 11 |
| Octal | 131 | 0 | 114 | 0 | 144 | 17 | 101 | 465 | 144 | 21 |
| Binary | 1011001 | 0 | 1001100 | 0 | 1100100 | 1111 | 1000001 | 100110101 | 1100100 | 10001 |
Color Harmonies of #59004C
Complementary color
Monochromatic Colors of #59004C
Black with #59004C
Text Example
Text Example
White with #59004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59004C; }
p { color: rgb(89,0,76); }
H1.HeaderClassName
{
color: #59004C;
}
.AnyTagClassName
{
color: #59004C;
}
</style>
background-color css
<style>
a { background-color: #59004C; }
a { background-color: rgb(89,0,76); }
div.DivClassName
{
background-color: #59004C;
}
.BgClassName
{
background-color: #59004C;
}
</style>
border-color css
<style>
span { border-color: #59004C; }
span { border-color: rgb(89,0,76); }
td.TdClassName
{
border-color: #59004C;
}
.TagClassName
{
border-color: #59004C;
}
</style>