Shades of Tyrian Purple #7A053C
Tints of Tyrian Purple #7A053C
RGB
CMYK
RGB Variations
Color information
#7A053C (or 0x7A053C) is known color: Tyrian Purple. HEX triplet: 7A, 05 and 3C. RGB value is (122,5,60). Sum of RGB (Red+Green+Blue) = 122+5+60=187 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.24% from 187); Green value is 5 (2.34% from 255 or 2.67% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 122 - color contains mainly: red. Hex color #7A053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A053C is #85FAC3. Grayscale: #2E2E2E. Windows color (decimal): -8780484 or 3933562. OLE color: 3933562.
HSL color Cylindrical-coordinate representation of color #7A053C: hue angle of 331.79º 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 #7A053C is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 5 | 60 | - |
| CMYK | 0 | 0.96 | 0.51 | 0.52 |
| HSL | 331.79º | 0.92% | 0.25% | - |
| HSV(B) | 331.79º | 0.96% | 0.48% | - |
| XYZ | 8.9 | 4.57 | 4.69 | - |
| YUV | 46.25 | 135.76 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 5 | 60 | 0 | 0.96 | 0.51 | 0.52 | 331.79 | 0.92 | 0.25 |
| Hex | 7A | 5 | 3C | 0 | 60 | 33 | 34 | 14C | 5C | 19 |
| Octal | 172 | 5 | 74 | 0 | 140 | 63 | 64 | 514 | 134 | 31 |
| Binary | 1111010 | 101 | 111100 | 0 | 1100000 | 110011 | 110100 | 101001100 | 1011100 | 11001 |
Color Harmonies of #7A053C
Complementary color
Monochromatic Colors of #7A053C
Black with #7A053C
Text Example
Text Example
White with #7A053C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A053C; }
p { color: rgb(122,5,60); }
H1.HeaderClassName
{
color: #7A053C;
}
.AnyTagClassName
{
color: #7A053C;
}
</style>
background-color css
<style>
a { background-color: #7A053C; }
a { background-color: rgb(122,5,60); }
div.DivClassName
{
background-color: #7A053C;
}
.BgClassName
{
background-color: #7A053C;
}
</style>
border-color css
<style>
span { border-color: #7A053C; }
span { border-color: rgb(122,5,60); }
td.TdClassName
{
border-color: #7A053C;
}
.TagClassName
{
border-color: #7A053C;
}
</style>