Shades of Tyrian Purple #4D0246
Tints of Tyrian Purple #4D0246
RGB
CMYK
RGB Variations
Color information
#4D0246 (or 0x4D0246) is known color: Tyrian Purple. HEX triplet: 4D, 02 and 46. RGB value is (77,2,70). Sum of RGB (Red+Green+Blue) = 77+2+70=149 (19% of max value = 765). Red value is 77 (30.47% from 255 or 51.68% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 70 (27.73% from 255 or 46.98% from 149); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0246 is #B2FDB9. Grayscale: #1F1F1F. Windows color (decimal): -11730362 or 4588109. OLE color: 4588109.
HSL color Cylindrical-coordinate representation of color #4D0246: hue angle of 305.6º 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 #4D0246 is Cyan = 0, Magento = 0.97, Yellow = 0.09 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 2 | 70 | - |
| CMYK | 0 | 0.97 | 0.09 | 0.70 |
| HSL | 305.6º | 0.95% | 0.15% | - |
| HSV(B) | 305.6º | 0.97% | 0.3% | - |
| XYZ | 4.19 | 2.06 | 5.97 | - |
| YUV | 32.18 | 149.35 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 2 | 70 | 0 | 0.97 | 0.09 | 0.70 | 305.6 | 0.95 | 0.15 |
| Hex | 4D | 2 | 46 | 0 | 61 | 9 | 46 | 132 | 5F | F |
| Octal | 115 | 2 | 106 | 0 | 141 | 11 | 106 | 462 | 137 | 17 |
| Binary | 1001101 | 10 | 1000110 | 0 | 1100001 | 1001 | 1000110 | 100110010 | 1011111 | 1111 |
Color Harmonies of #4D0246
Complementary color
Monochromatic Colors of #4D0246
Black with #4D0246
Text Example
Text Example
White with #4D0246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0246; }
p { color: rgb(77,2,70); }
H1.HeaderClassName
{
color: #4D0246;
}
.AnyTagClassName
{
color: #4D0246;
}
</style>
background-color css
<style>
a { background-color: #4D0246; }
a { background-color: rgb(77,2,70); }
div.DivClassName
{
background-color: #4D0246;
}
.BgClassName
{
background-color: #4D0246;
}
</style>
border-color css
<style>
span { border-color: #4D0246; }
span { border-color: rgb(77,2,70); }
td.TdClassName
{
border-color: #4D0246;
}
.TagClassName
{
border-color: #4D0246;
}
</style>