Shades of Tyrian Purple #4C043C
Tints of Tyrian Purple #4C043C
RGB
CMYK
RGB Variations
Color information
#4C043C (or 0x4C043C) is known color: Tyrian Purple. HEX triplet: 4C, 04 and 3C. RGB value is (76,4,60). Sum of RGB (Red+Green+Blue) = 76+4+60=140 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.29% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 60 (23.83% from 255 or 42.86% from 140); Max value from RGB is 76 - color contains mainly: red. Hex color #4C043C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C043C is #B3FBC3. Grayscale: #1F1F1F. Windows color (decimal): -11795396 or 3933260. OLE color: 3933260.
HSL color Cylindrical-coordinate representation of color #4C043C: hue angle of 313.33º 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 #4C043C is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 4 | 60 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.70 |
| HSL | 313.33º | 0.9% | 0.16% | - |
| HSV(B) | 313.33º | 0.95% | 0.3% | - |
| XYZ | 3.84 | 1.95 | 4.45 | - |
| YUV | 31.91 | 143.85 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 4 | 60 | 0 | 0.95 | 0.21 | 0.70 | 313.33 | 0.9 | 0.16 |
| Hex | 4C | 4 | 3C | 0 | 5F | 15 | 46 | 139 | 5A | 10 |
| Octal | 114 | 4 | 74 | 0 | 137 | 25 | 106 | 471 | 132 | 20 |
| Binary | 1001100 | 100 | 111100 | 0 | 1011111 | 10101 | 1000110 | 100111001 | 1011010 | 10000 |
Color Harmonies of #4C043C
Complementary color
Monochromatic Colors of #4C043C
Black with #4C043C
Text Example
Text Example
White with #4C043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C043C; }
p { color: rgb(76,4,60); }
H1.HeaderClassName
{
color: #4C043C;
}
.AnyTagClassName
{
color: #4C043C;
}
</style>
background-color css
<style>
a { background-color: #4C043C; }
a { background-color: rgb(76,4,60); }
div.DivClassName
{
background-color: #4C043C;
}
.BgClassName
{
background-color: #4C043C;
}
</style>
border-color css
<style>
span { border-color: #4C043C; }
span { border-color: rgb(76,4,60); }
td.TdClassName
{
border-color: #4C043C;
}
.TagClassName
{
border-color: #4C043C;
}
</style>