Shades of Tyrian Purple #4C0141
Tints of Tyrian Purple #4C0141
RGB
CMYK
RGB Variations
Color information
#4C0141 (or 0x4C0141) is known color: Tyrian Purple. HEX triplet: 4C, 01 and 41. RGB value is (76,1,65). Sum of RGB (Red+Green+Blue) = 76+1+65=142 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.52% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0141 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0141 is #B3FEBE. Grayscale: #1E1E1E. Windows color (decimal): -11796159 or 4260172. OLE color: 4260172.
HSL color Cylindrical-coordinate representation of color #4C0141: hue angle of 308.8º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C0141 is Cyan = 0, Magento = 0.99, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 1 | 65 | - |
| CMYK | 0 | 0.99 | 0.14 | 0.70 |
| HSL | 308.8º | 0.97% | 0.15% | - |
| HSV(B) | 308.8º | 0.99% | 0.3% | - |
| XYZ | 3.95 | 1.94 | 5.17 | - |
| YUV | 30.72 | 147.35 | 160.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 1 | 65 | 0 | 0.99 | 0.14 | 0.70 | 308.8 | 0.97 | 0.15 |
| Hex | 4C | 1 | 41 | 0 | 63 | E | 46 | 135 | 61 | F |
| Octal | 114 | 1 | 101 | 0 | 143 | 16 | 106 | 465 | 141 | 17 |
| Binary | 1001100 | 1 | 1000001 | 0 | 1100011 | 1110 | 1000110 | 100110101 | 1100001 | 1111 |
Color Harmonies of #4C0141
Complementary color
Monochromatic Colors of #4C0141
Black with #4C0141
Text Example
Text Example
White with #4C0141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0141; }
p { color: rgb(76,1,65); }
H1.HeaderClassName
{
color: #4C0141;
}
.AnyTagClassName
{
color: #4C0141;
}
</style>
background-color css
<style>
a { background-color: #4C0141; }
a { background-color: rgb(76,1,65); }
div.DivClassName
{
background-color: #4C0141;
}
.BgClassName
{
background-color: #4C0141;
}
</style>
border-color css
<style>
span { border-color: #4C0141; }
span { border-color: rgb(76,1,65); }
td.TdClassName
{
border-color: #4C0141;
}
.TagClassName
{
border-color: #4C0141;
}
</style>