Shades of Tyrian Purple #59024D
Tints of Tyrian Purple #59024D
RGB
CMYK
RGB Variations
Color information
#59024D (or 0x59024D) is known color: Tyrian Purple. HEX triplet: 59, 02 and 4D. RGB value is (89,2,77). Sum of RGB (Red+Green+Blue) = 89+2+77=168 (22% of max value = 765). Red value is 89 (35.16% from 255 or 52.98% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 77 (30.47% from 255 or 45.83% from 168); Max value from RGB is 89 - color contains mainly: red. Hex color #59024D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #59024D is #A6FDB2. Grayscale: #242424. Windows color (decimal): -10943923 or 5046873. OLE color: 5046873.
HSL color Cylindrical-coordinate representation of color #59024D: hue angle of 308.28º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #59024D is Cyan = 0, Magento = 0.98, Yellow = 0.13 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 2 | 77 | - |
| CMYK | 0 | 0.98 | 0.13 | 0.65 |
| HSL | 308.28º | 0.96% | 0.18% | - |
| HSV(B) | 308.28º | 0.98% | 0.35% | - |
| XYZ | 5.48 | 2.7 | 7.25 | - |
| YUV | 36.56 | 150.82 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 77 | 0 | 0.98 | 0.13 | 0.65 | 308.28 | 0.96 | 0.18 |
| Hex | 59 | 2 | 4D | 0 | 62 | D | 41 | 134 | 60 | 12 |
| Octal | 131 | 2 | 115 | 0 | 142 | 15 | 101 | 464 | 140 | 22 |
| Binary | 1011001 | 10 | 1001101 | 0 | 1100010 | 1101 | 1000001 | 100110100 | 1100000 | 10010 |
Color Harmonies of #59024D
Complementary color
Monochromatic Colors of #59024D
Black with #59024D
Text Example
Text Example
White with #59024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59024D; }
p { color: rgb(89,2,77); }
H1.HeaderClassName
{
color: #59024D;
}
.AnyTagClassName
{
color: #59024D;
}
</style>
background-color css
<style>
a { background-color: #59024D; }
a { background-color: rgb(89,2,77); }
div.DivClassName
{
background-color: #59024D;
}
.BgClassName
{
background-color: #59024D;
}
</style>
border-color css
<style>
span { border-color: #59024D; }
span { border-color: rgb(89,2,77); }
td.TdClassName
{
border-color: #59024D;
}
.TagClassName
{
border-color: #59024D;
}
</style>