Shades of Tyrian Purple #5E0A37
Tints of Tyrian Purple #5E0A37
RGB
CMYK
RGB Variations
Color information
#5E0A37 (or 0x5E0A37) is known color: Tyrian Purple. HEX triplet: 5E, 0A and 37. RGB value is (94,10,55). Sum of RGB (Red+Green+Blue) = 94+10+55=159 (21% of max value = 765). Red value is 94 (37.11% from 255 or 59.12% from 159); Green value is 10 (4.30% from 255 or 6.29% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0A37 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0A37 is #A1F5C8. Grayscale: #282828. Windows color (decimal): -10614217 or 3607134. OLE color: 3607134.
HSL color Cylindrical-coordinate representation of color #5E0A37: hue angle of 327.86º degrees, saturation: 0.81, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5E0A37 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 10 | 55 | - |
| CMYK | 0 | 0.89 | 0.41 | 0.63 |
| HSL | 327.86º | 0.81% | 0.2% | - |
| HSV(B) | 327.86º | 0.89% | 0.37% | - |
| XYZ | 5.41 | 2.87 | 3.88 | - |
| YUV | 40.25 | 136.33 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 10 | 55 | 0 | 0.89 | 0.41 | 0.63 | 327.86 | 0.81 | 0.2 |
| Hex | 5E | A | 37 | 0 | 59 | 29 | 3F | 148 | 51 | 14 |
| Octal | 136 | 12 | 67 | 0 | 131 | 51 | 77 | 510 | 121 | 24 |
| Binary | 1011110 | 1010 | 110111 | 0 | 1011001 | 101001 | 111111 | 101001000 | 1010001 | 10100 |
Color Harmonies of #5E0A37
Complementary color
Monochromatic Colors of #5E0A37
Black with #5E0A37
Text Example
Text Example
White with #5E0A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0A37; }
p { color: rgb(94,10,55); }
H1.HeaderClassName
{
color: #5E0A37;
}
.AnyTagClassName
{
color: #5E0A37;
}
</style>
background-color css
<style>
a { background-color: #5E0A37; }
a { background-color: rgb(94,10,55); }
div.DivClassName
{
background-color: #5E0A37;
}
.BgClassName
{
background-color: #5E0A37;
}
</style>
border-color css
<style>
span { border-color: #5E0A37; }
span { border-color: rgb(94,10,55); }
td.TdClassName
{
border-color: #5E0A37;
}
.TagClassName
{
border-color: #5E0A37;
}
</style>