Shades of Tyrian Purple #7A084C
Tints of Tyrian Purple #7A084C
RGB
CMYK
RGB Variations
Color information
#7A084C (or 0x7A084C) is known color: Tyrian Purple. HEX triplet: 7A, 08 and 4C. RGB value is (122,8,76). Sum of RGB (Red+Green+Blue) = 122+8+76=206 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.22% from 206); Green value is 8 (3.52% from 255 or 3.88% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 122 - color contains mainly: red. Hex color #7A084C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A084C is #85F7B3. Grayscale: #313131. Windows color (decimal): -8779700 or 4982906. OLE color: 4982906.
HSL color Cylindrical-coordinate representation of color #7A084C: hue angle of 324.21º 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 #7A084C is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 76 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.52 |
| HSL | 324.21º | 0.88% | 0.25% | - |
| HSV(B) | 324.21º | 0.93% | 0.48% | - |
| XYZ | 9.42 | 4.83 | 7.27 | - |
| YUV | 49.84 | 142.77 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 76 | 0 | 0.93 | 0.38 | 0.52 | 324.21 | 0.88 | 0.25 |
| Hex | 7A | 8 | 4C | 0 | 5D | 26 | 34 | 144 | 58 | 19 |
| Octal | 172 | 10 | 114 | 0 | 135 | 46 | 64 | 504 | 130 | 31 |
| Binary | 1111010 | 1000 | 1001100 | 0 | 1011101 | 100110 | 110100 | 101000100 | 1011000 | 11001 |
Color Harmonies of #7A084C
Complementary color
Monochromatic Colors of #7A084C
Black with #7A084C
Text Example
Text Example
White with #7A084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A084C; }
p { color: rgb(122,8,76); }
H1.HeaderClassName
{
color: #7A084C;
}
.AnyTagClassName
{
color: #7A084C;
}
</style>
background-color css
<style>
a { background-color: #7A084C; }
a { background-color: rgb(122,8,76); }
div.DivClassName
{
background-color: #7A084C;
}
.BgClassName
{
background-color: #7A084C;
}
</style>
border-color css
<style>
span { border-color: #7A084C; }
span { border-color: rgb(122,8,76); }
td.TdClassName
{
border-color: #7A084C;
}
.TagClassName
{
border-color: #7A084C;
}
</style>