Shades of Tyrian Purple #4C053D
Tints of Tyrian Purple #4C053D
RGB
CMYK
RGB Variations
Color information
#4C053D (or 0x4C053D) is known color: Tyrian Purple. HEX triplet: 4C, 05 and 3D. RGB value is (76,5,61). Sum of RGB (Red+Green+Blue) = 76+5+61=142 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.52% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 76 - color contains mainly: red. Hex color #4C053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C053D is #B3FAC2. Grayscale: #202020. Windows color (decimal): -11795139 or 3999052. OLE color: 3999052.
HSL color Cylindrical-coordinate representation of color #4C053D: hue angle of 312.68º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #4C053D is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 5 | 61 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.70 |
| HSL | 312.68º | 0.88% | 0.16% | - |
| HSV(B) | 312.68º | 0.93% | 0.3% | - |
| XYZ | 3.88 | 1.98 | 4.59 | - |
| YUV | 32.61 | 144.02 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 5 | 61 | 0 | 0.93 | 0.20 | 0.70 | 312.68 | 0.88 | 0.16 |
| Hex | 4C | 5 | 3D | 0 | 5D | 14 | 46 | 139 | 58 | 10 |
| Octal | 114 | 5 | 75 | 0 | 135 | 24 | 106 | 471 | 130 | 20 |
| Binary | 1001100 | 101 | 111101 | 0 | 1011101 | 10100 | 1000110 | 100111001 | 1011000 | 10000 |
Color Harmonies of #4C053D
Complementary color
Monochromatic Colors of #4C053D
Black with #4C053D
Text Example
Text Example
White with #4C053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C053D; }
p { color: rgb(76,5,61); }
H1.HeaderClassName
{
color: #4C053D;
}
.AnyTagClassName
{
color: #4C053D;
}
</style>
background-color css
<style>
a { background-color: #4C053D; }
a { background-color: rgb(76,5,61); }
div.DivClassName
{
background-color: #4C053D;
}
.BgClassName
{
background-color: #4C053D;
}
</style>
border-color css
<style>
span { border-color: #4C053D; }
span { border-color: rgb(76,5,61); }
td.TdClassName
{
border-color: #4C053D;
}
.TagClassName
{
border-color: #4C053D;
}
</style>