Shades of Tyrian Purple #4D0549
Tints of Tyrian Purple #4D0549
RGB
CMYK
RGB Variations
Color information
#4D0549 (or 0x4D0549) is known color: Tyrian Purple. HEX triplet: 4D, 05 and 49. RGB value is (77,5,73). Sum of RGB (Red+Green+Blue) = 77+5+73=155 (20% of max value = 765). Red value is 77 (30.47% from 255 or 49.68% from 155); Green value is 5 (2.34% from 255 or 3.23% from 155); Blue value is 73 (28.91% from 255 or 47.10% from 155); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0549 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0549 is #B2FAB6. Grayscale: #222222. Windows color (decimal): -11729591 or 4785485. OLE color: 4785485.
HSL color Cylindrical-coordinate representation of color #4D0549: hue angle of 303.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 #4D0549 is Cyan = 0, Magento = 0.94, Yellow = 0.05 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 5 | 73 | - |
| CMYK | 0 | 0.94 | 0.05 | 0.70 |
| HSL | 303.33º | 0.88% | 0.16% | - |
| HSV(B) | 303.33º | 0.94% | 0.3% | - |
| XYZ | 4.32 | 2.17 | 6.49 | - |
| YUV | 34.28 | 149.85 | 158.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 73 | 0 | 0.94 | 0.05 | 0.70 | 303.33 | 0.88 | 0.16 |
| Hex | 4D | 5 | 49 | 0 | 5E | 5 | 46 | 12F | 58 | 10 |
| Octal | 115 | 5 | 111 | 0 | 136 | 5 | 106 | 457 | 130 | 20 |
| Binary | 1001101 | 101 | 1001001 | 0 | 1011110 | 101 | 1000110 | 100101111 | 1011000 | 10000 |
Color Harmonies of #4D0549
Complementary color
Monochromatic Colors of #4D0549
Black with #4D0549
Text Example
Text Example
White with #4D0549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0549; }
p { color: rgb(77,5,73); }
H1.HeaderClassName
{
color: #4D0549;
}
.AnyTagClassName
{
color: #4D0549;
}
</style>
background-color css
<style>
a { background-color: #4D0549; }
a { background-color: rgb(77,5,73); }
div.DivClassName
{
background-color: #4D0549;
}
.BgClassName
{
background-color: #4D0549;
}
</style>
border-color css
<style>
span { border-color: #4D0549; }
span { border-color: rgb(77,5,73); }
td.TdClassName
{
border-color: #4D0549;
}
.TagClassName
{
border-color: #4D0549;
}
</style>