Shades of Tyrian Purple #5E0347
Tints of Tyrian Purple #5E0347
RGB
CMYK
RGB Variations
Color information
#5E0347 (or 0x5E0347) is known color: Tyrian Purple. HEX triplet: 5E, 03 and 47. RGB value is (94,3,71). Sum of RGB (Red+Green+Blue) = 94+3+71=168 (22% of max value = 765). Red value is 94 (37.11% from 255 or 55.95% from 168); Green value is 3 (1.56% from 255 or 1.79% from 168); Blue value is 71 (28.12% from 255 or 42.26% from 168); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0347 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0347 is #A1FCB8. Grayscale: #252525. Windows color (decimal): -10615993 or 4653918. OLE color: 4653918.
HSL color Cylindrical-coordinate representation of color #5E0347: hue angle of 315.16º 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 #5E0347 is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 3 | 71 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.63 |
| HSL | 315.16º | 0.94% | 0.19% | - |
| HSV(B) | 315.16º | 0.97% | 0.37% | - |
| XYZ | 5.79 | 2.9 | 6.22 | - |
| YUV | 37.96 | 146.65 | 167.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 71 | 0 | 0.97 | 0.24 | 0.63 | 315.16 | 0.94 | 0.19 |
| Hex | 5E | 3 | 47 | 0 | 61 | 18 | 3F | 13B | 5E | 13 |
| Octal | 136 | 3 | 107 | 0 | 141 | 30 | 77 | 473 | 136 | 23 |
| Binary | 1011110 | 11 | 1000111 | 0 | 1100001 | 11000 | 111111 | 100111011 | 1011110 | 10011 |
Color Harmonies of #5E0347
Complementary color
Monochromatic Colors of #5E0347
Black with #5E0347
Text Example
Text Example
White with #5E0347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0347; }
p { color: rgb(94,3,71); }
H1.HeaderClassName
{
color: #5E0347;
}
.AnyTagClassName
{
color: #5E0347;
}
</style>
background-color css
<style>
a { background-color: #5E0347; }
a { background-color: rgb(94,3,71); }
div.DivClassName
{
background-color: #5E0347;
}
.BgClassName
{
background-color: #5E0347;
}
</style>
border-color css
<style>
span { border-color: #5E0347; }
span { border-color: rgb(94,3,71); }
td.TdClassName
{
border-color: #5E0347;
}
.TagClassName
{
border-color: #5E0347;
}
</style>