Shades of Tyrian Purple #4D024A
Tints of Tyrian Purple #4D024A
RGB
CMYK
RGB Variations
Color information
#4D024A (or 0x4D024A) is known color: Tyrian Purple. HEX triplet: 4D, 02 and 4A. RGB value is (77,2,74). Sum of RGB (Red+Green+Blue) = 77+2+74=153 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.33% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 74 (29.30% from 255 or 48.37% from 153); Max value from RGB is 77 - color contains mainly: red. Hex color #4D024A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D024A is #B2FDB5. Grayscale: #202020. Windows color (decimal): -11730358 or 4850253. OLE color: 4850253.
HSL color Cylindrical-coordinate representation of color #4D024A: hue angle of 302.4º 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 #4D024A is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 2 | 74 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.70 |
| HSL | 302.4º | 0.95% | 0.15% | - |
| HSV(B) | 302.4º | 0.97% | 0.3% | - |
| XYZ | 4.32 | 2.12 | 6.66 | - |
| YUV | 32.63 | 151.35 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 74 | 0 | 0.97 | 0.04 | 0.70 | 302.4 | 0.95 | 0.15 |
| Hex | 4D | 2 | 4A | 0 | 61 | 4 | 46 | 12E | 5F | F |
| Octal | 115 | 2 | 112 | 0 | 141 | 4 | 106 | 456 | 137 | 17 |
| Binary | 1001101 | 10 | 1001010 | 0 | 1100001 | 100 | 1000110 | 100101110 | 1011111 | 1111 |
Color Harmonies of #4D024A
Complementary color
Monochromatic Colors of #4D024A
Black with #4D024A
Text Example
Text Example
White with #4D024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D024A; }
p { color: rgb(77,2,74); }
H1.HeaderClassName
{
color: #4D024A;
}
.AnyTagClassName
{
color: #4D024A;
}
</style>
background-color css
<style>
a { background-color: #4D024A; }
a { background-color: rgb(77,2,74); }
div.DivClassName
{
background-color: #4D024A;
}
.BgClassName
{
background-color: #4D024A;
}
</style>
border-color css
<style>
span { border-color: #4D024A; }
span { border-color: rgb(77,2,74); }
td.TdClassName
{
border-color: #4D024A;
}
.TagClassName
{
border-color: #4D024A;
}
</style>