Shades of Tyrian Purple #4D004B
Tints of Tyrian Purple #4D004B
RGB
CMYK
RGB Variations
Color information
#4D004B (or 0x4D004B) is known color: Tyrian Purple. HEX triplet: 4D, 00 and 4B. RGB value is (77,0,75). Sum of RGB (Red+Green+Blue) = 77+0+75=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 0 (0.39% from 255 or 0% from 152); Blue value is 75 (29.69% from 255 or 49.34% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D004B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D004B is #B2FFB4. Grayscale: #1F1F1F. Windows color (decimal): -11730869 or 4915277. OLE color: 4915277.
HSL color Cylindrical-coordinate representation of color #4D004B: hue angle of 301.56º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4D004B is Cyan = 0, Magento = 1, Yellow = 0.03 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 0 | 75 | - |
| CMYK | 0 | 1 | 0.03 | 0.70 |
| HSL | 301.56º | 1% | 0.15% | - |
| HSV(B) | 301.56º | 1% | 0.3% | - |
| XYZ | 4.33 | 2.09 | 6.83 | - |
| YUV | 31.57 | 152.51 | 160.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 75 | 0 | 1 | 0.03 | 0.70 | 301.56 | 1 | 0.15 |
| Hex | 4D | 0 | 4B | 0 | 64 | 3 | 46 | 12E | 64 | F |
| Octal | 115 | 0 | 113 | 0 | 144 | 3 | 106 | 456 | 144 | 17 |
| Binary | 1001101 | 0 | 1001011 | 0 | 1100100 | 11 | 1000110 | 100101110 | 1100100 | 1111 |
Color Harmonies of #4D004B
Complementary color
Monochromatic Colors of #4D004B
Black with #4D004B
Text Example
Text Example
White with #4D004B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D004B; }
p { color: rgb(77,0,75); }
H1.HeaderClassName
{
color: #4D004B;
}
.AnyTagClassName
{
color: #4D004B;
}
</style>
background-color css
<style>
a { background-color: #4D004B; }
a { background-color: rgb(77,0,75); }
div.DivClassName
{
background-color: #4D004B;
}
.BgClassName
{
background-color: #4D004B;
}
</style>
border-color css
<style>
span { border-color: #4D004B; }
span { border-color: rgb(77,0,75); }
td.TdClassName
{
border-color: #4D004B;
}
.TagClassName
{
border-color: #4D004B;
}
</style>