Shades of Tyrian Purple #7A0945
Tints of Tyrian Purple #7A0945
RGB
CMYK
RGB Variations
Color information
#7A0945 (or 0x7A0945) is known color: Tyrian Purple. HEX triplet: 7A, 09 and 45. RGB value is (122,9,69). Sum of RGB (Red+Green+Blue) = 122+9+69=200 (26% of max value = 765). Red value is 122 (48.05% from 255 or 61% from 200); Green value is 9 (3.91% from 255 or 4.5% from 200); Blue value is 69 (27.34% from 255 or 34.5% from 200); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0945 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0945 is #85F6BA. Grayscale: #313131. Windows color (decimal): -8779451 or 4524410. OLE color: 4524410.
HSL color Cylindrical-coordinate representation of color #7A0945: hue angle of 328.14º 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 #7A0945 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 9 | 69 | - |
| CMYK | 0 | 0.93 | 0.43 | 0.52 |
| HSL | 328.14º | 0.86% | 0.26% | - |
| HSV(B) | 328.14º | 0.93% | 0.48% | - |
| XYZ | 9.2 | 4.76 | 6.06 | - |
| YUV | 49.63 | 138.94 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 9 | 69 | 0 | 0.93 | 0.43 | 0.52 | 328.14 | 0.86 | 0.26 |
| Hex | 7A | 9 | 45 | 0 | 5D | 2B | 34 | 148 | 56 | 1A |
| Octal | 172 | 11 | 105 | 0 | 135 | 53 | 64 | 510 | 126 | 32 |
| Binary | 1111010 | 1001 | 1000101 | 0 | 1011101 | 101011 | 110100 | 101001000 | 1010110 | 11010 |
Color Harmonies of #7A0945
Complementary color
Monochromatic Colors of #7A0945
Black with #7A0945
Text Example
Text Example
White with #7A0945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0945; }
p { color: rgb(122,9,69); }
H1.HeaderClassName
{
color: #7A0945;
}
.AnyTagClassName
{
color: #7A0945;
}
</style>
background-color css
<style>
a { background-color: #7A0945; }
a { background-color: rgb(122,9,69); }
div.DivClassName
{
background-color: #7A0945;
}
.BgClassName
{
background-color: #7A0945;
}
</style>
border-color css
<style>
span { border-color: #7A0945; }
span { border-color: rgb(122,9,69); }
td.TdClassName
{
border-color: #7A0945;
}
.TagClassName
{
border-color: #7A0945;
}
</style>