Shades of Tyrian Purple #7A0841
Tints of Tyrian Purple #7A0841
RGB
CMYK
RGB Variations
Color information
#7A0841 (or 0x7A0841) is known color: Tyrian Purple. HEX triplet: 7A, 08 and 41. RGB value is (122,8,65). Sum of RGB (Red+Green+Blue) = 122+8+65=195 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.56% from 195); Green value is 8 (3.52% from 255 or 4.10% from 195); Blue value is 65 (25.78% from 255 or 33.33% from 195); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0841 is #85F7BE. Grayscale: #303030. Windows color (decimal): -8779711 or 4262010. OLE color: 4262010.
HSL color Cylindrical-coordinate representation of color #7A0841: hue angle of 330º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0841 is Cyan = 0, Magento = 0.93, Yellow = 0.47 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 8 | 65 | - |
| CMYK | 0 | 0.93 | 0.47 | 0.52 |
| HSL | 330º | 0.88% | 0.25% | - |
| HSV(B) | 330º | 0.93% | 0.48% | - |
| XYZ | 9.07 | 4.69 | 5.43 | - |
| YUV | 48.58 | 137.27 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 8 | 65 | 0 | 0.93 | 0.47 | 0.52 | 330 | 0.88 | 0.25 |
| Hex | 7A | 8 | 41 | 0 | 5D | 2F | 34 | 14A | 58 | 19 |
| Octal | 172 | 10 | 101 | 0 | 135 | 57 | 64 | 512 | 130 | 31 |
| Binary | 1111010 | 1000 | 1000001 | 0 | 1011101 | 101111 | 110100 | 101001010 | 1011000 | 11001 |
Color Harmonies of #7A0841
Complementary color
Monochromatic Colors of #7A0841
Black with #7A0841
Text Example
Text Example
White with #7A0841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0841; }
p { color: rgb(122,8,65); }
H1.HeaderClassName
{
color: #7A0841;
}
.AnyTagClassName
{
color: #7A0841;
}
</style>
background-color css
<style>
a { background-color: #7A0841; }
a { background-color: rgb(122,8,65); }
div.DivClassName
{
background-color: #7A0841;
}
.BgClassName
{
background-color: #7A0841;
}
</style>
border-color css
<style>
span { border-color: #7A0841; }
span { border-color: rgb(122,8,65); }
td.TdClassName
{
border-color: #7A0841;
}
.TagClassName
{
border-color: #7A0841;
}
</style>