Shades of Tyrian Purple #4D043C
Tints of Tyrian Purple #4D043C
RGB
CMYK
RGB Variations
Color information
#4D043C (or 0x4D043C) is known color: Tyrian Purple. HEX triplet: 4D, 04 and 3C. RGB value is (77,4,60). Sum of RGB (Red+Green+Blue) = 77+4+60=141 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.61% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 60 (23.83% from 255 or 42.55% from 141); Max value from RGB is 77 - color contains mainly: red. Hex color #4D043C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D043C is #B2FBC3. Grayscale: #202020. Windows color (decimal): -11729860 or 3933261. OLE color: 3933261.
HSL color Cylindrical-coordinate representation of color #4D043C: hue angle of 313.97º 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 #4D043C is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 4 | 60 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.70 |
| HSL | 313.97º | 0.9% | 0.16% | - |
| HSV(B) | 313.97º | 0.95% | 0.3% | - |
| XYZ | 3.92 | 1.99 | 4.45 | - |
| YUV | 32.21 | 143.68 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 4 | 60 | 0 | 0.95 | 0.22 | 0.70 | 313.97 | 0.9 | 0.16 |
| Hex | 4D | 4 | 3C | 0 | 5F | 16 | 46 | 13A | 5A | 10 |
| Octal | 115 | 4 | 74 | 0 | 137 | 26 | 106 | 472 | 132 | 20 |
| Binary | 1001101 | 100 | 111100 | 0 | 1011111 | 10110 | 1000110 | 100111010 | 1011010 | 10000 |
Color Harmonies of #4D043C
Complementary color
Monochromatic Colors of #4D043C
Black with #4D043C
Text Example
Text Example
White with #4D043C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D043C; }
p { color: rgb(77,4,60); }
H1.HeaderClassName
{
color: #4D043C;
}
.AnyTagClassName
{
color: #4D043C;
}
</style>
background-color css
<style>
a { background-color: #4D043C; }
a { background-color: rgb(77,4,60); }
div.DivClassName
{
background-color: #4D043C;
}
.BgClassName
{
background-color: #4D043C;
}
</style>
border-color css
<style>
span { border-color: #4D043C; }
span { border-color: rgb(77,4,60); }
td.TdClassName
{
border-color: #4D043C;
}
.TagClassName
{
border-color: #4D043C;
}
</style>