Shades of Tyrian Purple #79004D
Tints of Tyrian Purple #79004D
RGB
CMYK
RGB Variations
Color information
#79004D (or 0x79004D) is known color: Tyrian Purple. HEX triplet: 79, 00 and 4D. RGB value is (121,0,77). Sum of RGB (Red+Green+Blue) = 121+0+77=198 (26% of max value = 765). Red value is 121 (47.66% from 255 or 61.11% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 77 (30.47% from 255 or 38.89% from 198); Max value from RGB is 121 - color contains mainly: red. Hex color #79004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79004D is #86FFB2. Grayscale: #2C2C2C. Windows color (decimal): -8847283 or 5046393. OLE color: 5046393.
HSL color Cylindrical-coordinate representation of color #79004D: hue angle of 321.82º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #79004D is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.36 | 0.53 |
| HSL | 321.82º | 1% | 0.24% | - |
| HSV(B) | 321.82º | 1% | 0.47% | - |
| XYZ | 9.22 | 4.6 | 7.42 | - |
| YUV | 44.96 | 146.09 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 0 | 77 | 0 | 1 | 0.36 | 0.53 | 321.82 | 1 | 0.24 |
| Hex | 79 | 0 | 4D | 0 | 64 | 24 | 35 | 142 | 64 | 18 |
| Octal | 171 | 0 | 115 | 0 | 144 | 44 | 65 | 502 | 144 | 30 |
| Binary | 1111001 | 0 | 1001101 | 0 | 1100100 | 100100 | 110101 | 101000010 | 1100100 | 11000 |
Color Harmonies of #79004D
Complementary color
Monochromatic Colors of #79004D
Black with #79004D
Text Example
Text Example
White with #79004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79004D; }
p { color: rgb(121,0,77); }
H1.HeaderClassName
{
color: #79004D;
}
.AnyTagClassName
{
color: #79004D;
}
</style>
background-color css
<style>
a { background-color: #79004D; }
a { background-color: rgb(121,0,77); }
div.DivClassName
{
background-color: #79004D;
}
.BgClassName
{
background-color: #79004D;
}
</style>
border-color css
<style>
span { border-color: #79004D; }
span { border-color: rgb(121,0,77); }
td.TdClassName
{
border-color: #79004D;
}
.TagClassName
{
border-color: #79004D;
}
</style>