Shades of Tyrian Purple #59032C
Tints of Tyrian Purple #59032C
RGB
CMYK
RGB Variations
Color information
#59032C (or 0x59032C) is known color: Tyrian Purple. HEX triplet: 59, 03 and 2C. RGB value is (89,3,44). Sum of RGB (Red+Green+Blue) = 89+3+44=136 (18% of max value = 765). Red value is 89 (35.16% from 255 or 65.44% from 136); Green value is 3 (1.56% from 255 or 2.21% from 136); Blue value is 44 (17.58% from 255 or 32.35% from 136); Max value from RGB is 89 - color contains mainly: red. Hex color #59032C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59032C is #A6FCD3. Grayscale: #212121. Windows color (decimal): -10943700 or 2884441. OLE color: 2884441.
HSL color Cylindrical-coordinate representation of color #59032C: hue angle of 331.4º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #59032C is Cyan = 0, Magento = 0.97, Yellow = 0.51 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 3 | 44 | - |
| CMYK | 0 | 0.97 | 0.51 | 0.65 |
| HSL | 331.4º | 0.93% | 0.18% | - |
| HSV(B) | 331.4º | 0.97% | 0.35% | - |
| XYZ | 4.61 | 2.37 | 2.6 | - |
| YUV | 33.39 | 133.99 | 167.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 44 | 0 | 0.97 | 0.51 | 0.65 | 331.4 | 0.93 | 0.18 |
| Hex | 59 | 3 | 2C | 0 | 61 | 33 | 41 | 14B | 5D | 12 |
| Octal | 131 | 3 | 54 | 0 | 141 | 63 | 101 | 513 | 135 | 22 |
| Binary | 1011001 | 11 | 101100 | 0 | 1100001 | 110011 | 1000001 | 101001011 | 1011101 | 10010 |
Color Harmonies of #59032C
Complementary color
Monochromatic Colors of #59032C
Black with #59032C
Text Example
Text Example
White with #59032C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59032C; }
p { color: rgb(89,3,44); }
H1.HeaderClassName
{
color: #59032C;
}
.AnyTagClassName
{
color: #59032C;
}
</style>
background-color css
<style>
a { background-color: #59032C; }
a { background-color: rgb(89,3,44); }
div.DivClassName
{
background-color: #59032C;
}
.BgClassName
{
background-color: #59032C;
}
</style>
border-color css
<style>
span { border-color: #59032C; }
span { border-color: rgb(89,3,44); }
td.TdClassName
{
border-color: #59032C;
}
.TagClassName
{
border-color: #59032C;
}
</style>