Shades of Tyrian Purple #4D0744
Tints of Tyrian Purple #4D0744
RGB
CMYK
RGB Variations
Color information
#4D0744 (or 0x4D0744) is known color: Tyrian Purple. HEX triplet: 4D, 07 and 44. RGB value is (77,7,68). Sum of RGB (Red+Green+Blue) = 77+7+68=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 7 (3.12% from 255 or 4.61% from 152); Blue value is 68 (26.95% from 255 or 44.74% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D0744 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #4D0744 is #B2F8BB. Grayscale: #222222. Windows color (decimal): -11729084 or 4458317. OLE color: 4458317.
HSL color Cylindrical-coordinate representation of color #4D0744: hue angle of 307.71º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #4D0744 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 77 | 7 | 68 | - |
| CMYK | 0 | 0.91 | 0.12 | 0.70 |
| HSL | 307.71º | 0.83% | 0.16% | - |
| HSV(B) | 307.71º | 0.91% | 0.3% | - |
| XYZ | 4.18 | 2.15 | 5.66 | - |
| YUV | 34.88 | 146.69 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 7 | 68 | 0 | 0.91 | 0.12 | 0.70 | 307.71 | 0.83 | 0.16 |
| Hex | 4D | 7 | 44 | 0 | 5B | C | 46 | 134 | 53 | 10 |
| Octal | 115 | 7 | 104 | 0 | 133 | 14 | 106 | 464 | 123 | 20 |
| Binary | 1001101 | 111 | 1000100 | 0 | 1011011 | 1100 | 1000110 | 100110100 | 1010011 | 10000 |
Color Harmonies of #4D0744
Complementary color
Monochromatic Colors of #4D0744
Black with #4D0744
Text Example
Text Example
White with #4D0744
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4D0744; }
p { color: rgb(77,7,68); }
H1.HeaderClassName
{
color: #4D0744;
}
.AnyTagClassName
{
color: #4D0744;
}
</style>
background-color css
<style>
a { background-color: #4D0744; }
a { background-color: rgb(77,7,68); }
div.DivClassName
{
background-color: #4D0744;
}
.BgClassName
{
background-color: #4D0744;
}
</style>
border-color css
<style>
span { border-color: #4D0744; }
span { border-color: rgb(77,7,68); }
td.TdClassName
{
border-color: #4D0744;
}
.TagClassName
{
border-color: #4D0744;
}
</style>