Shades of Tyrian Purple #7A0542
Tints of Tyrian Purple #7A0542
RGB
CMYK
RGB Variations
Color information
#7A0542 (or 0x7A0542) is known color: Tyrian Purple. HEX triplet: 7A, 05 and 42. RGB value is (122,5,66). Sum of RGB (Red+Green+Blue) = 122+5+66=193 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.21% from 193); Green value is 5 (2.34% from 255 or 2.59% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0542 is #85FABD. Grayscale: #2E2E2E. Windows color (decimal): -8780478 or 4326778. OLE color: 4326778.
HSL color Cylindrical-coordinate representation of color #7A0542: hue angle of 328.72º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7A0542 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 5 | 66 | - |
| CMYK | 0 | 0.96 | 0.46 | 0.52 |
| HSL | 328.72º | 0.92% | 0.25% | - |
| HSV(B) | 328.72º | 0.96% | 0.48% | - |
| XYZ | 9.06 | 4.64 | 5.57 | - |
| YUV | 46.94 | 138.76 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 5 | 66 | 0 | 0.96 | 0.46 | 0.52 | 328.72 | 0.92 | 0.25 |
| Hex | 7A | 5 | 42 | 0 | 60 | 2E | 34 | 149 | 5C | 19 |
| Octal | 172 | 5 | 102 | 0 | 140 | 56 | 64 | 511 | 134 | 31 |
| Binary | 1111010 | 101 | 1000010 | 0 | 1100000 | 101110 | 110100 | 101001001 | 1011100 | 11001 |
Color Harmonies of #7A0542
Complementary color
Monochromatic Colors of #7A0542
Black with #7A0542
Text Example
Text Example
White with #7A0542
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0542; }
p { color: rgb(122,5,66); }
H1.HeaderClassName
{
color: #7A0542;
}
.AnyTagClassName
{
color: #7A0542;
}
</style>
background-color css
<style>
a { background-color: #7A0542; }
a { background-color: rgb(122,5,66); }
div.DivClassName
{
background-color: #7A0542;
}
.BgClassName
{
background-color: #7A0542;
}
</style>
border-color css
<style>
span { border-color: #7A0542; }
span { border-color: rgb(122,5,66); }
td.TdClassName
{
border-color: #7A0542;
}
.TagClassName
{
border-color: #7A0542;
}
</style>