Shades of Tyrian Purple #4C043F
Tints of Tyrian Purple #4C043F
RGB
CMYK
RGB Variations
Color information
#4C043F (or 0x4C043F) is known color: Tyrian Purple. HEX triplet: 4C, 04 and 3F. RGB value is (76,4,63). Sum of RGB (Red+Green+Blue) = 76+4+63=143 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.15% from 143); Green value is 4 (1.95% from 255 or 2.80% from 143); Blue value is 63 (25% from 255 or 44.06% from 143); Max value from RGB is 76 - color contains mainly: red. Hex color #4C043F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C043F is #B3FBC0. Grayscale: #202020. Windows color (decimal): -11795393 or 4129868. OLE color: 4129868.
HSL color Cylindrical-coordinate representation of color #4C043F: hue angle of 310.83º 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 #4C043F is Cyan = 0, Magento = 0.95, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 4 | 63 | - |
| CMYK | 0 | 0.95 | 0.17 | 0.70 |
| HSL | 310.83º | 0.9% | 0.16% | - |
| HSV(B) | 310.83º | 0.95% | 0.3% | - |
| XYZ | 3.92 | 1.98 | 4.88 | - |
| YUV | 32.25 | 145.35 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 4 | 63 | 0 | 0.95 | 0.17 | 0.70 | 310.83 | 0.9 | 0.16 |
| Hex | 4C | 4 | 3F | 0 | 5F | 11 | 46 | 137 | 5A | 10 |
| Octal | 114 | 4 | 77 | 0 | 137 | 21 | 106 | 467 | 132 | 20 |
| Binary | 1001100 | 100 | 111111 | 0 | 1011111 | 10001 | 1000110 | 100110111 | 1011010 | 10000 |
Color Harmonies of #4C043F
Complementary color
Monochromatic Colors of #4C043F
Black with #4C043F
Text Example
Text Example
White with #4C043F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C043F; }
p { color: rgb(76,4,63); }
H1.HeaderClassName
{
color: #4C043F;
}
.AnyTagClassName
{
color: #4C043F;
}
</style>
background-color css
<style>
a { background-color: #4C043F; }
a { background-color: rgb(76,4,63); }
div.DivClassName
{
background-color: #4C043F;
}
.BgClassName
{
background-color: #4C043F;
}
</style>
border-color css
<style>
span { border-color: #4C043F; }
span { border-color: rgb(76,4,63); }
td.TdClassName
{
border-color: #4C043F;
}
.TagClassName
{
border-color: #4C043F;
}
</style>