Shades of Tyrian Purple #4C033F
Tints of Tyrian Purple #4C033F
RGB
CMYK
RGB Variations
Color information
#4C033F (or 0x4C033F) is known color: Tyrian Purple. HEX triplet: 4C, 03 and 3F. RGB value is (76,3,63). Sum of RGB (Red+Green+Blue) = 76+3+63=142 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.52% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 63 (25% from 255 or 44.37% from 142); Max value from RGB is 76 - color contains mainly: red. Hex color #4C033F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C033F is #B3FCC0. Grayscale: #1F1F1F. Windows color (decimal): -11795649 or 4129612. OLE color: 4129612.
HSL color Cylindrical-coordinate representation of color #4C033F: hue angle of 310.68º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4C033F is Cyan = 0, Magento = 0.96, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 3 | 63 | - |
| CMYK | 0 | 0.96 | 0.17 | 0.70 |
| HSL | 310.68º | 0.92% | 0.15% | - |
| HSV(B) | 310.68º | 0.96% | 0.3% | - |
| XYZ | 3.91 | 1.96 | 4.87 | - |
| YUV | 31.67 | 145.68 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 3 | 63 | 0 | 0.96 | 0.17 | 0.70 | 310.68 | 0.92 | 0.15 |
| Hex | 4C | 3 | 3F | 0 | 60 | 11 | 46 | 137 | 5C | F |
| Octal | 114 | 3 | 77 | 0 | 140 | 21 | 106 | 467 | 134 | 17 |
| Binary | 1001100 | 11 | 111111 | 0 | 1100000 | 10001 | 1000110 | 100110111 | 1011100 | 1111 |
Color Harmonies of #4C033F
Complementary color
Monochromatic Colors of #4C033F
Black with #4C033F
Text Example
Text Example
White with #4C033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C033F; }
p { color: rgb(76,3,63); }
H1.HeaderClassName
{
color: #4C033F;
}
.AnyTagClassName
{
color: #4C033F;
}
</style>
background-color css
<style>
a { background-color: #4C033F; }
a { background-color: rgb(76,3,63); }
div.DivClassName
{
background-color: #4C033F;
}
.BgClassName
{
background-color: #4C033F;
}
</style>
border-color css
<style>
span { border-color: #4C033F; }
span { border-color: rgb(76,3,63); }
td.TdClassName
{
border-color: #4C033F;
}
.TagClassName
{
border-color: #4C033F;
}
</style>