Shades of Tyrian Purple #4D0241
Tints of Tyrian Purple #4D0241
RGB
CMYK
RGB Variations
Color information
#4D0241 (or 0x4D0241) is known color: Tyrian Purple. HEX triplet: 4D, 02 and 41. RGB value is (77,2,65). Sum of RGB (Red+Green+Blue) = 77+2+65=144 (19% of max value = 765). Red value is 77 (30.47% from 255 or 53.47% from 144); Green value is 2 (1.17% from 255 or 1.39% from 144); Blue value is 65 (25.78% from 255 or 45.14% from 144); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0241 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0241 is #B2FDBE. Grayscale: #1F1F1F. Windows color (decimal): -11730367 or 4260429. OLE color: 4260429.
HSL color Cylindrical-coordinate representation of color #4D0241: hue angle of 309.6º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D0241 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 2 | 65 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.70 |
| HSL | 309.6º | 0.95% | 0.15% | - |
| HSV(B) | 309.6º | 0.97% | 0.3% | - |
| XYZ | 4.04 | 2 | 5.17 | - |
| YUV | 31.61 | 146.85 | 160.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 65 | 0 | 0.97 | 0.16 | 0.70 | 309.6 | 0.95 | 0.15 |
| Hex | 4D | 2 | 41 | 0 | 61 | 10 | 46 | 136 | 5F | F |
| Octal | 115 | 2 | 101 | 0 | 141 | 20 | 106 | 466 | 137 | 17 |
| Binary | 1001101 | 10 | 1000001 | 0 | 1100001 | 10000 | 1000110 | 100110110 | 1011111 | 1111 |
Color Harmonies of #4D0241
Complementary color
Monochromatic Colors of #4D0241
Black with #4D0241
Text Example
Text Example
White with #4D0241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0241; }
p { color: rgb(77,2,65); }
H1.HeaderClassName
{
color: #4D0241;
}
.AnyTagClassName
{
color: #4D0241;
}
</style>
background-color css
<style>
a { background-color: #4D0241; }
a { background-color: rgb(77,2,65); }
div.DivClassName
{
background-color: #4D0241;
}
.BgClassName
{
background-color: #4D0241;
}
</style>
border-color css
<style>
span { border-color: #4D0241; }
span { border-color: rgb(77,2,65); }
td.TdClassName
{
border-color: #4D0241;
}
.TagClassName
{
border-color: #4D0241;
}
</style>