Shades of Tyrian Purple #4C024A
Tints of Tyrian Purple #4C024A
RGB
CMYK
RGB Variations
Color information
#4C024A (or 0x4C024A) is known color: Tyrian Purple. HEX triplet: 4C, 02 and 4A. RGB value is (76,2,74). Sum of RGB (Red+Green+Blue) = 76+2+74=152 (20% of max value = 765). Red value is 76 (30.08% from 255 or 50% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 74 (29.30% from 255 or 48.68% from 152); Max value from RGB is 76 - color contains mainly: red. Hex color #4C024A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4C024A is #B3FDB5. Grayscale: #202020. Windows color (decimal): -11795894 or 4850252. OLE color: 4850252.
HSL color Cylindrical-coordinate representation of color #4C024A: hue angle of 301.62º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4C024A is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 76 | 2 | 74 | - |
| CMYK | 0 | 0.97 | 0.03 | 0.70 |
| HSL | 301.62º | 0.95% | 0.15% | - |
| HSV(B) | 301.62º | 0.97% | 0.3% | - |
| XYZ | 4.24 | 2.07 | 6.66 | - |
| YUV | 32.33 | 151.52 | 159.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 2 | 74 | 0 | 0.97 | 0.03 | 0.70 | 301.62 | 0.95 | 0.15 |
| Hex | 4C | 2 | 4A | 0 | 61 | 3 | 46 | 12E | 5F | F |
| Octal | 114 | 2 | 112 | 0 | 141 | 3 | 106 | 456 | 137 | 17 |
| Binary | 1001100 | 10 | 1001010 | 0 | 1100001 | 11 | 1000110 | 100101110 | 1011111 | 1111 |
Color Harmonies of #4C024A
Complementary color
Monochromatic Colors of #4C024A
Black with #4C024A
Text Example
Text Example
White with #4C024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4C024A; }
p { color: rgb(76,2,74); }
H1.HeaderClassName
{
color: #4C024A;
}
.AnyTagClassName
{
color: #4C024A;
}
</style>
background-color css
<style>
a { background-color: #4C024A; }
a { background-color: rgb(76,2,74); }
div.DivClassName
{
background-color: #4C024A;
}
.BgClassName
{
background-color: #4C024A;
}
</style>
border-color css
<style>
span { border-color: #4C024A; }
span { border-color: rgb(76,2,74); }
td.TdClassName
{
border-color: #4C024A;
}
.TagClassName
{
border-color: #4C024A;
}
</style>