Shades of Tyrian Purple #5E0935
Tints of Tyrian Purple #5E0935
RGB
CMYK
RGB Variations
Color information
#5E0935 (or 0x5E0935) is known color: Tyrian Purple. HEX triplet: 5E, 09 and 35. RGB value is (94,9,53). Sum of RGB (Red+Green+Blue) = 94+9+53=156 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.26% from 156); Green value is 9 (3.91% from 255 or 5.77% from 156); Blue value is 53 (21.09% from 255 or 33.97% from 156); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0935 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0935 is #A1F6CA. Grayscale: #272727. Windows color (decimal): -10614475 or 3475806. OLE color: 3475806.
HSL color Cylindrical-coordinate representation of color #5E0935: hue angle of 328.94º 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 #5E0935 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 9 | 53 | - |
| CMYK | 0 | 0.90 | 0.44 | 0.63 |
| HSL | 328.94º | 0.83% | 0.2% | - |
| HSV(B) | 328.94º | 0.9% | 0.37% | - |
| XYZ | 5.36 | 2.83 | 3.63 | - |
| YUV | 39.43 | 135.66 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 9 | 53 | 0 | 0.90 | 0.44 | 0.63 | 328.94 | 0.83 | 0.2 |
| Hex | 5E | 9 | 35 | 0 | 5A | 2C | 3F | 149 | 53 | 14 |
| Octal | 136 | 11 | 65 | 0 | 132 | 54 | 77 | 511 | 123 | 24 |
| Binary | 1011110 | 1001 | 110101 | 0 | 1011010 | 101100 | 111111 | 101001001 | 1010011 | 10100 |
Color Harmonies of #5E0935
Complementary color
Monochromatic Colors of #5E0935
Black with #5E0935
Text Example
Text Example
White with #5E0935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0935; }
p { color: rgb(94,9,53); }
H1.HeaderClassName
{
color: #5E0935;
}
.AnyTagClassName
{
color: #5E0935;
}
</style>
background-color css
<style>
a { background-color: #5E0935; }
a { background-color: rgb(94,9,53); }
div.DivClassName
{
background-color: #5E0935;
}
.BgClassName
{
background-color: #5E0935;
}
</style>
border-color css
<style>
span { border-color: #5E0935; }
span { border-color: rgb(94,9,53); }
td.TdClassName
{
border-color: #5E0935;
}
.TagClassName
{
border-color: #5E0935;
}
</style>