Shades of Tyrian Purple #5E0937
Tints of Tyrian Purple #5E0937
RGB
CMYK
RGB Variations
Color information
#5E0937 (or 0x5E0937) is known color: Tyrian Purple. HEX triplet: 5E, 09 and 37. RGB value is (94,9,55). Sum of RGB (Red+Green+Blue) = 94+9+55=158 (20% of max value = 765). Red value is 94 (37.11% from 255 or 59.49% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 55 (21.88% from 255 or 34.81% from 158); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0937 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0937 is #A1F6C8. Grayscale: #272727. Windows color (decimal): -10614473 or 3606878. OLE color: 3606878.
HSL color Cylindrical-coordinate representation of color #5E0937: hue angle of 327.53º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5E0937 is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 9 | 55 | - |
| CMYK | 0 | 0.90 | 0.41 | 0.63 |
| HSL | 327.53º | 0.83% | 0.2% | - |
| HSV(B) | 327.53º | 0.9% | 0.37% | - |
| XYZ | 5.4 | 2.85 | 3.88 | - |
| YUV | 39.66 | 136.66 | 166.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 9 | 55 | 0 | 0.90 | 0.41 | 0.63 | 327.53 | 0.83 | 0.2 |
| Hex | 5E | 9 | 37 | 0 | 5A | 29 | 3F | 148 | 53 | 14 |
| Octal | 136 | 11 | 67 | 0 | 132 | 51 | 77 | 510 | 123 | 24 |
| Binary | 1011110 | 1001 | 110111 | 0 | 1011010 | 101001 | 111111 | 101001000 | 1010011 | 10100 |
Color Harmonies of #5E0937
Complementary color
Monochromatic Colors of #5E0937
Black with #5E0937
Text Example
Text Example
White with #5E0937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0937; }
p { color: rgb(94,9,55); }
H1.HeaderClassName
{
color: #5E0937;
}
.AnyTagClassName
{
color: #5E0937;
}
</style>
background-color css
<style>
a { background-color: #5E0937; }
a { background-color: rgb(94,9,55); }
div.DivClassName
{
background-color: #5E0937;
}
.BgClassName
{
background-color: #5E0937;
}
</style>
border-color css
<style>
span { border-color: #5E0937; }
span { border-color: rgb(94,9,55); }
td.TdClassName
{
border-color: #5E0937;
}
.TagClassName
{
border-color: #5E0937;
}
</style>