Shades of Tyrian Purple #4D0240
Tints of Tyrian Purple #4D0240
RGB
CMYK
RGB Variations
Color information
#4D0240 (or 0x4D0240) is known color: Tyrian Purple. HEX triplet: 4D, 02 and 40. RGB value is (77,2,64). Sum of RGB (Red+Green+Blue) = 77+2+64=143 (18% of max value = 765). Red value is 77 (30.47% from 255 or 53.85% from 143); Green value is 2 (1.17% from 255 or 1.40% from 143); Blue value is 64 (25.39% from 255 or 44.76% from 143); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0240 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0240 is #B2FDBF. Grayscale: #1F1F1F. Windows color (decimal): -11730368 or 4194893. OLE color: 4194893.
HSL color Cylindrical-coordinate representation of color #4D0240: hue angle of 310.4º 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 #4D0240 is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 2 | 64 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.70 |
| HSL | 310.4º | 0.95% | 0.15% | - |
| HSV(B) | 310.4º | 0.97% | 0.3% | - |
| XYZ | 4.01 | 1.99 | 5.02 | - |
| YUV | 31.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 64 | 0 | 0.97 | 0.17 | 0.70 | 310.4 | 0.95 | 0.15 |
| Hex | 4D | 2 | 40 | 0 | 61 | 11 | 46 | 136 | 5F | F |
| Octal | 115 | 2 | 100 | 0 | 141 | 21 | 106 | 466 | 137 | 17 |
| Binary | 1001101 | 10 | 1000000 | 0 | 1100001 | 10001 | 1000110 | 100110110 | 1011111 | 1111 |
Color Harmonies of #4D0240
Complementary color
Monochromatic Colors of #4D0240
Black with #4D0240
Text Example
Text Example
White with #4D0240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0240; }
p { color: rgb(77,2,64); }
H1.HeaderClassName
{
color: #4D0240;
}
.AnyTagClassName
{
color: #4D0240;
}
</style>
background-color css
<style>
a { background-color: #4D0240; }
a { background-color: rgb(77,2,64); }
div.DivClassName
{
background-color: #4D0240;
}
.BgClassName
{
background-color: #4D0240;
}
</style>
border-color css
<style>
span { border-color: #4D0240; }
span { border-color: rgb(77,2,64); }
td.TdClassName
{
border-color: #4D0240;
}
.TagClassName
{
border-color: #4D0240;
}
</style>