Shades of Tyrian Purple #4C043B
Tints of Tyrian Purple #4C043B
RGB
CMYK
RGB Variations
Color information
#4C043B (or 0x4C043B) is known color: Tyrian Purple. HEX triplet: 4C, 04 and 3B. RGB value is (76,4,59). Sum of RGB (Red+Green+Blue) = 76+4+59=139 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.68% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 59 (23.44% from 255 or 42.45% from 139); Max value from RGB is 76 - color contains mainly: red. Hex color #4C043B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C043B is #B3FBC4. Grayscale: #1F1F1F. Windows color (decimal): -11795397 or 3867724. OLE color: 3867724.
HSL color Cylindrical-coordinate representation of color #4C043B: hue angle of 314.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 #4C043B is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 4 | 59 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.70 |
| HSL | 314.17º | 0.9% | 0.16% | - |
| HSV(B) | 314.17º | 0.95% | 0.3% | - |
| XYZ | 3.81 | 1.94 | 4.31 | - |
| YUV | 31.8 | 143.35 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 4 | 59 | 0 | 0.95 | 0.22 | 0.70 | 314.17 | 0.9 | 0.16 |
| Hex | 4C | 4 | 3B | 0 | 5F | 16 | 46 | 13A | 5A | 10 |
| Octal | 114 | 4 | 73 | 0 | 137 | 26 | 106 | 472 | 132 | 20 |
| Binary | 1001100 | 100 | 111011 | 0 | 1011111 | 10110 | 1000110 | 100111010 | 1011010 | 10000 |
Color Harmonies of #4C043B
Complementary color
Monochromatic Colors of #4C043B
Black with #4C043B
Text Example
Text Example
White with #4C043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C043B; }
p { color: rgb(76,4,59); }
H1.HeaderClassName
{
color: #4C043B;
}
.AnyTagClassName
{
color: #4C043B;
}
</style>
background-color css
<style>
a { background-color: #4C043B; }
a { background-color: rgb(76,4,59); }
div.DivClassName
{
background-color: #4C043B;
}
.BgClassName
{
background-color: #4C043B;
}
</style>
border-color css
<style>
span { border-color: #4C043B; }
span { border-color: rgb(76,4,59); }
td.TdClassName
{
border-color: #4C043B;
}
.TagClassName
{
border-color: #4C043B;
}
</style>