Shades of Tyrian Purple #5E052A
Tints of Tyrian Purple #5E052A
RGB
CMYK
RGB Variations
Color information
#5E052A (or 0x5E052A) is known color: Tyrian Purple. HEX triplet: 5E, 05 and 2A. RGB value is (94,5,42). Sum of RGB (Red+Green+Blue) = 94+5+42=141 (18% of max value = 765). Red value is 94 (37.11% from 255 or 66.67% from 141); Green value is 5 (2.34% from 255 or 3.55% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 94 - color contains mainly: red. Hex color #5E052A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E052A is #A1FAD5. Grayscale: #232323. Windows color (decimal): -10615510 or 2753886. OLE color: 2753886.
HSL color Cylindrical-coordinate representation of color #5E052A: hue angle of 335.06º 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 #5E052A is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 5 | 42 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.63 |
| HSL | 335.06º | 0.9% | 0.19% | - |
| HSV(B) | 335.06º | 0.95% | 0.37% | - |
| XYZ | 5.09 | 2.66 | 2.43 | - |
| YUV | 35.83 | 131.49 | 169.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 5 | 42 | 0 | 0.95 | 0.55 | 0.63 | 335.06 | 0.9 | 0.19 |
| Hex | 5E | 5 | 2A | 0 | 5F | 37 | 3F | 14F | 5A | 13 |
| Octal | 136 | 5 | 52 | 0 | 137 | 67 | 77 | 517 | 132 | 23 |
| Binary | 1011110 | 101 | 101010 | 0 | 1011111 | 110111 | 111111 | 101001111 | 1011010 | 10011 |
Color Harmonies of #5E052A
Complementary color
Monochromatic Colors of #5E052A
Black with #5E052A
Text Example
Text Example
White with #5E052A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E052A; }
p { color: rgb(94,5,42); }
H1.HeaderClassName
{
color: #5E052A;
}
.AnyTagClassName
{
color: #5E052A;
}
</style>
background-color css
<style>
a { background-color: #5E052A; }
a { background-color: rgb(94,5,42); }
div.DivClassName
{
background-color: #5E052A;
}
.BgClassName
{
background-color: #5E052A;
}
</style>
border-color css
<style>
span { border-color: #5E052A; }
span { border-color: rgb(94,5,42); }
td.TdClassName
{
border-color: #5E052A;
}
.TagClassName
{
border-color: #5E052A;
}
</style>