Shades of Tyrian Purple #79073A
Tints of Tyrian Purple #79073A
RGB
CMYK
RGB Variations
Color information
#79073A (or 0x79073A) is known color: Tyrian Purple. HEX triplet: 79, 07 and 3A. RGB value is (121,7,58). Sum of RGB (Red+Green+Blue) = 121+7+58=186 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.05% from 186); Green value is 7 (3.12% from 255 or 3.76% from 186); Blue value is 58 (23.05% from 255 or 31.18% from 186); Max value from RGB is 121 - color contains mainly: red. Hex color #79073A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79073A is #86F8C5. Grayscale: #2E2E2E. Windows color (decimal): -8845510 or 3803001. OLE color: 3803001.
HSL color Cylindrical-coordinate representation of color #79073A: hue angle of 333.16º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #79073A is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 121 | 7 | 58 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.53 |
| HSL | 333.16º | 0.89% | 0.25% | - |
| HSV(B) | 333.16º | 0.94% | 0.47% | - |
| XYZ | 8.72 | 4.52 | 4.42 | - |
| YUV | 46.9 | 134.27 | 180.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 7 | 58 | 0 | 0.94 | 0.52 | 0.53 | 333.16 | 0.89 | 0.25 |
| Hex | 79 | 7 | 3A | 0 | 5E | 34 | 35 | 14D | 59 | 19 |
| Octal | 171 | 7 | 72 | 0 | 136 | 64 | 65 | 515 | 131 | 31 |
| Binary | 1111001 | 111 | 111010 | 0 | 1011110 | 110100 | 110101 | 101001101 | 1011001 | 11001 |
Color Harmonies of #79073A
Complementary color
Monochromatic Colors of #79073A
Black with #79073A
Text Example
Text Example
White with #79073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79073A; }
p { color: rgb(121,7,58); }
H1.HeaderClassName
{
color: #79073A;
}
.AnyTagClassName
{
color: #79073A;
}
</style>
background-color css
<style>
a { background-color: #79073A; }
a { background-color: rgb(121,7,58); }
div.DivClassName
{
background-color: #79073A;
}
.BgClassName
{
background-color: #79073A;
}
</style>
border-color css
<style>
span { border-color: #79073A; }
span { border-color: rgb(121,7,58); }
td.TdClassName
{
border-color: #79073A;
}
.TagClassName
{
border-color: #79073A;
}
</style>