Shades of Tyrian Purple #7A0C47
Tints of Tyrian Purple #7A0C47
RGB
CMYK
RGB Variations
Color information
#7A0C47 (or 0x7A0C47) is known color: Tyrian Purple. HEX triplet: 7A, 0C and 47. RGB value is (122,12,71). Sum of RGB (Red+Green+Blue) = 122+12+71=205 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.51% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 71 (28.12% from 255 or 34.63% from 205); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0C47 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0C47 is #85F3B8. Grayscale: #333333. Windows color (decimal): -8778681 or 4656250. OLE color: 4656250.
HSL color Cylindrical-coordinate representation of color #7A0C47: hue angle of 327.82º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A0C47 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 12 | 71 | - |
| CMYK | 0 | 0.90 | 0.42 | 0.52 |
| HSL | 327.82º | 0.82% | 0.26% | - |
| HSV(B) | 327.82º | 0.9% | 0.48% | - |
| XYZ | 9.29 | 4.86 | 6.41 | - |
| YUV | 51.62 | 138.94 | 178.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 12 | 71 | 0 | 0.90 | 0.42 | 0.52 | 327.82 | 0.82 | 0.26 |
| Hex | 7A | C | 47 | 0 | 5A | 2A | 34 | 148 | 52 | 1A |
| Octal | 172 | 14 | 107 | 0 | 132 | 52 | 64 | 510 | 122 | 32 |
| Binary | 1111010 | 1100 | 1000111 | 0 | 1011010 | 101010 | 110100 | 101001000 | 1010010 | 11010 |
Color Harmonies of #7A0C47
Complementary color
Monochromatic Colors of #7A0C47
Black with #7A0C47
Text Example
Text Example
White with #7A0C47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0C47; }
p { color: rgb(122,12,71); }
H1.HeaderClassName
{
color: #7A0C47;
}
.AnyTagClassName
{
color: #7A0C47;
}
</style>
background-color css
<style>
a { background-color: #7A0C47; }
a { background-color: rgb(122,12,71); }
div.DivClassName
{
background-color: #7A0C47;
}
.BgClassName
{
background-color: #7A0C47;
}
</style>
border-color css
<style>
span { border-color: #7A0C47; }
span { border-color: rgb(122,12,71); }
td.TdClassName
{
border-color: #7A0C47;
}
.TagClassName
{
border-color: #7A0C47;
}
</style>