Shades of Tyrian Purple #4D013E
Tints of Tyrian Purple #4D013E
RGB
CMYK
RGB Variations
Color information
#4D013E (or 0x4D013E) is known color: Tyrian Purple. HEX triplet: 4D, 01 and 3E. RGB value is (77,1,62). Sum of RGB (Red+Green+Blue) = 77+1+62=140 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 62 (24.61% from 255 or 44.29% from 140); Max value from RGB is 77 - color contains mainly: red. Hex color #4D013E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D013E is #B2FEC1. Grayscale: #1E1E1E. Windows color (decimal): -11730626 or 4063565. OLE color: 4063565.
HSL color Cylindrical-coordinate representation of color #4D013E: hue angle of 311.84º 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 #4D013E is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 1 | 62 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.70 |
| HSL | 311.84º | 0.97% | 0.15% | - |
| HSV(B) | 311.84º | 0.99% | 0.3% | - |
| XYZ | 3.94 | 1.95 | 4.73 | - |
| YUV | 30.68 | 145.68 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 1 | 62 | 0 | 0.99 | 0.19 | 0.70 | 311.84 | 0.97 | 0.15 |
| Hex | 4D | 1 | 3E | 0 | 63 | 13 | 46 | 138 | 61 | F |
| Octal | 115 | 1 | 76 | 0 | 143 | 23 | 106 | 470 | 141 | 17 |
| Binary | 1001101 | 1 | 111110 | 0 | 1100011 | 10011 | 1000110 | 100111000 | 1100001 | 1111 |
Color Harmonies of #4D013E
Complementary color
Monochromatic Colors of #4D013E
Black with #4D013E
Text Example
Text Example
White with #4D013E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D013E; }
p { color: rgb(77,1,62); }
H1.HeaderClassName
{
color: #4D013E;
}
.AnyTagClassName
{
color: #4D013E;
}
</style>
background-color css
<style>
a { background-color: #4D013E; }
a { background-color: rgb(77,1,62); }
div.DivClassName
{
background-color: #4D013E;
}
.BgClassName
{
background-color: #4D013E;
}
</style>
border-color css
<style>
span { border-color: #4D013E; }
span { border-color: rgb(77,1,62); }
td.TdClassName
{
border-color: #4D013E;
}
.TagClassName
{
border-color: #4D013E;
}
</style>