Shades of Tyrian Purple #4D033D
Tints of Tyrian Purple #4D033D
RGB
CMYK
RGB Variations
Color information
#4D033D (or 0x4D033D) is known color: Tyrian Purple. HEX triplet: 4D, 03 and 3D. RGB value is (77,3,61). Sum of RGB (Red+Green+Blue) = 77+3+61=141 (18% of max value = 765). Red value is 77 (30.47% from 255 or 54.61% from 141); Green value is 3 (1.56% from 255 or 2.13% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 77 - color contains mainly: red. Hex color #4D033D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D033D is #B2FCC2. Grayscale: #1F1F1F. Windows color (decimal): -11730115 or 3998541. OLE color: 3998541.
HSL color Cylindrical-coordinate representation of color #4D033D: hue angle of 312.97º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #4D033D is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 3 | 61 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.70 |
| HSL | 312.97º | 0.93% | 0.16% | - |
| HSV(B) | 312.97º | 0.96% | 0.3% | - |
| XYZ | 3.94 | 1.98 | 4.59 | - |
| YUV | 31.74 | 144.52 | 160.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 3 | 61 | 0 | 0.96 | 0.21 | 0.70 | 312.97 | 0.93 | 0.16 |
| Hex | 4D | 3 | 3D | 0 | 60 | 15 | 46 | 139 | 5C | 10 |
| Octal | 115 | 3 | 75 | 0 | 140 | 25 | 106 | 471 | 134 | 20 |
| Binary | 1001101 | 11 | 111101 | 0 | 1100000 | 10101 | 1000110 | 100111001 | 1011100 | 10000 |
Color Harmonies of #4D033D
Complementary color
Monochromatic Colors of #4D033D
Black with #4D033D
Text Example
Text Example
White with #4D033D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D033D; }
p { color: rgb(77,3,61); }
H1.HeaderClassName
{
color: #4D033D;
}
.AnyTagClassName
{
color: #4D033D;
}
</style>
background-color css
<style>
a { background-color: #4D033D; }
a { background-color: rgb(77,3,61); }
div.DivClassName
{
background-color: #4D033D;
}
.BgClassName
{
background-color: #4D033D;
}
</style>
border-color css
<style>
span { border-color: #4D033D; }
span { border-color: rgb(77,3,61); }
td.TdClassName
{
border-color: #4D033D;
}
.TagClassName
{
border-color: #4D033D;
}
</style>