Shades of Tyrian Purple #4D023D
Tints of Tyrian Purple #4D023D
RGB
CMYK
RGB Variations
Color information
#4D023D (or 0x4D023D) is known color: Tyrian Purple. HEX triplet: 4D, 02 and 3D. RGB value is (77,2,61). Sum of RGB (Red+Green+Blue) = 77+2+61=140 (18% of max value = 765). Red value is 77 (30.47% from 255 or 55% from 140); Green value is 2 (1.17% from 255 or 1.43% from 140); Blue value is 61 (24.22% from 255 or 43.57% from 140); Max value from RGB is 77 - color contains mainly: red. Hex color #4D023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D023D is #B2FDC2. Grayscale: #1E1E1E. Windows color (decimal): -11730371 or 3998285. OLE color: 3998285.
HSL color Cylindrical-coordinate representation of color #4D023D: hue angle of 312.8º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #4D023D is Cyan = 0, Magento = 0.97, Yellow = 0.21 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 2 | 61 | - |
| CMYK | 0 | 0.97 | 0.21 | 0.70 |
| HSL | 312.8º | 0.95% | 0.15% | - |
| HSV(B) | 312.8º | 0.97% | 0.3% | - |
| XYZ | 3.92 | 1.96 | 4.59 | - |
| YUV | 31.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 61 | 0 | 0.97 | 0.21 | 0.70 | 312.8 | 0.95 | 0.15 |
| Hex | 4D | 2 | 3D | 0 | 61 | 15 | 46 | 139 | 5F | F |
| Octal | 115 | 2 | 75 | 0 | 141 | 25 | 106 | 471 | 137 | 17 |
| Binary | 1001101 | 10 | 111101 | 0 | 1100001 | 10101 | 1000110 | 100111001 | 1011111 | 1111 |
Color Harmonies of #4D023D
Complementary color
Monochromatic Colors of #4D023D
Black with #4D023D
Text Example
Text Example
White with #4D023D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D023D; }
p { color: rgb(77,2,61); }
H1.HeaderClassName
{
color: #4D023D;
}
.AnyTagClassName
{
color: #4D023D;
}
</style>
background-color css
<style>
a { background-color: #4D023D; }
a { background-color: rgb(77,2,61); }
div.DivClassName
{
background-color: #4D023D;
}
.BgClassName
{
background-color: #4D023D;
}
</style>
border-color css
<style>
span { border-color: #4D023D; }
span { border-color: rgb(77,2,61); }
td.TdClassName
{
border-color: #4D023D;
}
.TagClassName
{
border-color: #4D023D;
}
</style>