Shades of Tyrian Purple #7A073E
Tints of Tyrian Purple #7A073E
RGB
CMYK
RGB Variations
Color information
#7A073E (or 0x7A073E) is known color: Tyrian Purple. HEX triplet: 7A, 07 and 3E. RGB value is (122,7,62). Sum of RGB (Red+Green+Blue) = 122+7+62=191 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.87% from 191); Green value is 7 (3.12% from 255 or 3.66% from 191); Blue value is 62 (24.61% from 255 or 32.46% from 191); Max value from RGB is 122 - color contains mainly: red. Hex color #7A073E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A073E is #85F8C1. Grayscale: #2F2F2F. Windows color (decimal): -8779970 or 4065146. OLE color: 4065146.
HSL color Cylindrical-coordinate representation of color #7A073E: hue angle of 331.3º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A073E is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 7 | 62 | - |
| CMYK | 0 | 0.94 | 0.49 | 0.52 |
| HSL | 331.3º | 0.89% | 0.25% | - |
| HSV(B) | 331.3º | 0.94% | 0.48% | - |
| XYZ | 8.97 | 4.64 | 4.98 | - |
| YUV | 47.66 | 136.1 | 181.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 62 | 0 | 0.94 | 0.49 | 0.52 | 331.3 | 0.89 | 0.25 |
| Hex | 7A | 7 | 3E | 0 | 5E | 31 | 34 | 14B | 59 | 19 |
| Octal | 172 | 7 | 76 | 0 | 136 | 61 | 64 | 513 | 131 | 31 |
| Binary | 1111010 | 111 | 111110 | 0 | 1011110 | 110001 | 110100 | 101001011 | 1011001 | 11001 |
Color Harmonies of #7A073E
Complementary color
Monochromatic Colors of #7A073E
Black with #7A073E
Text Example
Text Example
White with #7A073E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A073E; }
p { color: rgb(122,7,62); }
H1.HeaderClassName
{
color: #7A073E;
}
.AnyTagClassName
{
color: #7A073E;
}
</style>
background-color css
<style>
a { background-color: #7A073E; }
a { background-color: rgb(122,7,62); }
div.DivClassName
{
background-color: #7A073E;
}
.BgClassName
{
background-color: #7A073E;
}
</style>
border-color css
<style>
span { border-color: #7A073E; }
span { border-color: rgb(122,7,62); }
td.TdClassName
{
border-color: #7A073E;
}
.TagClassName
{
border-color: #7A073E;
}
</style>