Shades of Tyrian Purple #5C0147
Tints of Tyrian Purple #5C0147
RGB
CMYK
RGB Variations
Color information
#5C0147 (or 0x5C0147) is known color: Tyrian Purple. HEX triplet: 5C, 01 and 47. RGB value is (92,1,71). Sum of RGB (Red+Green+Blue) = 92+1+71=164 (21% of max value = 765). Red value is 92 (36.33% from 255 or 56.10% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 71 (28.12% from 255 or 43.29% from 164); Max value from RGB is 92 - color contains mainly: red. Hex color #5C0147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C0147 is #A3FEB8. Grayscale: #242424. Windows color (decimal): -10747577 or 4653404. OLE color: 4653404.
HSL color Cylindrical-coordinate representation of color #5C0147: hue angle of 313.85º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5C0147 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 92 | 1 | 71 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.64 |
| HSL | 313.85º | 0.98% | 0.18% | - |
| HSV(B) | 313.85º | 0.99% | 0.36% | - |
| XYZ | 5.56 | 2.75 | 6.2 | - |
| YUV | 36.19 | 147.65 | 167.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 1 | 71 | 0 | 0.99 | 0.23 | 0.64 | 313.85 | 0.98 | 0.18 |
| Hex | 5C | 1 | 47 | 0 | 63 | 17 | 40 | 13A | 62 | 12 |
| Octal | 134 | 1 | 107 | 0 | 143 | 27 | 100 | 472 | 142 | 22 |
| Binary | 1011100 | 1 | 1000111 | 0 | 1100011 | 10111 | 1000000 | 100111010 | 1100010 | 10010 |
Color Harmonies of #5C0147
Complementary color
Monochromatic Colors of #5C0147
Black with #5C0147
Text Example
Text Example
White with #5C0147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5C0147; }
p { color: rgb(92,1,71); }
H1.HeaderClassName
{
color: #5C0147;
}
.AnyTagClassName
{
color: #5C0147;
}
</style>
background-color css
<style>
a { background-color: #5C0147; }
a { background-color: rgb(92,1,71); }
div.DivClassName
{
background-color: #5C0147;
}
.BgClassName
{
background-color: #5C0147;
}
</style>
border-color css
<style>
span { border-color: #5C0147; }
span { border-color: rgb(92,1,71); }
td.TdClassName
{
border-color: #5C0147;
}
.TagClassName
{
border-color: #5C0147;
}
</style>