Shades of Tyrian Purple #7A0541
Tints of Tyrian Purple #7A0541
RGB
CMYK
RGB Variations
Color information
#7A0541 (or 0x7A0541) is known color: Tyrian Purple. HEX triplet: 7A, 05 and 41. RGB value is (122,5,65). Sum of RGB (Red+Green+Blue) = 122+5+65=192 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.54% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 65 (25.78% from 255 or 33.85% from 192); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0541 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0541 is #85FABE. Grayscale: #2E2E2E. Windows color (decimal): -8780479 or 4261242. OLE color: 4261242.
HSL color Cylindrical-coordinate representation of color #7A0541: hue angle of 329.23º 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 #7A0541 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 5 | 65 | - |
| CMYK | 0 | 0.96 | 0.47 | 0.52 |
| HSL | 329.23º | 0.92% | 0.25% | - |
| HSV(B) | 329.23º | 0.96% | 0.48% | - |
| XYZ | 9.03 | 4.63 | 5.42 | - |
| YUV | 46.82 | 138.26 | 181.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 5 | 65 | 0 | 0.96 | 0.47 | 0.52 | 329.23 | 0.92 | 0.25 |
| Hex | 7A | 5 | 41 | 0 | 60 | 2F | 34 | 149 | 5C | 19 |
| Octal | 172 | 5 | 101 | 0 | 140 | 57 | 64 | 511 | 134 | 31 |
| Binary | 1111010 | 101 | 1000001 | 0 | 1100000 | 101111 | 110100 | 101001001 | 1011100 | 11001 |
Color Harmonies of #7A0541
Complementary color
Monochromatic Colors of #7A0541
Black with #7A0541
Text Example
Text Example
White with #7A0541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0541; }
p { color: rgb(122,5,65); }
H1.HeaderClassName
{
color: #7A0541;
}
.AnyTagClassName
{
color: #7A0541;
}
</style>
background-color css
<style>
a { background-color: #7A0541; }
a { background-color: rgb(122,5,65); }
div.DivClassName
{
background-color: #7A0541;
}
.BgClassName
{
background-color: #7A0541;
}
</style>
border-color css
<style>
span { border-color: #7A0541; }
span { border-color: rgb(122,5,65); }
td.TdClassName
{
border-color: #7A0541;
}
.TagClassName
{
border-color: #7A0541;
}
</style>