Shades of Tyrian Purple #4C003A
Tints of Tyrian Purple #4C003A
RGB
CMYK
RGB Variations
Color information
#4C003A (or 0x4C003A) is known color: Tyrian Purple. HEX triplet: 4C, 00 and 3A. RGB value is (76,0,58). Sum of RGB (Red+Green+Blue) = 76+0+58=134 (17% of max value = 765). Red value is 76 (30.08% from 255 or 56.72% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 58 (23.05% from 255 or 43.28% from 134); Max value from RGB is 76 - color contains mainly: red. Hex color #4C003A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C003A is #B3FFC5. Grayscale: #1D1D1D. Windows color (decimal): -11796422 or 3801164. OLE color: 3801164.
HSL color Cylindrical-coordinate representation of color #4C003A: hue angle of 314.21º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4C003A is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.24 | 0.70 |
| HSL | 314.21º | 1% | 0.15% | - |
| HSV(B) | 314.21º | 1% | 0.3% | - |
| XYZ | 3.74 | 1.84 | 4.16 | - |
| YUV | 29.34 | 144.18 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 0 | 58 | 0 | 1 | 0.24 | 0.70 | 314.21 | 1 | 0.15 |
| Hex | 4C | 0 | 3A | 0 | 64 | 18 | 46 | 13A | 64 | F |
| Octal | 114 | 0 | 72 | 0 | 144 | 30 | 106 | 472 | 144 | 17 |
| Binary | 1001100 | 0 | 111010 | 0 | 1100100 | 11000 | 1000110 | 100111010 | 1100100 | 1111 |
Color Harmonies of #4C003A
Complementary color
Monochromatic Colors of #4C003A
Black with #4C003A
Text Example
Text Example
White with #4C003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C003A; }
p { color: rgb(76,0,58); }
H1.HeaderClassName
{
color: #4C003A;
}
.AnyTagClassName
{
color: #4C003A;
}
</style>
background-color css
<style>
a { background-color: #4C003A; }
a { background-color: rgb(76,0,58); }
div.DivClassName
{
background-color: #4C003A;
}
.BgClassName
{
background-color: #4C003A;
}
</style>
border-color css
<style>
span { border-color: #4C003A; }
span { border-color: rgb(76,0,58); }
td.TdClassName
{
border-color: #4C003A;
}
.TagClassName
{
border-color: #4C003A;
}
</style>