Shades of Tyrian Purple #5E0344
Tints of Tyrian Purple #5E0344
RGB
CMYK
RGB Variations
Color information
#5E0344 (or 0x5E0344) is known color: Tyrian Purple. HEX triplet: 5E, 03 and 44. RGB value is (94,3,68). Sum of RGB (Red+Green+Blue) = 94+3+68=165 (21% of max value = 765). Red value is 94 (37.11% from 255 or 56.97% from 165); Green value is 3 (1.56% from 255 or 1.82% from 165); Blue value is 68 (26.95% from 255 or 41.21% from 165); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0344 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0344 is #A1FCBB. Grayscale: #252525. Windows color (decimal): -10615996 or 4457310. OLE color: 4457310.
HSL color Cylindrical-coordinate representation of color #5E0344: hue angle of 317.14º 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 #5E0344 is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 3 | 68 | - |
| CMYK | 0 | 0.97 | 0.28 | 0.63 |
| HSL | 317.14º | 0.94% | 0.19% | - |
| HSV(B) | 317.14º | 0.97% | 0.37% | - |
| XYZ | 5.69 | 2.86 | 5.72 | - |
| YUV | 37.62 | 145.15 | 168.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 68 | 0 | 0.97 | 0.28 | 0.63 | 317.14 | 0.94 | 0.19 |
| Hex | 5E | 3 | 44 | 0 | 61 | 1C | 3F | 13D | 5E | 13 |
| Octal | 136 | 3 | 104 | 0 | 141 | 34 | 77 | 475 | 136 | 23 |
| Binary | 1011110 | 11 | 1000100 | 0 | 1100001 | 11100 | 111111 | 100111101 | 1011110 | 10011 |
Color Harmonies of #5E0344
Complementary color
Monochromatic Colors of #5E0344
Black with #5E0344
Text Example
Text Example
White with #5E0344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0344; }
p { color: rgb(94,3,68); }
H1.HeaderClassName
{
color: #5E0344;
}
.AnyTagClassName
{
color: #5E0344;
}
</style>
background-color css
<style>
a { background-color: #5E0344; }
a { background-color: rgb(94,3,68); }
div.DivClassName
{
background-color: #5E0344;
}
.BgClassName
{
background-color: #5E0344;
}
</style>
border-color css
<style>
span { border-color: #5E0344; }
span { border-color: rgb(94,3,68); }
td.TdClassName
{
border-color: #5E0344;
}
.TagClassName
{
border-color: #5E0344;
}
</style>