Shades of Tyrian Purple #7A084D
Tints of Tyrian Purple #7A084D
RGB
CMYK
RGB Variations
Color information
#7A084D (or 0x7A084D) is known color: Tyrian Purple. HEX triplet: 7A, 08 and 4D. RGB value is (122,8,77). Sum of RGB (Red+Green+Blue) = 122+8+77=207 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.94% from 207); Green value is 8 (3.52% from 255 or 3.86% from 207); Blue value is 77 (30.47% from 255 or 37.20% from 207); Max value from RGB is 122 - color contains mainly: red. Hex color #7A084D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A084D is #85F7B2. Grayscale: #313131. Windows color (decimal): -8779699 or 5048442. OLE color: 5048442.
HSL color Cylindrical-coordinate representation of color #7A084D: hue angle of 323.68º 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 #7A084D is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 77 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.52 |
| HSL | 323.68º | 0.88% | 0.25% | - |
| HSV(B) | 323.68º | 0.93% | 0.48% | - |
| XYZ | 9.45 | 4.85 | 7.46 | - |
| YUV | 49.95 | 143.27 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 77 | 0 | 0.93 | 0.37 | 0.52 | 323.68 | 0.88 | 0.25 |
| Hex | 7A | 8 | 4D | 0 | 5D | 25 | 34 | 144 | 58 | 19 |
| Octal | 172 | 10 | 115 | 0 | 135 | 45 | 64 | 504 | 130 | 31 |
| Binary | 1111010 | 1000 | 1001101 | 0 | 1011101 | 100101 | 110100 | 101000100 | 1011000 | 11001 |
Color Harmonies of #7A084D
Complementary color
Monochromatic Colors of #7A084D
Black with #7A084D
Text Example
Text Example
White with #7A084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A084D; }
p { color: rgb(122,8,77); }
H1.HeaderClassName
{
color: #7A084D;
}
.AnyTagClassName
{
color: #7A084D;
}
</style>
background-color css
<style>
a { background-color: #7A084D; }
a { background-color: rgb(122,8,77); }
div.DivClassName
{
background-color: #7A084D;
}
.BgClassName
{
background-color: #7A084D;
}
</style>
border-color css
<style>
span { border-color: #7A084D; }
span { border-color: rgb(122,8,77); }
td.TdClassName
{
border-color: #7A084D;
}
.TagClassName
{
border-color: #7A084D;
}
</style>