Shades of Tyrian Purple #5E0A2F
Tints of Tyrian Purple #5E0A2F
RGB
CMYK
RGB Variations
Color information
#5E0A2F (or 0x5E0A2F) is known color: Tyrian Purple. HEX triplet: 5E, 0A and 2F. RGB value is (94,10,47). Sum of RGB (Red+Green+Blue) = 94+10+47=151 (20% of max value = 765). Red value is 94 (37.11% from 255 or 62.25% from 151); Green value is 10 (4.30% from 255 or 6.62% from 151); Blue value is 47 (18.75% from 255 or 31.13% from 151); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0A2F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0A2F is #A1F5D0. Grayscale: #272727. Windows color (decimal): -10614225 or 3082846. OLE color: 3082846.
HSL color Cylindrical-coordinate representation of color #5E0A2F: hue angle of 333.57º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E0A2F is Cyan = 0, Magento = 0.89, Yellow = 0.5 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 10 | 47 | - |
| CMYK | 0 | 0.89 | 0.5 | 0.63 |
| HSL | 333.57º | 0.81% | 0.2% | - |
| HSV(B) | 333.57º | 0.89% | 0.37% | - |
| XYZ | 5.24 | 2.8 | 2.95 | - |
| YUV | 39.33 | 132.33 | 166.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 10 | 47 | 0 | 0.89 | 0.5 | 0.63 | 333.57 | 0.81 | 0.2 |
| Hex | 5E | A | 2F | 0 | 59 | 32 | 3F | 14E | 51 | 14 |
| Octal | 136 | 12 | 57 | 0 | 131 | 62 | 77 | 516 | 121 | 24 |
| Binary | 1011110 | 1010 | 101111 | 0 | 1011001 | 110010 | 111111 | 101001110 | 1010001 | 10100 |
Color Harmonies of #5E0A2F
Complementary color
Monochromatic Colors of #5E0A2F
Black with #5E0A2F
Text Example
Text Example
White with #5E0A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0A2F; }
p { color: rgb(94,10,47); }
H1.HeaderClassName
{
color: #5E0A2F;
}
.AnyTagClassName
{
color: #5E0A2F;
}
</style>
background-color css
<style>
a { background-color: #5E0A2F; }
a { background-color: rgb(94,10,47); }
div.DivClassName
{
background-color: #5E0A2F;
}
.BgClassName
{
background-color: #5E0A2F;
}
</style>
border-color css
<style>
span { border-color: #5E0A2F; }
span { border-color: rgb(94,10,47); }
td.TdClassName
{
border-color: #5E0A2F;
}
.TagClassName
{
border-color: #5E0A2F;
}
</style>