Shades of Tyrian Purple #7A073A
Tints of Tyrian Purple #7A073A
RGB
CMYK
RGB Variations
Color information
#7A073A (or 0x7A073A) is known color: Tyrian Purple. HEX triplet: 7A, 07 and 3A. RGB value is (122,7,58). Sum of RGB (Red+Green+Blue) = 122+7+58=187 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.24% from 187); Green value is 7 (3.12% from 255 or 3.74% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 122 - color contains mainly: red. Hex color #7A073A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A073A is #85F8C5. Grayscale: #2F2F2F. Windows color (decimal): -8779974 or 3803002. OLE color: 3803002.
HSL color Cylindrical-coordinate representation of color #7A073A: hue angle of 333.39º 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 #7A073A is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 7 | 58 | - |
| CMYK | 0 | 0.94 | 0.52 | 0.52 |
| HSL | 333.39º | 0.89% | 0.25% | - |
| HSV(B) | 333.39º | 0.94% | 0.48% | - |
| XYZ | 8.87 | 4.6 | 4.42 | - |
| YUV | 47.2 | 134.1 | 181.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 58 | 0 | 0.94 | 0.52 | 0.52 | 333.39 | 0.89 | 0.25 |
| Hex | 7A | 7 | 3A | 0 | 5E | 34 | 34 | 14D | 59 | 19 |
| Octal | 172 | 7 | 72 | 0 | 136 | 64 | 64 | 515 | 131 | 31 |
| Binary | 1111010 | 111 | 111010 | 0 | 1011110 | 110100 | 110100 | 101001101 | 1011001 | 11001 |
Color Harmonies of #7A073A
Complementary color
Monochromatic Colors of #7A073A
Black with #7A073A
Text Example
Text Example
White with #7A073A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A073A; }
p { color: rgb(122,7,58); }
H1.HeaderClassName
{
color: #7A073A;
}
.AnyTagClassName
{
color: #7A073A;
}
</style>
background-color css
<style>
a { background-color: #7A073A; }
a { background-color: rgb(122,7,58); }
div.DivClassName
{
background-color: #7A073A;
}
.BgClassName
{
background-color: #7A073A;
}
</style>
border-color css
<style>
span { border-color: #7A073A; }
span { border-color: rgb(122,7,58); }
td.TdClassName
{
border-color: #7A073A;
}
.TagClassName
{
border-color: #7A073A;
}
</style>