Shades of Tyrian Purple #4C053F
Tints of Tyrian Purple #4C053F
RGB
CMYK
RGB Variations
Color information
#4C053F (or 0x4C053F) is known color: Tyrian Purple. HEX triplet: 4C, 05 and 3F. RGB value is (76,5,63). Sum of RGB (Red+Green+Blue) = 76+5+63=144 (19% of max value = 765). Red value is 76 (30.08% from 255 or 52.78% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 76 - color contains mainly: red. Hex color #4C053F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C053F is #B3FAC0. Grayscale: #202020. Windows color (decimal): -11795137 or 4130124. OLE color: 4130124.
HSL color Cylindrical-coordinate representation of color #4C053F: hue angle of 310.99º 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 #4C053F is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 5 | 63 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.70 |
| HSL | 310.99º | 0.88% | 0.16% | - |
| HSV(B) | 310.99º | 0.93% | 0.3% | - |
| XYZ | 3.93 | 2 | 4.88 | - |
| YUV | 32.84 | 145.02 | 158.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 5 | 63 | 0 | 0.93 | 0.17 | 0.70 | 310.99 | 0.88 | 0.16 |
| Hex | 4C | 5 | 3F | 0 | 5D | 11 | 46 | 137 | 58 | 10 |
| Octal | 114 | 5 | 77 | 0 | 135 | 21 | 106 | 467 | 130 | 20 |
| Binary | 1001100 | 101 | 111111 | 0 | 1011101 | 10001 | 1000110 | 100110111 | 1011000 | 10000 |
Color Harmonies of #4C053F
Complementary color
Monochromatic Colors of #4C053F
Black with #4C053F
Text Example
Text Example
White with #4C053F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C053F; }
p { color: rgb(76,5,63); }
H1.HeaderClassName
{
color: #4C053F;
}
.AnyTagClassName
{
color: #4C053F;
}
</style>
background-color css
<style>
a { background-color: #4C053F; }
a { background-color: rgb(76,5,63); }
div.DivClassName
{
background-color: #4C053F;
}
.BgClassName
{
background-color: #4C053F;
}
</style>
border-color css
<style>
span { border-color: #4C053F; }
span { border-color: rgb(76,5,63); }
td.TdClassName
{
border-color: #4C053F;
}
.TagClassName
{
border-color: #4C053F;
}
</style>