Shades of Tyrian Purple #4C0547
Tints of Tyrian Purple #4C0547
RGB
CMYK
RGB Variations
Color information
#4C0547 (or 0x4C0547) is known color: Tyrian Purple. HEX triplet: 4C, 05 and 47. RGB value is (76,5,71). Sum of RGB (Red+Green+Blue) = 76+5+71=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 71 (28.12% from 255 or 46.71% from 152); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0547 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0547 is #B3FAB8. Grayscale: #212121. Windows color (decimal): -11795129 or 4654412. OLE color: 4654412.
HSL color Cylindrical-coordinate representation of color #4C0547: hue angle of 304.23º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C0547 is Cyan = 0, Magento = 0.93, Yellow = 0.07 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 5 | 71 | - |
| CMYK | 0 | 0.93 | 0.07 | 0.70 |
| HSL | 304.23º | 0.88% | 0.16% | - |
| HSV(B) | 304.23º | 0.93% | 0.3% | - |
| XYZ | 4.17 | 2.1 | 6.15 | - |
| YUV | 33.75 | 149.02 | 158.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 5 | 71 | 0 | 0.93 | 0.07 | 0.70 | 304.23 | 0.88 | 0.16 |
| Hex | 4C | 5 | 47 | 0 | 5D | 7 | 46 | 130 | 58 | 10 |
| Octal | 114 | 5 | 107 | 0 | 135 | 7 | 106 | 460 | 130 | 20 |
| Binary | 1001100 | 101 | 1000111 | 0 | 1011101 | 111 | 1000110 | 100110000 | 1011000 | 10000 |
Color Harmonies of #4C0547
Complementary color
Monochromatic Colors of #4C0547
Black with #4C0547
Text Example
Text Example
White with #4C0547
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0547; }
p { color: rgb(76,5,71); }
H1.HeaderClassName
{
color: #4C0547;
}
.AnyTagClassName
{
color: #4C0547;
}
</style>
background-color css
<style>
a { background-color: #4C0547; }
a { background-color: rgb(76,5,71); }
div.DivClassName
{
background-color: #4C0547;
}
.BgClassName
{
background-color: #4C0547;
}
</style>
border-color css
<style>
span { border-color: #4C0547; }
span { border-color: rgb(76,5,71); }
td.TdClassName
{
border-color: #4C0547;
}
.TagClassName
{
border-color: #4C0547;
}
</style>