Shades of Tyrian Purple #7A0957
Tints of Tyrian Purple #7A0957
RGB
CMYK
RGB Variations
Color information
#7A0957 (or 0x7A0957) is known color: Tyrian Purple. HEX triplet: 7A, 09 and 57. RGB value is (122,9,87). Sum of RGB (Red+Green+Blue) = 122+9+87=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 9 (3.91% from 255 or 4.13% from 218); Blue value is 87 (34.38% from 255 or 39.91% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0957 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0957 is #85F6A8. Grayscale: #333333. Windows color (decimal): -8779433 or 5704058. OLE color: 5704058.
HSL color Cylindrical-coordinate representation of color #7A0957: hue angle of 318.58º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0957 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 9 | 87 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.52 |
| HSL | 318.58º | 0.86% | 0.26% | - |
| HSV(B) | 318.58º | 0.93% | 0.48% | - |
| XYZ | 9.84 | 5.02 | 9.47 | - |
| YUV | 51.68 | 147.94 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 9 | 87 | 0 | 0.93 | 0.29 | 0.52 | 318.58 | 0.86 | 0.26 |
| Hex | 7A | 9 | 57 | 0 | 5D | 1D | 34 | 13F | 56 | 1A |
| Octal | 172 | 11 | 127 | 0 | 135 | 35 | 64 | 477 | 126 | 32 |
| Binary | 1111010 | 1001 | 1010111 | 0 | 1011101 | 11101 | 110100 | 100111111 | 1010110 | 11010 |
Color Harmonies of #7A0957
Complementary color
Monochromatic Colors of #7A0957
Black with #7A0957
Text Example
Text Example
White with #7A0957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0957; }
p { color: rgb(122,9,87); }
H1.HeaderClassName
{
color: #7A0957;
}
.AnyTagClassName
{
color: #7A0957;
}
</style>
background-color css
<style>
a { background-color: #7A0957; }
a { background-color: rgb(122,9,87); }
div.DivClassName
{
background-color: #7A0957;
}
.BgClassName
{
background-color: #7A0957;
}
</style>
border-color css
<style>
span { border-color: #7A0957; }
span { border-color: rgb(122,9,87); }
td.TdClassName
{
border-color: #7A0957;
}
.TagClassName
{
border-color: #7A0957;
}
</style>