Shades of Tyrian Purple #4C013F
Tints of Tyrian Purple #4C013F
RGB
CMYK
RGB Variations
Color information
#4C013F (or 0x4C013F) is known color: Tyrian Purple. HEX triplet: 4C, 01 and 3F. RGB value is (76,1,63). Sum of RGB (Red+Green+Blue) = 76+1+63=140 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.29% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 63 (25% from 255 or 45% from 140); Max value from RGB is 76 - color contains mainly: red. Hex color #4C013F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C013F is #B3FEC0. Grayscale: #1E1E1E. Windows color (decimal): -11796161 or 4129100. OLE color: 4129100.
HSL color Cylindrical-coordinate representation of color #4C013F: hue angle of 310.4º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4C013F is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 1 | 63 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.70 |
| HSL | 310.4º | 0.97% | 0.15% | - |
| HSV(B) | 310.4º | 0.99% | 0.3% | - |
| XYZ | 3.89 | 1.92 | 4.87 | - |
| YUV | 30.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 1 | 63 | 0 | 0.99 | 0.17 | 0.70 | 310.4 | 0.97 | 0.15 |
| Hex | 4C | 1 | 3F | 0 | 63 | 11 | 46 | 136 | 61 | F |
| Octal | 114 | 1 | 77 | 0 | 143 | 21 | 106 | 466 | 141 | 17 |
| Binary | 1001100 | 1 | 111111 | 0 | 1100011 | 10001 | 1000110 | 100110110 | 1100001 | 1111 |
Color Harmonies of #4C013F
Complementary color
Monochromatic Colors of #4C013F
Black with #4C013F
Text Example
Text Example
White with #4C013F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C013F; }
p { color: rgb(76,1,63); }
H1.HeaderClassName
{
color: #4C013F;
}
.AnyTagClassName
{
color: #4C013F;
}
</style>
background-color css
<style>
a { background-color: #4C013F; }
a { background-color: rgb(76,1,63); }
div.DivClassName
{
background-color: #4C013F;
}
.BgClassName
{
background-color: #4C013F;
}
</style>
border-color css
<style>
span { border-color: #4C013F; }
span { border-color: rgb(76,1,63); }
td.TdClassName
{
border-color: #4C013F;
}
.TagClassName
{
border-color: #4C013F;
}
</style>