Shades of Purple #7A0969
Tints of Purple #7A0969
RGB
CMYK
RGB Variations
Color information
#7A0969 (or 0x7A0969) is known color: Purple. HEX triplet: 7A, 09 and 69. RGB value is (122,9,105). Sum of RGB (Red+Green+Blue) = 122+9+105=236 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.69% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 105 (41.41% from 255 or 44.49% from 236); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0969 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0969 is #85F696. Grayscale: #353535. Windows color (decimal): -8779415 or 6883706. OLE color: 6883706.
HSL color Cylindrical-coordinate representation of color #7A0969: hue angle of 309.03º 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 #7A0969 is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 9 | 105 | - |
| CMYK | 0 | 0.93 | 0.14 | 0.52 |
| HSL | 309.03º | 0.86% | 0.26% | - |
| HSV(B) | 309.03º | 0.93% | 0.48% | - |
| XYZ | 10.67 | 5.35 | 13.84 | - |
| YUV | 53.73 | 156.94 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 9 | 105 | 0 | 0.93 | 0.14 | 0.52 | 309.03 | 0.86 | 0.26 |
| Hex | 7A | 9 | 69 | 0 | 5D | E | 34 | 135 | 56 | 1A |
| Octal | 172 | 11 | 151 | 0 | 135 | 16 | 64 | 465 | 126 | 32 |
| Binary | 1111010 | 1001 | 1101001 | 0 | 1011101 | 1110 | 110100 | 100110101 | 1010110 | 11010 |
Color Harmonies of #7A0969
Complementary color
Monochromatic Colors of #7A0969
Black with #7A0969
Text Example
Text Example
White with #7A0969
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0969; }
p { color: rgb(122,9,105); }
H1.HeaderClassName
{
color: #7A0969;
}
.AnyTagClassName
{
color: #7A0969;
}
</style>
background-color css
<style>
a { background-color: #7A0969; }
a { background-color: rgb(122,9,105); }
div.DivClassName
{
background-color: #7A0969;
}
.BgClassName
{
background-color: #7A0969;
}
</style>
border-color css
<style>
span { border-color: #7A0969; }
span { border-color: rgb(122,9,105); }
td.TdClassName
{
border-color: #7A0969;
}
.TagClassName
{
border-color: #7A0969;
}
</style>