Shades of Tyrian Purple #79014E
Tints of Tyrian Purple #79014E
RGB
CMYK
RGB Variations
Color information
#79014E (or 0x79014E) is known color: Tyrian Purple. HEX triplet: 79, 01 and 4E. RGB value is (121,1,78). Sum of RGB (Red+Green+Blue) = 121+1+78=200 (26% of max value = 765). Red value is 121 (47.66% from 255 or 60.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 121 - color contains mainly: red. Hex color #79014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79014E is #86FEB1. Grayscale: #2D2D2D. Windows color (decimal): -8847026 or 5112185. OLE color: 5112185.
HSL color Cylindrical-coordinate representation of color #79014E: hue angle of 321.5º 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 #79014E is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 1 | 78 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.53 |
| HSL | 321.5º | 0.98% | 0.24% | - |
| HSV(B) | 321.5º | 0.99% | 0.47% | - |
| XYZ | 9.27 | 4.64 | 7.61 | - |
| YUV | 45.66 | 146.26 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 1 | 78 | 0 | 0.99 | 0.36 | 0.53 | 321.5 | 0.98 | 0.24 |
| Hex | 79 | 1 | 4E | 0 | 63 | 24 | 35 | 142 | 62 | 18 |
| Octal | 171 | 1 | 116 | 0 | 143 | 44 | 65 | 502 | 142 | 30 |
| Binary | 1111001 | 1 | 1001110 | 0 | 1100011 | 100100 | 110101 | 101000010 | 1100010 | 11000 |
Color Harmonies of #79014E
Complementary color
Monochromatic Colors of #79014E
Black with #79014E
Text Example
Text Example
White with #79014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79014E; }
p { color: rgb(121,1,78); }
H1.HeaderClassName
{
color: #79014E;
}
.AnyTagClassName
{
color: #79014E;
}
</style>
background-color css
<style>
a { background-color: #79014E; }
a { background-color: rgb(121,1,78); }
div.DivClassName
{
background-color: #79014E;
}
.BgClassName
{
background-color: #79014E;
}
</style>
border-color css
<style>
span { border-color: #79014E; }
span { border-color: rgb(121,1,78); }
td.TdClassName
{
border-color: #79014E;
}
.TagClassName
{
border-color: #79014E;
}
</style>