Shades of Purple #7A0766
Tints of Purple #7A0766
RGB
CMYK
RGB Variations
Color information
#7A0766 (or 0x7A0766) is known color: Purple. HEX triplet: 7A, 07 and 66. RGB value is (122,7,102). Sum of RGB (Red+Green+Blue) = 122+7+102=231 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.81% from 231); Green value is 7 (3.12% from 255 or 3.03% from 231); Blue value is 102 (40.23% from 255 or 44.16% from 231); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0766 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0766 is #85F899. Grayscale: #333333. Windows color (decimal): -8779930 or 6686586. OLE color: 6686586.
HSL color Cylindrical-coordinate representation of color #7A0766: hue angle of 310.43º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0766 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 7 | 102 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.52 |
| HSL | 310.43º | 0.89% | 0.25% | - |
| HSV(B) | 310.43º | 0.94% | 0.48% | - |
| XYZ | 10.5 | 5.25 | 13.03 | - |
| YUV | 52.22 | 156.1 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 102 | 0 | 0.94 | 0.16 | 0.52 | 310.43 | 0.89 | 0.25 |
| Hex | 7A | 7 | 66 | 0 | 5E | 10 | 34 | 136 | 59 | 19 |
| Octal | 172 | 7 | 146 | 0 | 136 | 20 | 64 | 466 | 131 | 31 |
| Binary | 1111010 | 111 | 1100110 | 0 | 1011110 | 10000 | 110100 | 100110110 | 1011001 | 11001 |
Color Harmonies of #7A0766
Complementary color
Monochromatic Colors of #7A0766
Black with #7A0766
Text Example
Text Example
White with #7A0766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0766; }
p { color: rgb(122,7,102); }
H1.HeaderClassName
{
color: #7A0766;
}
.AnyTagClassName
{
color: #7A0766;
}
</style>
background-color css
<style>
a { background-color: #7A0766; }
a { background-color: rgb(122,7,102); }
div.DivClassName
{
background-color: #7A0766;
}
.BgClassName
{
background-color: #7A0766;
}
</style>
border-color css
<style>
span { border-color: #7A0766; }
span { border-color: rgb(122,7,102); }
td.TdClassName
{
border-color: #7A0766;
}
.TagClassName
{
border-color: #7A0766;
}
</style>