Shades of Tyrian Purple #4D0140
Tints of Tyrian Purple #4D0140
RGB
CMYK
RGB Variations
Color information
#4D0140 (or 0x4D0140) is known color: Tyrian Purple. HEX triplet: 4D, 01 and 40. RGB value is (77,1,64). Sum of RGB (Red+Green+Blue) = 77+1+64=142 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.23% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 64 (25.39% from 255 or 45.07% from 142); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0140 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0140 is #B2FEBF. Grayscale: #1E1E1E. Windows color (decimal): -11730624 or 4194637. OLE color: 4194637.
HSL color Cylindrical-coordinate representation of color #4D0140: hue angle of 310.26º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #4D0140 is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 1 | 64 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.70 |
| HSL | 310.26º | 0.97% | 0.15% | - |
| HSV(B) | 310.26º | 0.99% | 0.3% | - |
| XYZ | 4 | 1.97 | 5.02 | - |
| YUV | 30.91 | 146.68 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 1 | 64 | 0 | 0.99 | 0.17 | 0.70 | 310.26 | 0.97 | 0.15 |
| Hex | 4D | 1 | 40 | 0 | 63 | 11 | 46 | 136 | 61 | F |
| Octal | 115 | 1 | 100 | 0 | 143 | 21 | 106 | 466 | 141 | 17 |
| Binary | 1001101 | 1 | 1000000 | 0 | 1100011 | 10001 | 1000110 | 100110110 | 1100001 | 1111 |
Color Harmonies of #4D0140
Complementary color
Monochromatic Colors of #4D0140
Black with #4D0140
Text Example
Text Example
White with #4D0140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0140; }
p { color: rgb(77,1,64); }
H1.HeaderClassName
{
color: #4D0140;
}
.AnyTagClassName
{
color: #4D0140;
}
</style>
background-color css
<style>
a { background-color: #4D0140; }
a { background-color: rgb(77,1,64); }
div.DivClassName
{
background-color: #4D0140;
}
.BgClassName
{
background-color: #4D0140;
}
</style>
border-color css
<style>
span { border-color: #4D0140; }
span { border-color: rgb(77,1,64); }
td.TdClassName
{
border-color: #4D0140;
}
.TagClassName
{
border-color: #4D0140;
}
</style>