Shades of Tyrian Purple #79034E
Tints of Tyrian Purple #79034E
RGB
CMYK
RGB Variations
Color information
#79034E (or 0x79034E) is known color: Tyrian Purple. HEX triplet: 79, 03 and 4E. RGB value is (121,3,78). Sum of RGB (Red+Green+Blue) = 121+3+78=202 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.90% from 202); Green value is 3 (1.56% from 255 or 1.49% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 121 - color contains mainly: red. Hex color #79034E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79034E is #86FCB1. Grayscale: #2E2E2E. Windows color (decimal): -8846514 or 5112697. OLE color: 5112697.
HSL color Cylindrical-coordinate representation of color #79034E: hue angle of 321.86º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #79034E is Cyan = 0, Magento = 0.98, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 3 | 78 | - |
| CMYK | 0 | 0.98 | 0.36 | 0.53 |
| HSL | 321.86º | 0.95% | 0.24% | - |
| HSV(B) | 321.86º | 0.98% | 0.47% | - |
| XYZ | 9.29 | 4.68 | 7.62 | - |
| YUV | 46.83 | 145.59 | 180.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 3 | 78 | 0 | 0.98 | 0.36 | 0.53 | 321.86 | 0.95 | 0.24 |
| Hex | 79 | 3 | 4E | 0 | 62 | 24 | 35 | 142 | 5F | 18 |
| Octal | 171 | 3 | 116 | 0 | 142 | 44 | 65 | 502 | 137 | 30 |
| Binary | 1111001 | 11 | 1001110 | 0 | 1100010 | 100100 | 110101 | 101000010 | 1011111 | 11000 |
Color Harmonies of #79034E
Complementary color
Monochromatic Colors of #79034E
Black with #79034E
Text Example
Text Example
White with #79034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79034E; }
p { color: rgb(121,3,78); }
H1.HeaderClassName
{
color: #79034E;
}
.AnyTagClassName
{
color: #79034E;
}
</style>
background-color css
<style>
a { background-color: #79034E; }
a { background-color: rgb(121,3,78); }
div.DivClassName
{
background-color: #79034E;
}
.BgClassName
{
background-color: #79034E;
}
</style>
border-color css
<style>
span { border-color: #79034E; }
span { border-color: rgb(121,3,78); }
td.TdClassName
{
border-color: #79034E;
}
.TagClassName
{
border-color: #79034E;
}
</style>