Shades of Tyrian Purple #4C0441
Tints of Tyrian Purple #4C0441
RGB
CMYK
RGB Variations
Color information
#4C0441 (or 0x4C0441) is known color: Tyrian Purple. HEX triplet: 4C, 04 and 41. RGB value is (76,4,65). Sum of RGB (Red+Green+Blue) = 76+4+65=145 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.41% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 65 (25.78% from 255 or 44.83% from 145); Max value from RGB is 76 - color contains mainly: red. Hex color #4C0441 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C0441 is #B3FBBE. Grayscale: #202020. Windows color (decimal): -11795391 or 4260940. OLE color: 4260940.
HSL color Cylindrical-coordinate representation of color #4C0441: hue angle of 309.17º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4C0441 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 4 | 65 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.70 |
| HSL | 309.17º | 0.9% | 0.16% | - |
| HSV(B) | 309.17º | 0.95% | 0.3% | - |
| XYZ | 3.98 | 2 | 5.18 | - |
| YUV | 32.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 4 | 65 | 0 | 0.95 | 0.14 | 0.70 | 309.17 | 0.9 | 0.16 |
| Hex | 4C | 4 | 41 | 0 | 5F | E | 46 | 135 | 5A | 10 |
| Octal | 114 | 4 | 101 | 0 | 137 | 16 | 106 | 465 | 132 | 20 |
| Binary | 1001100 | 100 | 1000001 | 0 | 1011111 | 1110 | 1000110 | 100110101 | 1011010 | 10000 |
Color Harmonies of #4C0441
Complementary color
Monochromatic Colors of #4C0441
Black with #4C0441
Text Example
Text Example
White with #4C0441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C0441; }
p { color: rgb(76,4,65); }
H1.HeaderClassName
{
color: #4C0441;
}
.AnyTagClassName
{
color: #4C0441;
}
</style>
background-color css
<style>
a { background-color: #4C0441; }
a { background-color: rgb(76,4,65); }
div.DivClassName
{
background-color: #4C0441;
}
.BgClassName
{
background-color: #4C0441;
}
</style>
border-color css
<style>
span { border-color: #4C0441; }
span { border-color: rgb(76,4,65); }
td.TdClassName
{
border-color: #4C0441;
}
.TagClassName
{
border-color: #4C0441;
}
</style>