Shades of Tyrian Purple #4C0046
Tints of Tyrian Purple #4C0046
RGB
CMYK
RGB Variations
Color information
#4C0046 (or 0x4C0046) is known color: Tyrian Purple. HEX triplet: 4C, 00 and 46. RGB value is (76,0,70). Sum of RGB (Red+Green+Blue) = 76+0+70=146 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.05% from 146); Green value is 0 (0.39% from 255 or 0% from 146); Blue value is 70 (27.73% from 255 or 47.95% from 146); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0046 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0046 is #B3FFB9. Grayscale: #1E1E1E. Windows color (decimal): -11796410 or 4587596. OLE color: 4587596.
HSL color Cylindrical-coordinate representation of color #4C0046: hue angle of 304.74º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C0046 is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 0 | 70 | - |
| CMYK | 0 | 1 | 0.08 | 0.70 |
| HSL | 304.74º | 1% | 0.15% | - |
| HSV(B) | 304.74º | 1% | 0.3% | - |
| XYZ | 4.09 | 1.98 | 5.96 | - |
| YUV | 30.7 | 150.18 | 160.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 0 | 70 | 0 | 1 | 0.08 | 0.70 | 304.74 | 1 | 0.15 |
| Hex | 4C | 0 | 46 | 0 | 64 | 8 | 46 | 131 | 64 | F |
| Octal | 114 | 0 | 106 | 0 | 144 | 10 | 106 | 461 | 144 | 17 |
| Binary | 1001100 | 0 | 1000110 | 0 | 1100100 | 1000 | 1000110 | 100110001 | 1100100 | 1111 |
Color Harmonies of #4C0046
Complementary color
Monochromatic Colors of #4C0046
Black with #4C0046
Text Example
Text Example
White with #4C0046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0046; }
p { color: rgb(76,0,70); }
H1.HeaderClassName
{
color: #4C0046;
}
.AnyTagClassName
{
color: #4C0046;
}
</style>
background-color css
<style>
a { background-color: #4C0046; }
a { background-color: rgb(76,0,70); }
div.DivClassName
{
background-color: #4C0046;
}
.BgClassName
{
background-color: #4C0046;
}
</style>
border-color css
<style>
span { border-color: #4C0046; }
span { border-color: rgb(76,0,70); }
td.TdClassName
{
border-color: #4C0046;
}
.TagClassName
{
border-color: #4C0046;
}
</style>