Shades of Tyrian Purple #59032A
Tints of Tyrian Purple #59032A
RGB
CMYK
RGB Variations
Color information
#59032A (or 0x59032A) is known color: Tyrian Purple. HEX triplet: 59, 03 and 2A. RGB value is (89,3,42). Sum of RGB (Red+Green+Blue) = 89+3+42=134 (17% of max value = 765). Red value is 89 (35.16% from 255 or 66.42% from 134); Green value is 3 (1.56% from 255 or 2.24% from 134); Blue value is 42 (16.80% from 255 or 31.34% from 134); Max value from RGB is 89 - color contains mainly: red. Hex color #59032A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59032A is #A6FCD5. Grayscale: #212121. Windows color (decimal): -10943702 or 2753369. OLE color: 2753369.
HSL color Cylindrical-coordinate representation of color #59032A: hue angle of 332.79º 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 #59032A is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 3 | 42 | - |
| CMYK | 0 | 0.97 | 0.53 | 0.65 |
| HSL | 332.79º | 0.93% | 0.18% | - |
| HSV(B) | 332.79º | 0.97% | 0.35% | - |
| XYZ | 4.57 | 2.36 | 2.4 | - |
| YUV | 33.16 | 132.99 | 167.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 3 | 42 | 0 | 0.97 | 0.53 | 0.65 | 332.79 | 0.93 | 0.18 |
| Hex | 59 | 3 | 2A | 0 | 61 | 35 | 41 | 14D | 5D | 12 |
| Octal | 131 | 3 | 52 | 0 | 141 | 65 | 101 | 515 | 135 | 22 |
| Binary | 1011001 | 11 | 101010 | 0 | 1100001 | 110101 | 1000001 | 101001101 | 1011101 | 10010 |
Color Harmonies of #59032A
Complementary color
Monochromatic Colors of #59032A
Black with #59032A
Text Example
Text Example
White with #59032A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59032A; }
p { color: rgb(89,3,42); }
H1.HeaderClassName
{
color: #59032A;
}
.AnyTagClassName
{
color: #59032A;
}
</style>
background-color css
<style>
a { background-color: #59032A; }
a { background-color: rgb(89,3,42); }
div.DivClassName
{
background-color: #59032A;
}
.BgClassName
{
background-color: #59032A;
}
</style>
border-color css
<style>
span { border-color: #59032A; }
span { border-color: rgb(89,3,42); }
td.TdClassName
{
border-color: #59032A;
}
.TagClassName
{
border-color: #59032A;
}
</style>