Shades of Tyrian Purple #4D0042
Tints of Tyrian Purple #4D0042
RGB
CMYK
RGB Variations
Color information
#4D0042 (or 0x4D0042) is known color: Tyrian Purple. HEX triplet: 4D, 00 and 42. RGB value is (77,0,66). Sum of RGB (Red+Green+Blue) = 77+0+66=143 (18% of max value = 765). Red value is 77 (30.47% from 255 or 53.85% from 143); Green value is 0 (0.39% from 255 or 0% from 143); Blue value is 66 (26.17% from 255 or 46.15% from 143); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0042 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0042 is #B2FFBD. Grayscale: #1E1E1E. Windows color (decimal): -11730878 or 4325453. OLE color: 4325453.
HSL color Cylindrical-coordinate representation of color #4D0042: hue angle of 308.57º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D0042 is Cyan = 0, Magento = 1, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 0 | 66 | - |
| CMYK | 0 | 1 | 0.14 | 0.70 |
| HSL | 308.57º | 1% | 0.15% | - |
| HSV(B) | 308.57º | 1% | 0.3% | - |
| XYZ | 4.04 | 1.97 | 5.32 | - |
| YUV | 30.55 | 148.01 | 161.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 66 | 0 | 1 | 0.14 | 0.70 | 308.57 | 1 | 0.15 |
| Hex | 4D | 0 | 42 | 0 | 64 | E | 46 | 135 | 64 | F |
| Octal | 115 | 0 | 102 | 0 | 144 | 16 | 106 | 465 | 144 | 17 |
| Binary | 1001101 | 0 | 1000010 | 0 | 1100100 | 1110 | 1000110 | 100110101 | 1100100 | 1111 |
Color Harmonies of #4D0042
Complementary color
Monochromatic Colors of #4D0042
Black with #4D0042
Text Example
Text Example
White with #4D0042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0042; }
p { color: rgb(77,0,66); }
H1.HeaderClassName
{
color: #4D0042;
}
.AnyTagClassName
{
color: #4D0042;
}
</style>
background-color css
<style>
a { background-color: #4D0042; }
a { background-color: rgb(77,0,66); }
div.DivClassName
{
background-color: #4D0042;
}
.BgClassName
{
background-color: #4D0042;
}
</style>
border-color css
<style>
span { border-color: #4D0042; }
span { border-color: rgb(77,0,66); }
td.TdClassName
{
border-color: #4D0042;
}
.TagClassName
{
border-color: #4D0042;
}
</style>