Shades of Tyrian Purple #5E0549
Tints of Tyrian Purple #5E0549
RGB
CMYK
RGB Variations
Color information
#5E0549 (or 0x5E0549) is known color: Tyrian Purple. HEX triplet: 5E, 05 and 49. RGB value is (94,5,73). Sum of RGB (Red+Green+Blue) = 94+5+73=172 (22% of max value = 765). Red value is 94 (37.11% from 255 or 54.65% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 73 (28.91% from 255 or 42.44% from 172); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0549 is #A1FAB6. Grayscale: #272727. Windows color (decimal): -10615479 or 4785502. OLE color: 4785502.
HSL color Cylindrical-coordinate representation of color #5E0549: hue angle of 314.16º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E0549 is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 5 | 73 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.63 |
| HSL | 314.16º | 0.9% | 0.19% | - |
| HSV(B) | 314.16º | 0.95% | 0.37% | - |
| XYZ | 5.87 | 2.97 | 6.57 | - |
| YUV | 39.36 | 146.99 | 166.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 5 | 73 | 0 | 0.95 | 0.22 | 0.63 | 314.16 | 0.9 | 0.19 |
| Hex | 5E | 5 | 49 | 0 | 5F | 16 | 3F | 13A | 5A | 13 |
| Octal | 136 | 5 | 111 | 0 | 137 | 26 | 77 | 472 | 132 | 23 |
| Binary | 1011110 | 101 | 1001001 | 0 | 1011111 | 10110 | 111111 | 100111010 | 1011010 | 10011 |
Color Harmonies of #5E0549
Complementary color
Monochromatic Colors of #5E0549
Black with #5E0549
Text Example
Text Example
White with #5E0549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0549; }
p { color: rgb(94,5,73); }
H1.HeaderClassName
{
color: #5E0549;
}
.AnyTagClassName
{
color: #5E0549;
}
</style>
background-color css
<style>
a { background-color: #5E0549; }
a { background-color: rgb(94,5,73); }
div.DivClassName
{
background-color: #5E0549;
}
.BgClassName
{
background-color: #5E0549;
}
</style>
border-color css
<style>
span { border-color: #5E0549; }
span { border-color: rgb(94,5,73); }
td.TdClassName
{
border-color: #5E0549;
}
.TagClassName
{
border-color: #5E0549;
}
</style>