Shades of Tyrian Purple #4D034A
Tints of Tyrian Purple #4D034A
RGB
CMYK
RGB Variations
Color information
#4D034A (or 0x4D034A) is known color: Tyrian Purple. HEX triplet: 4D, 03 and 4A. RGB value is (77,3,74). Sum of RGB (Red+Green+Blue) = 77+3+74=154 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50% from 154); Green value is 3 (1.56% from 255 or 1.95% from 154); Blue value is 74 (29.30% from 255 or 48.05% from 154); Max value from RGB is 77 - color contains mainly: red. Hex color #4D034A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D034A is #B2FCB5. Grayscale: #212121. Windows color (decimal): -11730102 or 4850509. OLE color: 4850509.
HSL color Cylindrical-coordinate representation of color #4D034A: hue angle of 302.43º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D034A is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 3 | 74 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.70 |
| HSL | 302.43º | 0.93% | 0.16% | - |
| HSV(B) | 302.43º | 0.96% | 0.3% | - |
| XYZ | 4.33 | 2.14 | 6.66 | - |
| YUV | 33.22 | 151.02 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 74 | 0 | 0.96 | 0.04 | 0.70 | 302.43 | 0.93 | 0.16 |
| Hex | 4D | 3 | 4A | 0 | 60 | 4 | 46 | 12E | 5C | 10 |
| Octal | 115 | 3 | 112 | 0 | 140 | 4 | 106 | 456 | 134 | 20 |
| Binary | 1001101 | 11 | 1001010 | 0 | 1100000 | 100 | 1000110 | 100101110 | 1011100 | 10000 |
Color Harmonies of #4D034A
Complementary color
Monochromatic Colors of #4D034A
Black with #4D034A
Text Example
Text Example
White with #4D034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D034A; }
p { color: rgb(77,3,74); }
H1.HeaderClassName
{
color: #4D034A;
}
.AnyTagClassName
{
color: #4D034A;
}
</style>
background-color css
<style>
a { background-color: #4D034A; }
a { background-color: rgb(77,3,74); }
div.DivClassName
{
background-color: #4D034A;
}
.BgClassName
{
background-color: #4D034A;
}
</style>
border-color css
<style>
span { border-color: #4D034A; }
span { border-color: rgb(77,3,74); }
td.TdClassName
{
border-color: #4D034A;
}
.TagClassName
{
border-color: #4D034A;
}
</style>