Shades of Tyrian Purple #59002A
Tints of Tyrian Purple #59002A
RGB
CMYK
RGB Variations
Color information
#59002A (or 0x59002A) is known color: Tyrian Purple. HEX triplet: 59, 00 and 2A. RGB value is (89,0,42). Sum of RGB (Red+Green+Blue) = 89+0+42=131 (17% of max value = 765). Red value is 89 (35.16% from 255 or 67.94% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 42 (16.80% from 255 or 32.06% from 131); Max value from RGB is 89 - color contains mainly: red. Hex color #59002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59002A is #A6FFD5. Grayscale: #1F1F1F. Windows color (decimal): -10944470 or 2752601. OLE color: 2752601.
HSL color Cylindrical-coordinate representation of color #59002A: hue angle of 331.69º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #59002A is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 0 | 42 | - |
| CMYK | 0 | 1 | 0.53 | 0.65 |
| HSL | 331.69º | 1% | 0.17% | - |
| HSV(B) | 331.69º | 1% | 0.35% | - |
| XYZ | 4.54 | 2.29 | 2.39 | - |
| YUV | 31.4 | 133.99 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 0 | 42 | 0 | 1 | 0.53 | 0.65 | 331.69 | 1 | 0.17 |
| Hex | 59 | 0 | 2A | 0 | 64 | 35 | 41 | 14C | 64 | 11 |
| Octal | 131 | 0 | 52 | 0 | 144 | 65 | 101 | 514 | 144 | 21 |
| Binary | 1011001 | 0 | 101010 | 0 | 1100100 | 110101 | 1000001 | 101001100 | 1100100 | 10001 |
Color Harmonies of #59002A
Complementary color
Monochromatic Colors of #59002A
Black with #59002A
Text Example
Text Example
White with #59002A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59002A; }
p { color: rgb(89,0,42); }
H1.HeaderClassName
{
color: #59002A;
}
.AnyTagClassName
{
color: #59002A;
}
</style>
background-color css
<style>
a { background-color: #59002A; }
a { background-color: rgb(89,0,42); }
div.DivClassName
{
background-color: #59002A;
}
.BgClassName
{
background-color: #59002A;
}
</style>
border-color css
<style>
span { border-color: #59002A; }
span { border-color: rgb(89,0,42); }
td.TdClassName
{
border-color: #59002A;
}
.TagClassName
{
border-color: #59002A;
}
</style>