Shades of Tyrian Purple #59054A
Tints of Tyrian Purple #59054A
RGB
CMYK
RGB Variations
Color information
#59054A (or 0x59054A) is known color: Tyrian Purple. HEX triplet: 59, 05 and 4A. RGB value is (89,5,74). Sum of RGB (Red+Green+Blue) = 89+5+74=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 74 (29.30% from 255 or 44.05% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #59054A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59054A is #A6FAB5. Grayscale: #252525. Windows color (decimal): -10943158 or 4851033. OLE color: 4851033.
HSL color Cylindrical-coordinate representation of color #59054A: hue angle of 310.71º 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 #59054A is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 5 | 74 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.65 |
| HSL | 310.71º | 0.89% | 0.18% | - |
| HSV(B) | 310.71º | 0.94% | 0.35% | - |
| XYZ | 5.41 | 2.73 | 6.72 | - |
| YUV | 37.98 | 148.33 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 74 | 0 | 0.94 | 0.17 | 0.65 | 310.71 | 0.89 | 0.18 |
| Hex | 59 | 5 | 4A | 0 | 5E | 11 | 41 | 137 | 59 | 12 |
| Octal | 131 | 5 | 112 | 0 | 136 | 21 | 101 | 467 | 131 | 22 |
| Binary | 1011001 | 101 | 1001010 | 0 | 1011110 | 10001 | 1000001 | 100110111 | 1011001 | 10010 |
Color Harmonies of #59054A
Complementary color
Monochromatic Colors of #59054A
Black with #59054A
Text Example
Text Example
White with #59054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59054A; }
p { color: rgb(89,5,74); }
H1.HeaderClassName
{
color: #59054A;
}
.AnyTagClassName
{
color: #59054A;
}
</style>
background-color css
<style>
a { background-color: #59054A; }
a { background-color: rgb(89,5,74); }
div.DivClassName
{
background-color: #59054A;
}
.BgClassName
{
background-color: #59054A;
}
</style>
border-color css
<style>
span { border-color: #59054A; }
span { border-color: rgb(89,5,74); }
td.TdClassName
{
border-color: #59054A;
}
.TagClassName
{
border-color: #59054A;
}
</style>