Shades of Tyrian Purple #5E033E
Tints of Tyrian Purple #5E033E
RGB
CMYK
RGB Variations
Color information
#5E033E (or 0x5E033E) is known color: Tyrian Purple. HEX triplet: 5E, 03 and 3E. RGB value is (94,3,62). Sum of RGB (Red+Green+Blue) = 94+3+62=159 (21% of max value = 765). Red value is 94 (37.11% from 255 or 59.12% from 159); Green value is 3 (1.56% from 255 or 1.89% from 159); Blue value is 62 (24.61% from 255 or 38.99% from 159); Max value from RGB is 94 - color contains mainly: red. Hex color #5E033E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E033E is #A1FCC1. Grayscale: #242424. Windows color (decimal): -10616002 or 4064094. OLE color: 4064094.
HSL color Cylindrical-coordinate representation of color #5E033E: hue angle of 321.1º 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 #5E033E is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 3 | 62 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.63 |
| HSL | 321.1º | 0.94% | 0.19% | - |
| HSV(B) | 321.1º | 0.97% | 0.37% | - |
| XYZ | 5.52 | 2.79 | 4.81 | - |
| YUV | 36.94 | 142.15 | 168.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 62 | 0 | 0.97 | 0.34 | 0.63 | 321.1 | 0.94 | 0.19 |
| Hex | 5E | 3 | 3E | 0 | 61 | 22 | 3F | 141 | 5E | 13 |
| Octal | 136 | 3 | 76 | 0 | 141 | 42 | 77 | 501 | 136 | 23 |
| Binary | 1011110 | 11 | 111110 | 0 | 1100001 | 100010 | 111111 | 101000001 | 1011110 | 10011 |
Color Harmonies of #5E033E
Complementary color
Monochromatic Colors of #5E033E
Black with #5E033E
Text Example
Text Example
White with #5E033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E033E; }
p { color: rgb(94,3,62); }
H1.HeaderClassName
{
color: #5E033E;
}
.AnyTagClassName
{
color: #5E033E;
}
</style>
background-color css
<style>
a { background-color: #5E033E; }
a { background-color: rgb(94,3,62); }
div.DivClassName
{
background-color: #5E033E;
}
.BgClassName
{
background-color: #5E033E;
}
</style>
border-color css
<style>
span { border-color: #5E033E; }
span { border-color: rgb(94,3,62); }
td.TdClassName
{
border-color: #5E033E;
}
.TagClassName
{
border-color: #5E033E;
}
</style>