Shades of Tyrian Purple #7A0844
Tints of Tyrian Purple #7A0844
RGB
CMYK
RGB Variations
Color information
#7A0844 (or 0x7A0844) is known color: Tyrian Purple. HEX triplet: 7A, 08 and 44. RGB value is (122,8,68). Sum of RGB (Red+Green+Blue) = 122+8+68=198 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61.62% from 198); Green value is 8 (3.52% from 255 or 4.04% from 198); Blue value is 68 (26.95% from 255 or 34.34% from 198); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0844 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0844 is #85F7BB. Grayscale: #303030. Windows color (decimal): -8779708 or 4458618. OLE color: 4458618.
HSL color Cylindrical-coordinate representation of color #7A0844: hue angle of 328.42º 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 #7A0844 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 68 | - |
| CMYK | 0 | 0.93 | 0.44 | 0.52 |
| HSL | 328.42º | 0.88% | 0.25% | - |
| HSV(B) | 328.42º | 0.93% | 0.48% | - |
| XYZ | 9.16 | 4.73 | 5.9 | - |
| YUV | 48.93 | 138.77 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 68 | 0 | 0.93 | 0.44 | 0.52 | 328.42 | 0.88 | 0.25 |
| Hex | 7A | 8 | 44 | 0 | 5D | 2C | 34 | 148 | 58 | 19 |
| Octal | 172 | 10 | 104 | 0 | 135 | 54 | 64 | 510 | 130 | 31 |
| Binary | 1111010 | 1000 | 1000100 | 0 | 1011101 | 101100 | 110100 | 101001000 | 1011000 | 11001 |
Color Harmonies of #7A0844
Complementary color
Monochromatic Colors of #7A0844
Black with #7A0844
Text Example
Text Example
White with #7A0844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0844; }
p { color: rgb(122,8,68); }
H1.HeaderClassName
{
color: #7A0844;
}
.AnyTagClassName
{
color: #7A0844;
}
</style>
background-color css
<style>
a { background-color: #7A0844; }
a { background-color: rgb(122,8,68); }
div.DivClassName
{
background-color: #7A0844;
}
.BgClassName
{
background-color: #7A0844;
}
</style>
border-color css
<style>
span { border-color: #7A0844; }
span { border-color: rgb(122,8,68); }
td.TdClassName
{
border-color: #7A0844;
}
.TagClassName
{
border-color: #7A0844;
}
</style>