Shades of Tyrian Purple #4D0136
Tints of Tyrian Purple #4D0136
RGB
CMYK
RGB Variations
Color information
#4D0136 (or 0x4D0136) is known color: Tyrian Purple. HEX triplet: 4D, 01 and 36. RGB value is (77,1,54). Sum of RGB (Red+Green+Blue) = 77+1+54=132 (17% of max value = 765). Red value is 77 (30.47% from 255 or 58.33% from 132); Green value is 1 (0.78% from 255 or 0.76% from 132); Blue value is 54 (21.48% from 255 or 40.91% from 132); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0136 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0136 is #B2FEC9. Grayscale: #1D1D1D. Windows color (decimal): -11730634 or 3539277. OLE color: 3539277.
HSL color Cylindrical-coordinate representation of color #4D0136: hue angle of 318.16º 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 #4D0136 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 1 | 54 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.70 |
| HSL | 318.16º | 0.97% | 0.15% | - |
| HSV(B) | 318.16º | 0.99% | 0.3% | - |
| XYZ | 3.74 | 1.87 | 3.65 | - |
| YUV | 29.77 | 141.68 | 161.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 1 | 54 | 0 | 0.99 | 0.30 | 0.70 | 318.16 | 0.97 | 0.15 |
| Hex | 4D | 1 | 36 | 0 | 63 | 1E | 46 | 13E | 61 | F |
| Octal | 115 | 1 | 66 | 0 | 143 | 36 | 106 | 476 | 141 | 17 |
| Binary | 1001101 | 1 | 110110 | 0 | 1100011 | 11110 | 1000110 | 100111110 | 1100001 | 1111 |
Color Harmonies of #4D0136
Complementary color
Monochromatic Colors of #4D0136
Black with #4D0136
Text Example
Text Example
White with #4D0136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0136; }
p { color: rgb(77,1,54); }
H1.HeaderClassName
{
color: #4D0136;
}
.AnyTagClassName
{
color: #4D0136;
}
</style>
background-color css
<style>
a { background-color: #4D0136; }
a { background-color: rgb(77,1,54); }
div.DivClassName
{
background-color: #4D0136;
}
.BgClassName
{
background-color: #4D0136;
}
</style>
border-color css
<style>
span { border-color: #4D0136; }
span { border-color: rgb(77,1,54); }
td.TdClassName
{
border-color: #4D0136;
}
.TagClassName
{
border-color: #4D0136;
}
</style>