Shades of Tyrian Purple #4D003A
Tints of Tyrian Purple #4D003A
RGB
CMYK
RGB Variations
Color information
#4D003A (or 0x4D003A) is known color: Tyrian Purple. HEX triplet: 4D, 00 and 3A. RGB value is (77,0,58). Sum of RGB (Red+Green+Blue) = 77+0+58=135 (17% of max value = 765). Red value is 77 (30.47% from 255 or 57.04% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 58 (23.05% from 255 or 42.96% from 135); Max value from RGB is 77 - color contains mainly: red. Hex color #4D003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D003A is #B2FFC5. Grayscale: #1D1D1D. Windows color (decimal): -11730886 or 3801165. OLE color: 3801165.
HSL color Cylindrical-coordinate representation of color #4D003A: hue angle of 314.81º 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 #4D003A is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 0 | 58 | - |
| CMYK | 0 | 1 | 0.25 | 0.70 |
| HSL | 314.81º | 1% | 0.15% | - |
| HSV(B) | 314.81º | 1% | 0.3% | - |
| XYZ | 3.82 | 1.88 | 4.16 | - |
| YUV | 29.64 | 144.01 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 58 | 0 | 1 | 0.25 | 0.70 | 314.81 | 1 | 0.15 |
| Hex | 4D | 0 | 3A | 0 | 64 | 19 | 46 | 13B | 64 | F |
| Octal | 115 | 0 | 72 | 0 | 144 | 31 | 106 | 473 | 144 | 17 |
| Binary | 1001101 | 0 | 111010 | 0 | 1100100 | 11001 | 1000110 | 100111011 | 1100100 | 1111 |
Color Harmonies of #4D003A
Complementary color
Monochromatic Colors of #4D003A
Black with #4D003A
Text Example
Text Example
White with #4D003A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D003A; }
p { color: rgb(77,0,58); }
H1.HeaderClassName
{
color: #4D003A;
}
.AnyTagClassName
{
color: #4D003A;
}
</style>
background-color css
<style>
a { background-color: #4D003A; }
a { background-color: rgb(77,0,58); }
div.DivClassName
{
background-color: #4D003A;
}
.BgClassName
{
background-color: #4D003A;
}
</style>
border-color css
<style>
span { border-color: #4D003A; }
span { border-color: rgb(77,0,58); }
td.TdClassName
{
border-color: #4D003A;
}
.TagClassName
{
border-color: #4D003A;
}
</style>