Shades of Purple #7A0765
Tints of Purple #7A0765
RGB
CMYK
RGB Variations
Color information
#7A0765 (or 0x7A0765) is known color: Purple. HEX triplet: 7A, 07 and 65. RGB value is (122,7,101). Sum of RGB (Red+Green+Blue) = 122+7+101=230 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.04% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 101 (39.84% from 255 or 43.91% from 230); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0765 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0765 is #85F89A. Grayscale: #333333. Windows color (decimal): -8779931 or 6621050. OLE color: 6621050.
HSL color Cylindrical-coordinate representation of color #7A0765: hue angle of 310.96º 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 #7A0765 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 7 | 101 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.52 |
| HSL | 310.96º | 0.89% | 0.25% | - |
| HSV(B) | 310.96º | 0.94% | 0.48% | - |
| XYZ | 10.45 | 5.23 | 12.77 | - |
| YUV | 52.1 | 155.6 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 7 | 101 | 0 | 0.94 | 0.17 | 0.52 | 310.96 | 0.89 | 0.25 |
| Hex | 7A | 7 | 65 | 0 | 5E | 11 | 34 | 137 | 59 | 19 |
| Octal | 172 | 7 | 145 | 0 | 136 | 21 | 64 | 467 | 131 | 31 |
| Binary | 1111010 | 111 | 1100101 | 0 | 1011110 | 10001 | 110100 | 100110111 | 1011001 | 11001 |
Color Harmonies of #7A0765
Complementary color
Monochromatic Colors of #7A0765
Black with #7A0765
Text Example
Text Example
White with #7A0765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0765; }
p { color: rgb(122,7,101); }
H1.HeaderClassName
{
color: #7A0765;
}
.AnyTagClassName
{
color: #7A0765;
}
</style>
background-color css
<style>
a { background-color: #7A0765; }
a { background-color: rgb(122,7,101); }
div.DivClassName
{
background-color: #7A0765;
}
.BgClassName
{
background-color: #7A0765;
}
</style>
border-color css
<style>
span { border-color: #7A0765; }
span { border-color: rgb(122,7,101); }
td.TdClassName
{
border-color: #7A0765;
}
.TagClassName
{
border-color: #7A0765;
}
</style>