Shades of Tyrian Purple #7A074A
Tints of Tyrian Purple #7A074A
RGB
CMYK
RGB Variations
Color information
#7A074A (or 0x7A074A) is known color: Tyrian Purple. HEX triplet: 7A, 07 and 4A. RGB value is (122,7,74). Sum of RGB (Red+Green+Blue) = 122+7+74=203 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.10% from 203); Green value is 7 (3.12% from 255 or 3.45% from 203); Blue value is 74 (29.30% from 255 or 36.45% from 203); Max value from RGB is 122 - color contains mainly: red. Hex color #7A074A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A074A is #85F8B5. Grayscale: #303030. Windows color (decimal): -8779958 or 4851578. OLE color: 4851578.
HSL color Cylindrical-coordinate representation of color #7A074A: hue angle of 325.04º 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 #7A074A is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 7 | 74 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.52 |
| HSL | 325.04º | 0.89% | 0.25% | - |
| HSV(B) | 325.04º | 0.94% | 0.48% | - |
| XYZ | 9.34 | 4.78 | 6.91 | - |
| YUV | 49.02 | 142.1 | 180.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 74 | 0 | 0.94 | 0.39 | 0.52 | 325.04 | 0.89 | 0.25 |
| Hex | 7A | 7 | 4A | 0 | 5E | 27 | 34 | 145 | 59 | 19 |
| Octal | 172 | 7 | 112 | 0 | 136 | 47 | 64 | 505 | 131 | 31 |
| Binary | 1111010 | 111 | 1001010 | 0 | 1011110 | 100111 | 110100 | 101000101 | 1011001 | 11001 |
Color Harmonies of #7A074A
Complementary color
Monochromatic Colors of #7A074A
Black with #7A074A
Text Example
Text Example
White with #7A074A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A074A; }
p { color: rgb(122,7,74); }
H1.HeaderClassName
{
color: #7A074A;
}
.AnyTagClassName
{
color: #7A074A;
}
</style>
background-color css
<style>
a { background-color: #7A074A; }
a { background-color: rgb(122,7,74); }
div.DivClassName
{
background-color: #7A074A;
}
.BgClassName
{
background-color: #7A074A;
}
</style>
border-color css
<style>
span { border-color: #7A074A; }
span { border-color: rgb(122,7,74); }
td.TdClassName
{
border-color: #7A074A;
}
.TagClassName
{
border-color: #7A074A;
}
</style>