Shades of Tyrian Purple #79014D
Tints of Tyrian Purple #79014D
RGB
CMYK
RGB Variations
Color information
#79014D (or 0x79014D) is known color: Tyrian Purple. HEX triplet: 79, 01 and 4D. RGB value is (121,1,77). Sum of RGB (Red+Green+Blue) = 121+1+77=199 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.80% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 77 (30.47% from 255 or 38.69% from 199); Max value from RGB is 121 - color contains mainly: red. Hex color #79014D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79014D is #86FEB2. Grayscale: #2D2D2D. Windows color (decimal): -8847027 or 5046649. OLE color: 5046649.
HSL color Cylindrical-coordinate representation of color #79014D: hue angle of 322º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #79014D is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 1 | 77 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.53 |
| HSL | 322º | 0.98% | 0.24% | - |
| HSV(B) | 322º | 0.99% | 0.47% | - |
| XYZ | 9.24 | 4.62 | 7.43 | - |
| YUV | 45.54 | 145.76 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 1 | 77 | 0 | 0.99 | 0.36 | 0.53 | 322 | 0.98 | 0.24 |
| Hex | 79 | 1 | 4D | 0 | 63 | 24 | 35 | 142 | 62 | 18 |
| Octal | 171 | 1 | 115 | 0 | 143 | 44 | 65 | 502 | 142 | 30 |
| Binary | 1111001 | 1 | 1001101 | 0 | 1100011 | 100100 | 110101 | 101000010 | 1100010 | 11000 |
Color Harmonies of #79014D
Complementary color
Monochromatic Colors of #79014D
Black with #79014D
Text Example
Text Example
White with #79014D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79014D; }
p { color: rgb(121,1,77); }
H1.HeaderClassName
{
color: #79014D;
}
.AnyTagClassName
{
color: #79014D;
}
</style>
background-color css
<style>
a { background-color: #79014D; }
a { background-color: rgb(121,1,77); }
div.DivClassName
{
background-color: #79014D;
}
.BgClassName
{
background-color: #79014D;
}
</style>
border-color css
<style>
span { border-color: #79014D; }
span { border-color: rgb(121,1,77); }
td.TdClassName
{
border-color: #79014D;
}
.TagClassName
{
border-color: #79014D;
}
</style>