Shades of Tyrian Purple #59042F
Tints of Tyrian Purple #59042F
RGB
CMYK
RGB Variations
Color information
#59042F (or 0x59042F) is known color: Tyrian Purple. HEX triplet: 59, 04 and 2F. RGB value is (89,4,47). Sum of RGB (Red+Green+Blue) = 89+4+47=140 (18% of max value = 765). Red value is 89 (35.16% from 255 or 63.57% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 47 (18.75% from 255 or 33.57% from 140); Max value from RGB is 89 - color contains mainly: red. Hex color #59042F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #59042F is #A6FBD0. Grayscale: #222222. Windows color (decimal): -10943441 or 3081305. OLE color: 3081305.
HSL color Cylindrical-coordinate representation of color #59042F: hue angle of 329.65º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #59042F is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 89 | 4 | 47 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.65 |
| HSL | 329.65º | 0.91% | 0.18% | - |
| HSV(B) | 329.65º | 0.96% | 0.35% | - |
| XYZ | 4.68 | 2.42 | 2.91 | - |
| YUV | 34.32 | 135.16 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 4 | 47 | 0 | 0.96 | 0.47 | 0.65 | 329.65 | 0.91 | 0.18 |
| Hex | 59 | 4 | 2F | 0 | 60 | 2F | 41 | 14A | 5B | 12 |
| Octal | 131 | 4 | 57 | 0 | 140 | 57 | 101 | 512 | 133 | 22 |
| Binary | 1011001 | 100 | 101111 | 0 | 1100000 | 101111 | 1000001 | 101001010 | 1011011 | 10010 |
Color Harmonies of #59042F
Complementary color
Monochromatic Colors of #59042F
Black with #59042F
Text Example
Text Example
White with #59042F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #59042F; }
p { color: rgb(89,4,47); }
H1.HeaderClassName
{
color: #59042F;
}
.AnyTagClassName
{
color: #59042F;
}
</style>
background-color css
<style>
a { background-color: #59042F; }
a { background-color: rgb(89,4,47); }
div.DivClassName
{
background-color: #59042F;
}
.BgClassName
{
background-color: #59042F;
}
</style>
border-color css
<style>
span { border-color: #59042F; }
span { border-color: rgb(89,4,47); }
td.TdClassName
{
border-color: #59042F;
}
.TagClassName
{
border-color: #59042F;
}
</style>