Shades of Tyrian Purple #5C0E47
Tints of Tyrian Purple #5C0E47
RGB
CMYK
RGB Variations
Color information
#5C0E47 (or 0x5C0E47) is known color: Tyrian Purple. HEX triplet: 5C, 0E and 47. RGB value is (92,14,71). Sum of RGB (Red+Green+Blue) = 92+14+71=177 (23% of max value = 765). Red value is 92 (36.33% from 255 or 51.98% from 177); Green value is 14 (5.86% from 255 or 7.91% from 177); Blue value is 71 (28.12% from 255 or 40.11% from 177); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0E47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0E47 is #A3F1B8. Grayscale: #2B2B2B. Windows color (decimal): -10744249 or 4656732. OLE color: 4656732.
HSL color Cylindrical-coordinate representation of color #5C0E47: hue angle of 316.15º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5C0E47 is Cyan = 0, Magento = 0.85, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 14 | 71 | - |
| CMYK | 0 | 0.85 | 0.23 | 0.64 |
| HSL | 316.15º | 0.74% | 0.21% | - |
| HSV(B) | 316.15º | 0.85% | 0.36% | - |
| XYZ | 5.71 | 3.04 | 6.25 | - |
| YUV | 43.82 | 143.34 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 14 | 71 | 0 | 0.85 | 0.23 | 0.64 | 316.15 | 0.74 | 0.21 |
| Hex | 5C | E | 47 | 0 | 55 | 17 | 40 | 13C | 4A | 15 |
| Octal | 134 | 16 | 107 | 0 | 125 | 27 | 100 | 474 | 112 | 25 |
| Binary | 1011100 | 1110 | 1000111 | 0 | 1010101 | 10111 | 1000000 | 100111100 | 1001010 | 10101 |
Color Harmonies of #5C0E47
Complementary color
Monochromatic Colors of #5C0E47
Black with #5C0E47
Text Example
Text Example
White with #5C0E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0E47; }
p { color: rgb(92,14,71); }
H1.HeaderClassName
{
color: #5C0E47;
}
.AnyTagClassName
{
color: #5C0E47;
}
</style>
background-color css
<style>
a { background-color: #5C0E47; }
a { background-color: rgb(92,14,71); }
div.DivClassName
{
background-color: #5C0E47;
}
.BgClassName
{
background-color: #5C0E47;
}
</style>
border-color css
<style>
span { border-color: #5C0E47; }
span { border-color: rgb(92,14,71); }
td.TdClassName
{
border-color: #5C0E47;
}
.TagClassName
{
border-color: #5C0E47;
}
</style>