Shades of Tyrian Purple #5C0847
Tints of Tyrian Purple #5C0847
RGB
CMYK
RGB Variations
Color information
#5C0847 (or 0x5C0847) is known color: Tyrian Purple. HEX triplet: 5C, 08 and 47. RGB value is (92,8,71). Sum of RGB (Red+Green+Blue) = 92+8+71=171 (22% of max value = 765). Red value is 92 (36.33% from 255 or 53.80% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 71 (28.12% from 255 or 41.52% from 171); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0847 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0847 is #A3F7B8. Grayscale: #282828. Windows color (decimal): -10745785 or 4655196. OLE color: 4655196.
HSL color Cylindrical-coordinate representation of color #5C0847: hue angle of 315º degrees, saturation: 0.84, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C0847 is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 8 | 71 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.64 |
| HSL | 315º | 0.84% | 0.2% | - |
| HSV(B) | 315º | 0.91% | 0.36% | - |
| XYZ | 5.64 | 2.9 | 6.22 | - |
| YUV | 40.3 | 145.33 | 164.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 8 | 71 | 0 | 0.91 | 0.23 | 0.64 | 315 | 0.84 | 0.2 |
| Hex | 5C | 8 | 47 | 0 | 5B | 17 | 40 | 13B | 54 | 14 |
| Octal | 134 | 10 | 107 | 0 | 133 | 27 | 100 | 473 | 124 | 24 |
| Binary | 1011100 | 1000 | 1000111 | 0 | 1011011 | 10111 | 1000000 | 100111011 | 1010100 | 10100 |
Color Harmonies of #5C0847
Complementary color
Monochromatic Colors of #5C0847
Black with #5C0847
Text Example
Text Example
White with #5C0847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0847; }
p { color: rgb(92,8,71); }
H1.HeaderClassName
{
color: #5C0847;
}
.AnyTagClassName
{
color: #5C0847;
}
</style>
background-color css
<style>
a { background-color: #5C0847; }
a { background-color: rgb(92,8,71); }
div.DivClassName
{
background-color: #5C0847;
}
.BgClassName
{
background-color: #5C0847;
}
</style>
border-color css
<style>
span { border-color: #5C0847; }
span { border-color: rgb(92,8,71); }
td.TdClassName
{
border-color: #5C0847;
}
.TagClassName
{
border-color: #5C0847;
}
</style>