Shades of Tyrian Purple #5E0E33
Tints of Tyrian Purple #5E0E33
RGB
CMYK
RGB Variations
Color information
#5E0E33 (or 0x5E0E33) is known color: Tyrian Purple. HEX triplet: 5E, 0E and 33. RGB value is (94,14,51). Sum of RGB (Red+Green+Blue) = 94+14+51=159 (21% of max value = 765). Red value is 94 (37.11% from 255 or 59.12% from 159); Green value is 14 (5.86% from 255 or 8.81% from 159); Blue value is 51 (20.31% from 255 or 32.08% from 159); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0E33 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0E33 is #A1F1CC. Grayscale: #2A2A2A. Windows color (decimal): -10613197 or 3346014. OLE color: 3346014.
HSL color Cylindrical-coordinate representation of color #5E0E33: hue angle of 332.25º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5E0E33 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 14 | 51 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.63 |
| HSL | 332.25º | 0.74% | 0.21% | - |
| HSV(B) | 332.25º | 0.85% | 0.37% | - |
| XYZ | 5.37 | 2.93 | 3.41 | - |
| YUV | 42.14 | 133 | 164.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 14 | 51 | 0 | 0.85 | 0.46 | 0.63 | 332.25 | 0.74 | 0.21 |
| Hex | 5E | E | 33 | 0 | 55 | 2E | 3F | 14C | 4A | 15 |
| Octal | 136 | 16 | 63 | 0 | 125 | 56 | 77 | 514 | 112 | 25 |
| Binary | 1011110 | 1110 | 110011 | 0 | 1010101 | 101110 | 111111 | 101001100 | 1001010 | 10101 |
Color Harmonies of #5E0E33
Complementary color
Monochromatic Colors of #5E0E33
Black with #5E0E33
Text Example
Text Example
White with #5E0E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0E33; }
p { color: rgb(94,14,51); }
H1.HeaderClassName
{
color: #5E0E33;
}
.AnyTagClassName
{
color: #5E0E33;
}
</style>
background-color css
<style>
a { background-color: #5E0E33; }
a { background-color: rgb(94,14,51); }
div.DivClassName
{
background-color: #5E0E33;
}
.BgClassName
{
background-color: #5E0E33;
}
</style>
border-color css
<style>
span { border-color: #5E0E33; }
span { border-color: rgb(94,14,51); }
td.TdClassName
{
border-color: #5E0E33;
}
.TagClassName
{
border-color: #5E0E33;
}
</style>