Shades of Tyrian Purple #4D0442
Tints of Tyrian Purple #4D0442
RGB
CMYK
RGB Variations
Color information
#4D0442 (or 0x4D0442) is known color: Tyrian Purple. HEX triplet: 4D, 04 and 42. RGB value is (77,4,66). Sum of RGB (Red+Green+Blue) = 77+4+66=147 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.38% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0442 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0442 is #B2FBBD. Grayscale: #202020. Windows color (decimal): -11729854 or 4326477. OLE color: 4326477.
HSL color Cylindrical-coordinate representation of color #4D0442: hue angle of 309.04º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4D0442 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 4 | 66 | - |
| CMYK | 0 | 0.95 | 0.14 | 0.70 |
| HSL | 309.04º | 0.9% | 0.16% | - |
| HSV(B) | 309.04º | 0.95% | 0.3% | - |
| XYZ | 4.09 | 2.06 | 5.34 | - |
| YUV | 32.9 | 146.68 | 159.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 66 | 0 | 0.95 | 0.14 | 0.70 | 309.04 | 0.9 | 0.16 |
| Hex | 4D | 4 | 42 | 0 | 5F | E | 46 | 135 | 5A | 10 |
| Octal | 115 | 4 | 102 | 0 | 137 | 16 | 106 | 465 | 132 | 20 |
| Binary | 1001101 | 100 | 1000010 | 0 | 1011111 | 1110 | 1000110 | 100110101 | 1011010 | 10000 |
Color Harmonies of #4D0442
Complementary color
Monochromatic Colors of #4D0442
Black with #4D0442
Text Example
Text Example
White with #4D0442
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0442; }
p { color: rgb(77,4,66); }
H1.HeaderClassName
{
color: #4D0442;
}
.AnyTagClassName
{
color: #4D0442;
}
</style>
background-color css
<style>
a { background-color: #4D0442; }
a { background-color: rgb(77,4,66); }
div.DivClassName
{
background-color: #4D0442;
}
.BgClassName
{
background-color: #4D0442;
}
</style>
border-color css
<style>
span { border-color: #4D0442; }
span { border-color: rgb(77,4,66); }
td.TdClassName
{
border-color: #4D0442;
}
.TagClassName
{
border-color: #4D0442;
}
</style>