Shades of Tyrian Purple #59022C
Tints of Tyrian Purple #59022C
RGB
CMYK
RGB Variations
Color information
#59022C (or 0x59022C) is known color: Tyrian Purple. HEX triplet: 59, 02 and 2C. RGB value is (89,2,44). Sum of RGB (Red+Green+Blue) = 89+2+44=135 (17% of max value = 765). Red value is 89 (35.16% from 255 or 65.93% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 44 (17.58% from 255 or 32.59% from 135); Max value from RGB is 89 - color contains mainly: red. Hex color #59022C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59022C is #A6FDD3. Grayscale: #202020. Windows color (decimal): -10943956 or 2884185. OLE color: 2884185.
HSL color Cylindrical-coordinate representation of color #59022C: hue angle of 331.03º 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 #59022C is Cyan = 0, Magento = 0.98, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 2 | 44 | - |
| CMYK | 0 | 0.98 | 0.51 | 0.65 |
| HSL | 331.03º | 0.96% | 0.18% | - |
| HSV(B) | 331.03º | 0.98% | 0.35% | - |
| XYZ | 4.6 | 2.35 | 2.59 | - |
| YUV | 32.8 | 134.32 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 2 | 44 | 0 | 0.98 | 0.51 | 0.65 | 331.03 | 0.96 | 0.18 |
| Hex | 59 | 2 | 2C | 0 | 62 | 33 | 41 | 14B | 60 | 12 |
| Octal | 131 | 2 | 54 | 0 | 142 | 63 | 101 | 513 | 140 | 22 |
| Binary | 1011001 | 10 | 101100 | 0 | 1100010 | 110011 | 1000001 | 101001011 | 1100000 | 10010 |
Color Harmonies of #59022C
Complementary color
Monochromatic Colors of #59022C
Black with #59022C
Text Example
Text Example
White with #59022C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59022C; }
p { color: rgb(89,2,44); }
H1.HeaderClassName
{
color: #59022C;
}
.AnyTagClassName
{
color: #59022C;
}
</style>
background-color css
<style>
a { background-color: #59022C; }
a { background-color: rgb(89,2,44); }
div.DivClassName
{
background-color: #59022C;
}
.BgClassName
{
background-color: #59022C;
}
</style>
border-color css
<style>
span { border-color: #59022C; }
span { border-color: rgb(89,2,44); }
td.TdClassName
{
border-color: #59022C;
}
.TagClassName
{
border-color: #59022C;
}
</style>