Shades of Tyrian Purple #4D0541
Tints of Tyrian Purple #4D0541
RGB
CMYK
RGB Variations
Color information
#4D0541 (or 0x4D0541) is known color: Tyrian Purple. HEX triplet: 4D, 05 and 41. RGB value is (77,5,65). Sum of RGB (Red+Green+Blue) = 77+5+65=147 (19% of max value = 765). Red value is 77 (30.47% from 255 or 52.38% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0541 is #B2FABE. Grayscale: #212121. Windows color (decimal): -11729599 or 4261197. OLE color: 4261197.
HSL color Cylindrical-coordinate representation of color #4D0541: hue angle of 310º 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 #4D0541 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 5 | 65 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.70 |
| HSL | 310º | 0.88% | 0.16% | - |
| HSV(B) | 310º | 0.94% | 0.3% | - |
| XYZ | 4.07 | 2.07 | 5.19 | - |
| YUV | 33.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 5 | 65 | 0 | 0.94 | 0.16 | 0.70 | 310 | 0.88 | 0.16 |
| Hex | 4D | 5 | 41 | 0 | 5E | 10 | 46 | 136 | 58 | 10 |
| Octal | 115 | 5 | 101 | 0 | 136 | 20 | 106 | 466 | 130 | 20 |
| Binary | 1001101 | 101 | 1000001 | 0 | 1011110 | 10000 | 1000110 | 100110110 | 1011000 | 10000 |
Color Harmonies of #4D0541
Complementary color
Monochromatic Colors of #4D0541
Black with #4D0541
Text Example
Text Example
White with #4D0541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0541; }
p { color: rgb(77,5,65); }
H1.HeaderClassName
{
color: #4D0541;
}
.AnyTagClassName
{
color: #4D0541;
}
</style>
background-color css
<style>
a { background-color: #4D0541; }
a { background-color: rgb(77,5,65); }
div.DivClassName
{
background-color: #4D0541;
}
.BgClassName
{
background-color: #4D0541;
}
</style>
border-color css
<style>
span { border-color: #4D0541; }
span { border-color: rgb(77,5,65); }
td.TdClassName
{
border-color: #4D0541;
}
.TagClassName
{
border-color: #4D0541;
}
</style>