Shades of Tyrian Purple #59072F
Tints of Tyrian Purple #59072F
RGB
CMYK
RGB Variations
Color information
#59072F (or 0x59072F) is known color: Tyrian Purple. HEX triplet: 59, 07 and 2F. RGB value is (89,7,47). Sum of RGB (Red+Green+Blue) = 89+7+47=143 (18% of max value = 765). Red value is 89 (35.16% from 255 or 62.24% from 143); Green value is 7 (3.12% from 255 or 4.90% from 143); Blue value is 47 (18.75% from 255 or 32.87% from 143); Max value from RGB is 89 - color contains mainly: red. Hex color #59072F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59072F is #A6F8D0. Grayscale: #242424. Windows color (decimal): -10942673 or 3082073. OLE color: 3082073.
HSL color Cylindrical-coordinate representation of color #59072F: hue angle of 330.73º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #59072F is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 7 | 47 | - |
| CMYK | 0 | 0.92 | 0.47 | 0.65 |
| HSL | 330.73º | 0.85% | 0.19% | - |
| HSV(B) | 330.73º | 0.92% | 0.35% | - |
| XYZ | 4.71 | 2.48 | 2.92 | - |
| YUV | 36.08 | 134.17 | 165.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 7 | 47 | 0 | 0.92 | 0.47 | 0.65 | 330.73 | 0.85 | 0.19 |
| Hex | 59 | 7 | 2F | 0 | 5C | 2F | 41 | 14B | 55 | 13 |
| Octal | 131 | 7 | 57 | 0 | 134 | 57 | 101 | 513 | 125 | 23 |
| Binary | 1011001 | 111 | 101111 | 0 | 1011100 | 101111 | 1000001 | 101001011 | 1010101 | 10011 |
Color Harmonies of #59072F
Complementary color
Monochromatic Colors of #59072F
Black with #59072F
Text Example
Text Example
White with #59072F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59072F; }
p { color: rgb(89,7,47); }
H1.HeaderClassName
{
color: #59072F;
}
.AnyTagClassName
{
color: #59072F;
}
</style>
background-color css
<style>
a { background-color: #59072F; }
a { background-color: rgb(89,7,47); }
div.DivClassName
{
background-color: #59072F;
}
.BgClassName
{
background-color: #59072F;
}
</style>
border-color css
<style>
span { border-color: #59072F; }
span { border-color: rgb(89,7,47); }
td.TdClassName
{
border-color: #59072F;
}
.TagClassName
{
border-color: #59072F;
}
</style>