Shades of Tyrian Purple #7A0853
Tints of Tyrian Purple #7A0853
RGB
CMYK
RGB Variations
Color information
#7A0853 (or 0x7A0853) is known color: Tyrian Purple. HEX triplet: 7A, 08 and 53. RGB value is (122,8,83). Sum of RGB (Red+Green+Blue) = 122+8+83=213 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.28% from 213); Green value is 8 (3.52% from 255 or 3.76% from 213); Blue value is 83 (32.81% from 255 or 38.97% from 213); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0853 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0853 is #85F7AC. Grayscale: #323232. Windows color (decimal): -8779693 or 5441658. OLE color: 5441658.
HSL color Cylindrical-coordinate representation of color #7A0853: hue angle of 320.53º 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 #7A0853 is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 83 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.52 |
| HSL | 320.53º | 0.88% | 0.25% | - |
| HSV(B) | 320.53º | 0.93% | 0.48% | - |
| XYZ | 9.67 | 4.94 | 8.63 | - |
| YUV | 50.64 | 146.27 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 83 | 0 | 0.93 | 0.32 | 0.52 | 320.53 | 0.88 | 0.25 |
| Hex | 7A | 8 | 53 | 0 | 5D | 20 | 34 | 141 | 58 | 19 |
| Octal | 172 | 10 | 123 | 0 | 135 | 40 | 64 | 501 | 130 | 31 |
| Binary | 1111010 | 1000 | 1010011 | 0 | 1011101 | 100000 | 110100 | 101000001 | 1011000 | 11001 |
Color Harmonies of #7A0853
Complementary color
Monochromatic Colors of #7A0853
Black with #7A0853
Text Example
Text Example
White with #7A0853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0853; }
p { color: rgb(122,8,83); }
H1.HeaderClassName
{
color: #7A0853;
}
.AnyTagClassName
{
color: #7A0853;
}
</style>
background-color css
<style>
a { background-color: #7A0853; }
a { background-color: rgb(122,8,83); }
div.DivClassName
{
background-color: #7A0853;
}
.BgClassName
{
background-color: #7A0853;
}
</style>
border-color css
<style>
span { border-color: #7A0853; }
span { border-color: rgb(122,8,83); }
td.TdClassName
{
border-color: #7A0853;
}
.TagClassName
{
border-color: #7A0853;
}
</style>