Shades of Tyrian Purple #7A0849
Tints of Tyrian Purple #7A0849
RGB
CMYK
RGB Variations
Color information
#7A0849 (or 0x7A0849) is known color: Tyrian Purple. HEX triplet: 7A, 08 and 49. RGB value is (122,8,73). Sum of RGB (Red+Green+Blue) = 122+8+73=203 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.10% from 203); Green value is 8 (3.52% from 255 or 3.94% from 203); Blue value is 73 (28.91% from 255 or 35.96% from 203); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0849 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0849 is #85F7B6. Grayscale: #313131. Windows color (decimal): -8779703 or 4786298. OLE color: 4786298.
HSL color Cylindrical-coordinate representation of color #7A0849: hue angle of 325.79º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0849 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 73 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.52 |
| HSL | 325.79º | 0.88% | 0.25% | - |
| HSV(B) | 325.79º | 0.93% | 0.48% | - |
| XYZ | 9.32 | 4.79 | 6.74 | - |
| YUV | 49.5 | 141.27 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 73 | 0 | 0.93 | 0.40 | 0.52 | 325.79 | 0.88 | 0.25 |
| Hex | 7A | 8 | 49 | 0 | 5D | 28 | 34 | 146 | 58 | 19 |
| Octal | 172 | 10 | 111 | 0 | 135 | 50 | 64 | 506 | 130 | 31 |
| Binary | 1111010 | 1000 | 1001001 | 0 | 1011101 | 101000 | 110100 | 101000110 | 1011000 | 11001 |
Color Harmonies of #7A0849
Complementary color
Monochromatic Colors of #7A0849
Black with #7A0849
Text Example
Text Example
White with #7A0849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0849; }
p { color: rgb(122,8,73); }
H1.HeaderClassName
{
color: #7A0849;
}
.AnyTagClassName
{
color: #7A0849;
}
</style>
background-color css
<style>
a { background-color: #7A0849; }
a { background-color: rgb(122,8,73); }
div.DivClassName
{
background-color: #7A0849;
}
.BgClassName
{
background-color: #7A0849;
}
</style>
border-color css
<style>
span { border-color: #7A0849; }
span { border-color: rgb(122,8,73); }
td.TdClassName
{
border-color: #7A0849;
}
.TagClassName
{
border-color: #7A0849;
}
</style>