Shades of Tyrian Purple #4D053D
Tints of Tyrian Purple #4D053D
RGB
CMYK
RGB Variations
Color information
#4D053D (or 0x4D053D) is known color: Tyrian Purple. HEX triplet: 4D, 05 and 3D. RGB value is (77,5,61). Sum of RGB (Red+Green+Blue) = 77+5+61=143 (18% of max value = 765). Red value is 77 (30.47% from 255 or 53.85% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 61 (24.22% from 255 or 42.66% from 143); Max value from RGB is 77 - color contains mainly: red. Hex color #4D053D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D053D is #B2FAC2. Grayscale: #202020. Windows color (decimal): -11729603 or 3999053. OLE color: 3999053.
HSL color Cylindrical-coordinate representation of color #4D053D: hue angle of 313.33º 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 #4D053D is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 5 | 61 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.70 |
| HSL | 313.33º | 0.88% | 0.16% | - |
| HSV(B) | 313.33º | 0.94% | 0.3% | - |
| XYZ | 3.96 | 2.02 | 4.6 | - |
| YUV | 32.91 | 143.85 | 159.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 61 | 0 | 0.94 | 0.21 | 0.70 | 313.33 | 0.88 | 0.16 |
| Hex | 4D | 5 | 3D | 0 | 5E | 15 | 46 | 139 | 58 | 10 |
| Octal | 115 | 5 | 75 | 0 | 136 | 25 | 106 | 471 | 130 | 20 |
| Binary | 1001101 | 101 | 111101 | 0 | 1011110 | 10101 | 1000110 | 100111001 | 1011000 | 10000 |
Color Harmonies of #4D053D
Complementary color
Monochromatic Colors of #4D053D
Black with #4D053D
Text Example
Text Example
White with #4D053D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D053D; }
p { color: rgb(77,5,61); }
H1.HeaderClassName
{
color: #4D053D;
}
.AnyTagClassName
{
color: #4D053D;
}
</style>
background-color css
<style>
a { background-color: #4D053D; }
a { background-color: rgb(77,5,61); }
div.DivClassName
{
background-color: #4D053D;
}
.BgClassName
{
background-color: #4D053D;
}
</style>
border-color css
<style>
span { border-color: #4D053D; }
span { border-color: rgb(77,5,61); }
td.TdClassName
{
border-color: #4D053D;
}
.TagClassName
{
border-color: #4D053D;
}
</style>