Shades of Tyrian Purple #4D043D
Tints of Tyrian Purple #4D043D
RGB
CMYK
RGB Variations
Color information
#4D043D (or 0x4D043D) is known color: Tyrian Purple. HEX triplet: 4D, 04 and 3D. RGB value is (77,4,61). Sum of RGB (Red+Green+Blue) = 77+4+61=142 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.23% from 142); Green value is 4 (1.95% from 255 or 2.82% from 142); Blue value is 61 (24.22% from 255 or 42.96% from 142); Max value from RGB is 77 - color contains mainly: red. Hex color #4D043D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D043D is #B2FBC2. Grayscale: #202020. Windows color (decimal): -11729859 or 3998797. OLE color: 3998797.
HSL color Cylindrical-coordinate representation of color #4D043D: hue angle of 313.15º 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 #4D043D is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 4 | 61 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.70 |
| HSL | 313.15º | 0.9% | 0.16% | - |
| HSV(B) | 313.15º | 0.95% | 0.3% | - |
| XYZ | 3.95 | 2 | 4.59 | - |
| YUV | 32.33 | 144.18 | 159.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 61 | 0 | 0.95 | 0.21 | 0.70 | 313.15 | 0.9 | 0.16 |
| Hex | 4D | 4 | 3D | 0 | 5F | 15 | 46 | 139 | 5A | 10 |
| Octal | 115 | 4 | 75 | 0 | 137 | 25 | 106 | 471 | 132 | 20 |
| Binary | 1001101 | 100 | 111101 | 0 | 1011111 | 10101 | 1000110 | 100111001 | 1011010 | 10000 |
Color Harmonies of #4D043D
Complementary color
Monochromatic Colors of #4D043D
Black with #4D043D
Text Example
Text Example
White with #4D043D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D043D; }
p { color: rgb(77,4,61); }
H1.HeaderClassName
{
color: #4D043D;
}
.AnyTagClassName
{
color: #4D043D;
}
</style>
background-color css
<style>
a { background-color: #4D043D; }
a { background-color: rgb(77,4,61); }
div.DivClassName
{
background-color: #4D043D;
}
.BgClassName
{
background-color: #4D043D;
}
</style>
border-color css
<style>
span { border-color: #4D043D; }
span { border-color: rgb(77,4,61); }
td.TdClassName
{
border-color: #4D043D;
}
.TagClassName
{
border-color: #4D043D;
}
</style>