Shades of Tyrian Purple #7A0842
Tints of Tyrian Purple #7A0842
RGB
CMYK
RGB Variations
Color information
#7A0842 (or 0x7A0842) is known color: Tyrian Purple. HEX triplet: 7A, 08 and 42. RGB value is (122,8,66). Sum of RGB (Red+Green+Blue) = 122+8+66=196 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.24% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 66 (26.17% from 255 or 33.67% from 196); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0842 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0842 is #85F7BD. Grayscale: #303030. Windows color (decimal): -8779710 or 4327546. OLE color: 4327546.
HSL color Cylindrical-coordinate representation of color #7A0842: hue angle of 329.47º 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 #7A0842 is Cyan = 0, Magento = 0.93, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 66 | - |
| CMYK | 0 | 0.93 | 0.46 | 0.52 |
| HSL | 329.47º | 0.88% | 0.25% | - |
| HSV(B) | 329.47º | 0.93% | 0.48% | - |
| XYZ | 9.1 | 4.7 | 5.58 | - |
| YUV | 48.7 | 137.77 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 66 | 0 | 0.93 | 0.46 | 0.52 | 329.47 | 0.88 | 0.25 |
| Hex | 7A | 8 | 42 | 0 | 5D | 2E | 34 | 149 | 58 | 19 |
| Octal | 172 | 10 | 102 | 0 | 135 | 56 | 64 | 511 | 130 | 31 |
| Binary | 1111010 | 1000 | 1000010 | 0 | 1011101 | 101110 | 110100 | 101001001 | 1011000 | 11001 |
Color Harmonies of #7A0842
Complementary color
Monochromatic Colors of #7A0842
Black with #7A0842
Text Example
Text Example
White with #7A0842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0842; }
p { color: rgb(122,8,66); }
H1.HeaderClassName
{
color: #7A0842;
}
.AnyTagClassName
{
color: #7A0842;
}
</style>
background-color css
<style>
a { background-color: #7A0842; }
a { background-color: rgb(122,8,66); }
div.DivClassName
{
background-color: #7A0842;
}
.BgClassName
{
background-color: #7A0842;
}
</style>
border-color css
<style>
span { border-color: #7A0842; }
span { border-color: rgb(122,8,66); }
td.TdClassName
{
border-color: #7A0842;
}
.TagClassName
{
border-color: #7A0842;
}
</style>