Shades of Tyrian Purple #59052F
Tints of Tyrian Purple #59052F
RGB
CMYK
RGB Variations
Color information
#59052F (or 0x59052F) is known color: Tyrian Purple. HEX triplet: 59, 05 and 2F. RGB value is (89,5,47). Sum of RGB (Red+Green+Blue) = 89+5+47=141 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.12% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 47 (18.75% from 255 or 33.33% from 141); Max value from RGB is 89 - color contains mainly: red. Hex color #59052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59052F is #A6FAD0. Grayscale: #222222. Windows color (decimal): -10943185 or 3081561. OLE color: 3081561.
HSL color Cylindrical-coordinate representation of color #59052F: hue angle of 330º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #59052F is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 5 | 47 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.65 |
| HSL | 330º | 0.89% | 0.18% | - |
| HSV(B) | 330º | 0.94% | 0.35% | - |
| XYZ | 4.69 | 2.44 | 2.91 | - |
| YUV | 34.9 | 134.83 | 166.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 47 | 0 | 0.94 | 0.47 | 0.65 | 330 | 0.89 | 0.18 |
| Hex | 59 | 5 | 2F | 0 | 5E | 2F | 41 | 14A | 59 | 12 |
| Octal | 131 | 5 | 57 | 0 | 136 | 57 | 101 | 512 | 131 | 22 |
| Binary | 1011001 | 101 | 101111 | 0 | 1011110 | 101111 | 1000001 | 101001010 | 1011001 | 10010 |
Color Harmonies of #59052F
Complementary color
Monochromatic Colors of #59052F
Black with #59052F
Text Example
Text Example
White with #59052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59052F; }
p { color: rgb(89,5,47); }
H1.HeaderClassName
{
color: #59052F;
}
.AnyTagClassName
{
color: #59052F;
}
</style>
background-color css
<style>
a { background-color: #59052F; }
a { background-color: rgb(89,5,47); }
div.DivClassName
{
background-color: #59052F;
}
.BgClassName
{
background-color: #59052F;
}
</style>
border-color css
<style>
span { border-color: #59052F; }
span { border-color: rgb(89,5,47); }
td.TdClassName
{
border-color: #59052F;
}
.TagClassName
{
border-color: #59052F;
}
</style>