Shades of Tyrian Purple #7A0749
Tints of Tyrian Purple #7A0749
RGB
CMYK
RGB Variations
Color information
#7A0749 (or 0x7A0749) is known color: Tyrian Purple. HEX triplet: 7A, 07 and 49. RGB value is (122,7,73). Sum of RGB (Red+Green+Blue) = 122+7+73=202 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.40% from 202); Green value is 7 (3.12% from 255 or 3.47% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0749 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0749 is #85F8B6. Grayscale: #303030. Windows color (decimal): -8779959 or 4786042. OLE color: 4786042.
HSL color Cylindrical-coordinate representation of color #7A0749: hue angle of 325.57º 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 #7A0749 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 7 | 73 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.52 |
| HSL | 325.57º | 0.89% | 0.25% | - |
| HSV(B) | 325.57º | 0.94% | 0.48% | - |
| XYZ | 9.3 | 4.77 | 6.73 | - |
| YUV | 48.91 | 141.6 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 73 | 0 | 0.94 | 0.40 | 0.52 | 325.57 | 0.89 | 0.25 |
| Hex | 7A | 7 | 49 | 0 | 5E | 28 | 34 | 146 | 59 | 19 |
| Octal | 172 | 7 | 111 | 0 | 136 | 50 | 64 | 506 | 131 | 31 |
| Binary | 1111010 | 111 | 1001001 | 0 | 1011110 | 101000 | 110100 | 101000110 | 1011001 | 11001 |
Color Harmonies of #7A0749
Complementary color
Monochromatic Colors of #7A0749
Black with #7A0749
Text Example
Text Example
White with #7A0749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0749; }
p { color: rgb(122,7,73); }
H1.HeaderClassName
{
color: #7A0749;
}
.AnyTagClassName
{
color: #7A0749;
}
</style>
background-color css
<style>
a { background-color: #7A0749; }
a { background-color: rgb(122,7,73); }
div.DivClassName
{
background-color: #7A0749;
}
.BgClassName
{
background-color: #7A0749;
}
</style>
border-color css
<style>
span { border-color: #7A0749; }
span { border-color: rgb(122,7,73); }
td.TdClassName
{
border-color: #7A0749;
}
.TagClassName
{
border-color: #7A0749;
}
</style>