Shades of Tyrian Purple #4D003D
Tints of Tyrian Purple #4D003D
RGB
CMYK
RGB Variations
Color information
#4D003D (or 0x4D003D) is known color: Tyrian Purple. HEX triplet: 4D, 00 and 3D. RGB value is (77,0,61). Sum of RGB (Red+Green+Blue) = 77+0+61=138 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55.80% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 61 (24.22% from 255 or 44.20% from 138); Max value from RGB is 77 - color contains mainly: red. Hex color #4D003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D003D is #B2FFC2. Grayscale: #1D1D1D. Windows color (decimal): -11730883 or 3997773. OLE color: 3997773.
HSL color Cylindrical-coordinate representation of color #4D003D: hue angle of 312.47º 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 #4D003D is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 0 | 61 | - |
| CMYK | 0 | 1 | 0.21 | 0.70 |
| HSL | 312.47º | 1% | 0.15% | - |
| HSV(B) | 312.47º | 1% | 0.3% | - |
| XYZ | 3.9 | 1.91 | 4.58 | - |
| YUV | 29.98 | 145.51 | 161.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 0 | 61 | 0 | 1 | 0.21 | 0.70 | 312.47 | 1 | 0.15 |
| Hex | 4D | 0 | 3D | 0 | 64 | 15 | 46 | 138 | 64 | F |
| Octal | 115 | 0 | 75 | 0 | 144 | 25 | 106 | 470 | 144 | 17 |
| Binary | 1001101 | 0 | 111101 | 0 | 1100100 | 10101 | 1000110 | 100111000 | 1100100 | 1111 |
Color Harmonies of #4D003D
Complementary color
Monochromatic Colors of #4D003D
Black with #4D003D
Text Example
Text Example
White with #4D003D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D003D; }
p { color: rgb(77,0,61); }
H1.HeaderClassName
{
color: #4D003D;
}
.AnyTagClassName
{
color: #4D003D;
}
</style>
background-color css
<style>
a { background-color: #4D003D; }
a { background-color: rgb(77,0,61); }
div.DivClassName
{
background-color: #4D003D;
}
.BgClassName
{
background-color: #4D003D;
}
</style>
border-color css
<style>
span { border-color: #4D003D; }
span { border-color: rgb(77,0,61); }
td.TdClassName
{
border-color: #4D003D;
}
.TagClassName
{
border-color: #4D003D;
}
</style>