Shades of Tyrian Purple #7A0A3A
Tints of Tyrian Purple #7A0A3A
RGB
CMYK
RGB Variations
Color information
#7A0A3A (or 0x7A0A3A) is known color: Tyrian Purple. HEX triplet: 7A, 0A and 3A. RGB value is (122,10,58). Sum of RGB (Red+Green+Blue) = 122+10+58=190 (25% of max value = 765). Red value is 122 (48.05% from 255 or 64.21% from 190); Green value is 10 (4.30% from 255 or 5.26% from 190); Blue value is 58 (23.05% from 255 or 30.53% from 190); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0A3A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0A3A is #85F5C5. Grayscale: #303030. Windows color (decimal): -8779206 or 3803770. OLE color: 3803770.
HSL color Cylindrical-coordinate representation of color #7A0A3A: hue angle of 334.29º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A0A3A is Cyan = 0, Magento = 0.92, Yellow = 0.52 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 10 | 58 | - |
| CMYK | 0 | 0.92 | 0.52 | 0.52 |
| HSL | 334.29º | 0.85% | 0.26% | - |
| HSV(B) | 334.29º | 0.92% | 0.48% | - |
| XYZ | 8.9 | 4.66 | 4.43 | - |
| YUV | 48.96 | 133.11 | 180.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 10 | 58 | 0 | 0.92 | 0.52 | 0.52 | 334.29 | 0.85 | 0.26 |
| Hex | 7A | A | 3A | 0 | 5C | 34 | 34 | 14E | 55 | 1A |
| Octal | 172 | 12 | 72 | 0 | 134 | 64 | 64 | 516 | 125 | 32 |
| Binary | 1111010 | 1010 | 111010 | 0 | 1011100 | 110100 | 110100 | 101001110 | 1010101 | 11010 |
Color Harmonies of #7A0A3A
Complementary color
Monochromatic Colors of #7A0A3A
Black with #7A0A3A
Text Example
Text Example
White with #7A0A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0A3A; }
p { color: rgb(122,10,58); }
H1.HeaderClassName
{
color: #7A0A3A;
}
.AnyTagClassName
{
color: #7A0A3A;
}
</style>
background-color css
<style>
a { background-color: #7A0A3A; }
a { background-color: rgb(122,10,58); }
div.DivClassName
{
background-color: #7A0A3A;
}
.BgClassName
{
background-color: #7A0A3A;
}
</style>
border-color css
<style>
span { border-color: #7A0A3A; }
span { border-color: rgb(122,10,58); }
td.TdClassName
{
border-color: #7A0A3A;
}
.TagClassName
{
border-color: #7A0A3A;
}
</style>