Shades of Tyrian Purple #4C0546
Tints of Tyrian Purple #4C0546
RGB
CMYK
RGB Variations
Color information
#4C0546 (or 0x4C0546) is known color: Tyrian Purple. HEX triplet: 4C, 05 and 46. RGB value is (76,5,70). Sum of RGB (Red+Green+Blue) = 76+5+70=151 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50.33% from 151); Green value is 5 (2.34% from 255 or 3.31% from 151); Blue value is 70 (27.73% from 255 or 46.36% from 151); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0546 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0546 is #B3FAB9. Grayscale: #212121. Windows color (decimal): -11795130 or 4588876. OLE color: 4588876.
HSL color Cylindrical-coordinate representation of color #4C0546: hue angle of 305.07º 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 #4C0546 is Cyan = 0, Magento = 0.93, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 5 | 70 | - |
| CMYK | 0 | 0.93 | 0.08 | 0.70 |
| HSL | 305.07º | 0.88% | 0.16% | - |
| HSV(B) | 305.07º | 0.93% | 0.3% | - |
| XYZ | 4.14 | 2.09 | 5.98 | - |
| YUV | 33.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 5 | 70 | 0 | 0.93 | 0.08 | 0.70 | 305.07 | 0.88 | 0.16 |
| Hex | 4C | 5 | 46 | 0 | 5D | 8 | 46 | 131 | 58 | 10 |
| Octal | 114 | 5 | 106 | 0 | 135 | 10 | 106 | 461 | 130 | 20 |
| Binary | 1001100 | 101 | 1000110 | 0 | 1011101 | 1000 | 1000110 | 100110001 | 1011000 | 10000 |
Color Harmonies of #4C0546
Complementary color
Monochromatic Colors of #4C0546
Black with #4C0546
Text Example
Text Example
White with #4C0546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0546; }
p { color: rgb(76,5,70); }
H1.HeaderClassName
{
color: #4C0546;
}
.AnyTagClassName
{
color: #4C0546;
}
</style>
background-color css
<style>
a { background-color: #4C0546; }
a { background-color: rgb(76,5,70); }
div.DivClassName
{
background-color: #4C0546;
}
.BgClassName
{
background-color: #4C0546;
}
</style>
border-color css
<style>
span { border-color: #4C0546; }
span { border-color: rgb(76,5,70); }
td.TdClassName
{
border-color: #4C0546;
}
.TagClassName
{
border-color: #4C0546;
}
</style>