Shades of Tyrian Purple #5E052F
Tints of Tyrian Purple #5E052F
RGB
CMYK
RGB Variations
Color information
#5E052F (or 0x5E052F) is known color: Tyrian Purple. HEX triplet: 5E, 05 and 2F. RGB value is (94,5,47). Sum of RGB (Red+Green+Blue) = 94+5+47=146 (19% of max value = 765). Red value is 94 (37.11% from 255 or 64.38% from 146); Green value is 5 (2.34% from 255 or 3.42% from 146); Blue value is 47 (18.75% from 255 or 32.19% from 146); Max value from RGB is 94 - color contains mainly: red. Hex color #5E052F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E052F is #A1FAD0. Grayscale: #242424. Windows color (decimal): -10615505 or 3081566. OLE color: 3081566.
HSL color Cylindrical-coordinate representation of color #5E052F: hue angle of 331.69º 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 #5E052F is Cyan = 0, Magento = 0.95, Yellow = 0.5 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 94 | 5 | 47 | - |
| CMYK | 0 | 0.95 | 0.5 | 0.63 |
| HSL | 331.69º | 0.9% | 0.19% | - |
| HSV(B) | 331.69º | 0.95% | 0.37% | - |
| XYZ | 5.18 | 2.69 | 2.94 | - |
| YUV | 36.4 | 133.99 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 5 | 47 | 0 | 0.95 | 0.5 | 0.63 | 331.69 | 0.9 | 0.19 |
| Hex | 5E | 5 | 2F | 0 | 5F | 32 | 3F | 14C | 5A | 13 |
| Octal | 136 | 5 | 57 | 0 | 137 | 62 | 77 | 514 | 132 | 23 |
| Binary | 1011110 | 101 | 101111 | 0 | 1011111 | 110010 | 111111 | 101001100 | 1011010 | 10011 |
Color Harmonies of #5E052F
Complementary color
Monochromatic Colors of #5E052F
Black with #5E052F
Text Example
Text Example
White with #5E052F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E052F; }
p { color: rgb(94,5,47); }
H1.HeaderClassName
{
color: #5E052F;
}
.AnyTagClassName
{
color: #5E052F;
}
</style>
background-color css
<style>
a { background-color: #5E052F; }
a { background-color: rgb(94,5,47); }
div.DivClassName
{
background-color: #5E052F;
}
.BgClassName
{
background-color: #5E052F;
}
</style>
border-color css
<style>
span { border-color: #5E052F; }
span { border-color: rgb(94,5,47); }
td.TdClassName
{
border-color: #5E052F;
}
.TagClassName
{
border-color: #5E052F;
}
</style>