Shades of Tyrian Purple #4D053C
Tints of Tyrian Purple #4D053C
RGB
CMYK
RGB Variations
Color information
#4D053C (or 0x4D053C) is known color: Tyrian Purple. HEX triplet: 4D, 05 and 3C. RGB value is (77,5,60). Sum of RGB (Red+Green+Blue) = 77+5+60=142 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.23% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 77 - color contains mainly: red. Hex color #4D053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D053C is #B2FAC3. Grayscale: #202020. Windows color (decimal): -11729604 or 3933517. OLE color: 3933517.
HSL color Cylindrical-coordinate representation of color #4D053C: hue angle of 314.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #4D053C is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 5 | 60 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.70 |
| HSL | 314.17º | 0.88% | 0.16% | - |
| HSV(B) | 314.17º | 0.94% | 0.3% | - |
| XYZ | 3.93 | 2.01 | 4.46 | - |
| YUV | 32.8 | 143.35 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 60 | 0 | 0.94 | 0.22 | 0.70 | 314.17 | 0.88 | 0.16 |
| Hex | 4D | 5 | 3C | 0 | 5E | 16 | 46 | 13A | 58 | 10 |
| Octal | 115 | 5 | 74 | 0 | 136 | 26 | 106 | 472 | 130 | 20 |
| Binary | 1001101 | 101 | 111100 | 0 | 1011110 | 10110 | 1000110 | 100111010 | 1011000 | 10000 |
Color Harmonies of #4D053C
Complementary color
Monochromatic Colors of #4D053C
Black with #4D053C
Text Example
Text Example
White with #4D053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D053C; }
p { color: rgb(77,5,60); }
H1.HeaderClassName
{
color: #4D053C;
}
.AnyTagClassName
{
color: #4D053C;
}
</style>
background-color css
<style>
a { background-color: #4D053C; }
a { background-color: rgb(77,5,60); }
div.DivClassName
{
background-color: #4D053C;
}
.BgClassName
{
background-color: #4D053C;
}
</style>
border-color css
<style>
span { border-color: #4D053C; }
span { border-color: rgb(77,5,60); }
td.TdClassName
{
border-color: #4D053C;
}
.TagClassName
{
border-color: #4D053C;
}
</style>