Shades of Tyrian Purple #5E033A
Tints of Tyrian Purple #5E033A
RGB
CMYK
RGB Variations
Color information
#5E033A (or 0x5E033A) is known color: Tyrian Purple. HEX triplet: 5E, 03 and 3A. RGB value is (94,3,58). Sum of RGB (Red+Green+Blue) = 94+3+58=155 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.65% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 94 - color contains mainly: red. Hex color #5E033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E033A is #A1FCC5. Grayscale: #242424. Windows color (decimal): -10616006 or 3801950. OLE color: 3801950.
HSL color Cylindrical-coordinate representation of color #5E033A: hue angle of 323.74º 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 #5E033A is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 3 | 58 | - |
| CMYK | 0 | 0.97 | 0.38 | 0.63 |
| HSL | 323.74º | 0.94% | 0.19% | - |
| HSV(B) | 323.74º | 0.97% | 0.37% | - |
| XYZ | 5.41 | 2.75 | 4.25 | - |
| YUV | 36.48 | 140.15 | 169.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 3 | 58 | 0 | 0.97 | 0.38 | 0.63 | 323.74 | 0.94 | 0.19 |
| Hex | 5E | 3 | 3A | 0 | 61 | 26 | 3F | 144 | 5E | 13 |
| Octal | 136 | 3 | 72 | 0 | 141 | 46 | 77 | 504 | 136 | 23 |
| Binary | 1011110 | 11 | 111010 | 0 | 1100001 | 100110 | 111111 | 101000100 | 1011110 | 10011 |
Color Harmonies of #5E033A
Complementary color
Monochromatic Colors of #5E033A
Black with #5E033A
Text Example
Text Example
White with #5E033A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E033A; }
p { color: rgb(94,3,58); }
H1.HeaderClassName
{
color: #5E033A;
}
.AnyTagClassName
{
color: #5E033A;
}
</style>
background-color css
<style>
a { background-color: #5E033A; }
a { background-color: rgb(94,3,58); }
div.DivClassName
{
background-color: #5E033A;
}
.BgClassName
{
background-color: #5E033A;
}
</style>
border-color css
<style>
span { border-color: #5E033A; }
span { border-color: rgb(94,3,58); }
td.TdClassName
{
border-color: #5E033A;
}
.TagClassName
{
border-color: #5E033A;
}
</style>