Shades of Tyrian Purple #5C0047
Tints of Tyrian Purple #5C0047
RGB
CMYK
RGB Variations
Color information
#5C0047 (or 0x5C0047) is known color: Tyrian Purple. HEX triplet: 5C, 00 and 47. RGB value is (92,0,71). Sum of RGB (Red+Green+Blue) = 92+0+71=163 (21% of max value = 765). Red value is 92 (36.33% from 255 or 56.44% from 163); Green value is 0 (0.39% from 255 or 0% from 163); Blue value is 71 (28.12% from 255 or 43.56% from 163); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0047 is #A3FFB8. Grayscale: #232323. Windows color (decimal): -10747833 or 4653148. OLE color: 4653148.
HSL color Cylindrical-coordinate representation of color #5C0047: hue angle of 313.7º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5C0047 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 0 | 71 | - |
| CMYK | 0 | 1 | 0.23 | 0.64 |
| HSL | 313.7º | 1% | 0.18% | - |
| HSV(B) | 313.7º | 1% | 0.36% | - |
| XYZ | 5.55 | 2.73 | 6.2 | - |
| YUV | 35.6 | 147.98 | 168.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 0 | 71 | 0 | 1 | 0.23 | 0.64 | 313.7 | 1 | 0.18 |
| Hex | 5C | 0 | 47 | 0 | 64 | 17 | 40 | 13A | 64 | 12 |
| Octal | 134 | 0 | 107 | 0 | 144 | 27 | 100 | 472 | 144 | 22 |
| Binary | 1011100 | 0 | 1000111 | 0 | 1100100 | 10111 | 1000000 | 100111010 | 1100100 | 10010 |
Color Harmonies of #5C0047
Complementary color
Monochromatic Colors of #5C0047
Black with #5C0047
Text Example
Text Example
White with #5C0047
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0047; }
p { color: rgb(92,0,71); }
H1.HeaderClassName
{
color: #5C0047;
}
.AnyTagClassName
{
color: #5C0047;
}
</style>
background-color css
<style>
a { background-color: #5C0047; }
a { background-color: rgb(92,0,71); }
div.DivClassName
{
background-color: #5C0047;
}
.BgClassName
{
background-color: #5C0047;
}
</style>
border-color css
<style>
span { border-color: #5C0047; }
span { border-color: rgb(92,0,71); }
td.TdClassName
{
border-color: #5C0047;
}
.TagClassName
{
border-color: #5C0047;
}
</style>