Shades of Tyrian Purple #5E0349
Tints of Tyrian Purple #5E0349
RGB
CMYK
RGB Variations
Color information
#5E0349 (or 0x5E0349) is known color: Tyrian Purple. HEX triplet: 5E, 03 and 49. RGB value is (94,3,73). Sum of RGB (Red+Green+Blue) = 94+3+73=170 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.29% from 170); Green value is 3 (1.56% from 255 or 1.76% from 170); Blue value is 73 (28.91% from 255 or 42.94% from 170); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0349 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0349 is #A1FCB6. Grayscale: #262626. Windows color (decimal): -10615991 or 4784990. OLE color: 4784990.
HSL color Cylindrical-coordinate representation of color #5E0349: hue angle of 313.85º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5E0349 is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 3 | 73 | - |
| CMYK | 0 | 0.97 | 0.22 | 0.63 |
| HSL | 313.85º | 0.94% | 0.19% | - |
| HSV(B) | 313.85º | 0.97% | 0.37% | - |
| XYZ | 5.85 | 2.93 | 6.56 | - |
| YUV | 38.19 | 147.65 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 73 | 0 | 0.97 | 0.22 | 0.63 | 313.85 | 0.94 | 0.19 |
| Hex | 5E | 3 | 49 | 0 | 61 | 16 | 3F | 13A | 5E | 13 |
| Octal | 136 | 3 | 111 | 0 | 141 | 26 | 77 | 472 | 136 | 23 |
| Binary | 1011110 | 11 | 1001001 | 0 | 1100001 | 10110 | 111111 | 100111010 | 1011110 | 10011 |
Color Harmonies of #5E0349
Complementary color
Monochromatic Colors of #5E0349
Black with #5E0349
Text Example
Text Example
White with #5E0349
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0349; }
p { color: rgb(94,3,73); }
H1.HeaderClassName
{
color: #5E0349;
}
.AnyTagClassName
{
color: #5E0349;
}
</style>
background-color css
<style>
a { background-color: #5E0349; }
a { background-color: rgb(94,3,73); }
div.DivClassName
{
background-color: #5E0349;
}
.BgClassName
{
background-color: #5E0349;
}
</style>
border-color css
<style>
span { border-color: #5E0349; }
span { border-color: rgb(94,3,73); }
td.TdClassName
{
border-color: #5E0349;
}
.TagClassName
{
border-color: #5E0349;
}
</style>