Shades of Tyrian Purple #59054C
Tints of Tyrian Purple #59054C
RGB
CMYK
RGB Variations
Color information
#59054C (or 0x59054C) is known color: Tyrian Purple. HEX triplet: 59, 05 and 4C. RGB value is (89,5,76). Sum of RGB (Red+Green+Blue) = 89+5+76=170 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.35% from 170); Green value is 5 (2.34% from 255 or 2.94% from 170); Blue value is 76 (30.08% from 255 or 44.71% from 170); Max value from RGB is 89 - color contains mainly: red. Hex color #59054C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59054C is #A6FAB3. Grayscale: #262626. Windows color (decimal): -10943156 or 4982105. OLE color: 4982105.
HSL color Cylindrical-coordinate representation of color #59054C: hue angle of 309.29º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #59054C is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 5 | 76 | - |
| CMYK | 0 | 0.94 | 0.15 | 0.65 |
| HSL | 309.29º | 0.89% | 0.18% | - |
| HSV(B) | 309.29º | 0.94% | 0.35% | - |
| XYZ | 5.48 | 2.75 | 7.08 | - |
| YUV | 38.21 | 149.33 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 76 | 0 | 0.94 | 0.15 | 0.65 | 309.29 | 0.89 | 0.18 |
| Hex | 59 | 5 | 4C | 0 | 5E | F | 41 | 135 | 59 | 12 |
| Octal | 131 | 5 | 114 | 0 | 136 | 17 | 101 | 465 | 131 | 22 |
| Binary | 1011001 | 101 | 1001100 | 0 | 1011110 | 1111 | 1000001 | 100110101 | 1011001 | 10010 |
Color Harmonies of #59054C
Complementary color
Monochromatic Colors of #59054C
Black with #59054C
Text Example
Text Example
White with #59054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59054C; }
p { color: rgb(89,5,76); }
H1.HeaderClassName
{
color: #59054C;
}
.AnyTagClassName
{
color: #59054C;
}
</style>
background-color css
<style>
a { background-color: #59054C; }
a { background-color: rgb(89,5,76); }
div.DivClassName
{
background-color: #59054C;
}
.BgClassName
{
background-color: #59054C;
}
</style>
border-color css
<style>
span { border-color: #59054C; }
span { border-color: rgb(89,5,76); }
td.TdClassName
{
border-color: #59054C;
}
.TagClassName
{
border-color: #59054C;
}
</style>