Shades of Tyrian Purple #5E042E
Tints of Tyrian Purple #5E042E
RGB
CMYK
RGB Variations
Color information
#5E042E (or 0x5E042E) is known color: Tyrian Purple. HEX triplet: 5E, 04 and 2E. RGB value is (94,4,46). Sum of RGB (Red+Green+Blue) = 94+4+46=144 (19% of max value = 765). Red value is 94 (37.11% from 255 or 65.28% from 144); Green value is 4 (1.95% from 255 or 2.78% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 94 - color contains mainly: red. Hex color #5E042E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E042E is #A1FBD1. Grayscale: #232323. Windows color (decimal): -10615762 or 3015774. OLE color: 3015774.
HSL color Cylindrical-coordinate representation of color #5E042E: hue angle of 332º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5E042E is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 4 | 46 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.63 |
| HSL | 332º | 0.92% | 0.19% | - |
| HSV(B) | 332º | 0.96% | 0.37% | - |
| XYZ | 5.15 | 2.66 | 2.83 | - |
| YUV | 35.7 | 133.82 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 4 | 46 | 0 | 0.96 | 0.51 | 0.63 | 332 | 0.92 | 0.19 |
| Hex | 5E | 4 | 2E | 0 | 60 | 33 | 3F | 14C | 5C | 13 |
| Octal | 136 | 4 | 56 | 0 | 140 | 63 | 77 | 514 | 134 | 23 |
| Binary | 1011110 | 100 | 101110 | 0 | 1100000 | 110011 | 111111 | 101001100 | 1011100 | 10011 |
Color Harmonies of #5E042E
Complementary color
Monochromatic Colors of #5E042E
Black with #5E042E
Text Example
Text Example
White with #5E042E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E042E; }
p { color: rgb(94,4,46); }
H1.HeaderClassName
{
color: #5E042E;
}
.AnyTagClassName
{
color: #5E042E;
}
</style>
background-color css
<style>
a { background-color: #5E042E; }
a { background-color: rgb(94,4,46); }
div.DivClassName
{
background-color: #5E042E;
}
.BgClassName
{
background-color: #5E042E;
}
</style>
border-color css
<style>
span { border-color: #5E042E; }
span { border-color: rgb(94,4,46); }
td.TdClassName
{
border-color: #5E042E;
}
.TagClassName
{
border-color: #5E042E;
}
</style>