Shades of Tyrian Purple #7A0854
Tints of Tyrian Purple #7A0854
RGB
CMYK
RGB Variations
Color information
#7A0854 (or 0x7A0854) is known color: Tyrian Purple. HEX triplet: 7A, 08 and 54. RGB value is (122,8,84). Sum of RGB (Red+Green+Blue) = 122+8+84=214 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.01% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0854 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0854 is #85F7AB. Grayscale: #323232. Windows color (decimal): -8779692 or 5507194. OLE color: 5507194.
HSL color Cylindrical-coordinate representation of color #7A0854: hue angle of 320º 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 #7A0854 is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 84 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.52 |
| HSL | 320º | 0.88% | 0.25% | - |
| HSV(B) | 320º | 0.93% | 0.48% | - |
| XYZ | 9.71 | 4.95 | 8.83 | - |
| YUV | 50.75 | 146.77 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 84 | 0 | 0.93 | 0.31 | 0.52 | 320 | 0.88 | 0.25 |
| Hex | 7A | 8 | 54 | 0 | 5D | 1F | 34 | 140 | 58 | 19 |
| Octal | 172 | 10 | 124 | 0 | 135 | 37 | 64 | 500 | 130 | 31 |
| Binary | 1111010 | 1000 | 1010100 | 0 | 1011101 | 11111 | 110100 | 101000000 | 1011000 | 11001 |
Color Harmonies of #7A0854
Complementary color
Monochromatic Colors of #7A0854
Black with #7A0854
Text Example
Text Example
White with #7A0854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0854; }
p { color: rgb(122,8,84); }
H1.HeaderClassName
{
color: #7A0854;
}
.AnyTagClassName
{
color: #7A0854;
}
</style>
background-color css
<style>
a { background-color: #7A0854; }
a { background-color: rgb(122,8,84); }
div.DivClassName
{
background-color: #7A0854;
}
.BgClassName
{
background-color: #7A0854;
}
</style>
border-color css
<style>
span { border-color: #7A0854; }
span { border-color: rgb(122,8,84); }
td.TdClassName
{
border-color: #7A0854;
}
.TagClassName
{
border-color: #7A0854;
}
</style>