Shades of Tyrian Purple #5E0534
Tints of Tyrian Purple #5E0534
RGB
CMYK
RGB Variations
Color information
#5E0534 (or 0x5E0534) is known color: Tyrian Purple. HEX triplet: 5E, 05 and 34. RGB value is (94,5,52). Sum of RGB (Red+Green+Blue) = 94+5+52=151 (20% of max value = 765). Red value is 94 (37.11% from 255 or 62.25% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 94 - color contains mainly: red. Hex color #5E0534 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E0534 is #A1FACB. Grayscale: #242424. Windows color (decimal): -10615500 or 3409246. OLE color: 3409246.
HSL color Cylindrical-coordinate representation of color #5E0534: hue angle of 328.31º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E0534 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 5 | 52 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.63 |
| HSL | 328.31º | 0.9% | 0.19% | - |
| HSV(B) | 328.31º | 0.95% | 0.37% | - |
| XYZ | 5.29 | 2.74 | 3.5 | - |
| YUV | 36.97 | 136.49 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 5 | 52 | 0 | 0.95 | 0.45 | 0.63 | 328.31 | 0.9 | 0.19 |
| Hex | 5E | 5 | 34 | 0 | 5F | 2D | 3F | 148 | 5A | 13 |
| Octal | 136 | 5 | 64 | 0 | 137 | 55 | 77 | 510 | 132 | 23 |
| Binary | 1011110 | 101 | 110100 | 0 | 1011111 | 101101 | 111111 | 101001000 | 1011010 | 10011 |
Color Harmonies of #5E0534
Complementary color
Monochromatic Colors of #5E0534
Black with #5E0534
Text Example
Text Example
White with #5E0534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E0534; }
p { color: rgb(94,5,52); }
H1.HeaderClassName
{
color: #5E0534;
}
.AnyTagClassName
{
color: #5E0534;
}
</style>
background-color css
<style>
a { background-color: #5E0534; }
a { background-color: rgb(94,5,52); }
div.DivClassName
{
background-color: #5E0534;
}
.BgClassName
{
background-color: #5E0534;
}
</style>
border-color css
<style>
span { border-color: #5E0534; }
span { border-color: rgb(94,5,52); }
td.TdClassName
{
border-color: #5E0534;
}
.TagClassName
{
border-color: #5E0534;
}
</style>