Shades of Tyrian Purple #5E0949
Tints of Tyrian Purple #5E0949
RGB
CMYK
RGB Variations
Color information
#5E0949 (or 0x5E0949) is known color: Tyrian Purple. HEX triplet: 5E, 09 and 49. RGB value is (94,9,73). Sum of RGB (Red+Green+Blue) = 94+9+73=176 (23% of max value = 765). Red value is 94 (37.11% from 255 or 53.41% from 176); Green value is 9 (3.91% from 255 or 5.11% from 176); Blue value is 73 (28.91% from 255 or 41.48% from 176); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0949 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0949 is #A1F6B6. Grayscale: #292929. Windows color (decimal): -10614455 or 4786526. OLE color: 4786526.
HSL color Cylindrical-coordinate representation of color #5E0949: hue angle of 314.82º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E0949 is Cyan = 0, Magento = 0.90, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 9 | 73 | - |
| CMYK | 0 | 0.90 | 0.22 | 0.63 |
| HSL | 314.82º | 0.83% | 0.2% | - |
| HSV(B) | 314.82º | 0.9% | 0.37% | - |
| XYZ | 5.92 | 3.06 | 6.58 | - |
| YUV | 41.71 | 145.66 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 9 | 73 | 0 | 0.90 | 0.22 | 0.63 | 314.82 | 0.83 | 0.2 |
| Hex | 5E | 9 | 49 | 0 | 5A | 16 | 3F | 13B | 53 | 14 |
| Octal | 136 | 11 | 111 | 0 | 132 | 26 | 77 | 473 | 123 | 24 |
| Binary | 1011110 | 1001 | 1001001 | 0 | 1011010 | 10110 | 111111 | 100111011 | 1010011 | 10100 |
Color Harmonies of #5E0949
Complementary color
Monochromatic Colors of #5E0949
Black with #5E0949
Text Example
Text Example
White with #5E0949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0949; }
p { color: rgb(94,9,73); }
H1.HeaderClassName
{
color: #5E0949;
}
.AnyTagClassName
{
color: #5E0949;
}
</style>
background-color css
<style>
a { background-color: #5E0949; }
a { background-color: rgb(94,9,73); }
div.DivClassName
{
background-color: #5E0949;
}
.BgClassName
{
background-color: #5E0949;
}
</style>
border-color css
<style>
span { border-color: #5E0949; }
span { border-color: rgb(94,9,73); }
td.TdClassName
{
border-color: #5E0949;
}
.TagClassName
{
border-color: #5E0949;
}
</style>