Shades of Tyrian Purple #4C073D
Tints of Tyrian Purple #4C073D
RGB
CMYK
RGB Variations
Color information
#4C073D (or 0x4C073D) is known color: Tyrian Purple. HEX triplet: 4C, 07 and 3D. RGB value is (76,7,61). Sum of RGB (Red+Green+Blue) = 76+7+61=144 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.78% from 144); Green value is 7 (3.12% from 255 or 4.86% from 144); Blue value is 61 (24.22% from 255 or 42.36% from 144); Max value from RGB is 76 - color contains mainly: red. Hex color #4C073D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C073D is #B3F8C2. Grayscale: #212121. Windows color (decimal): -11794627 or 3999564. OLE color: 3999564.
HSL color Cylindrical-coordinate representation of color #4C073D: hue angle of 313.04º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4C073D is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 7 | 61 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.70 |
| HSL | 313.04º | 0.83% | 0.16% | - |
| HSV(B) | 313.04º | 0.91% | 0.3% | - |
| XYZ | 3.9 | 2.03 | 4.6 | - |
| YUV | 33.79 | 143.36 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 7 | 61 | 0 | 0.91 | 0.20 | 0.70 | 313.04 | 0.83 | 0.16 |
| Hex | 4C | 7 | 3D | 0 | 5B | 14 | 46 | 139 | 53 | 10 |
| Octal | 114 | 7 | 75 | 0 | 133 | 24 | 106 | 471 | 123 | 20 |
| Binary | 1001100 | 111 | 111101 | 0 | 1011011 | 10100 | 1000110 | 100111001 | 1010011 | 10000 |
Color Harmonies of #4C073D
Complementary color
Monochromatic Colors of #4C073D
Black with #4C073D
Text Example
Text Example
White with #4C073D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C073D; }
p { color: rgb(76,7,61); }
H1.HeaderClassName
{
color: #4C073D;
}
.AnyTagClassName
{
color: #4C073D;
}
</style>
background-color css
<style>
a { background-color: #4C073D; }
a { background-color: rgb(76,7,61); }
div.DivClassName
{
background-color: #4C073D;
}
.BgClassName
{
background-color: #4C073D;
}
</style>
border-color css
<style>
span { border-color: #4C073D; }
span { border-color: rgb(76,7,61); }
td.TdClassName
{
border-color: #4C073D;
}
.TagClassName
{
border-color: #4C073D;
}
</style>