Shades of Dark Purple #7A1676
Tints of Dark Purple #7A1676
RGB
CMYK
RGB Variations
Color information
#7A1676 (or 0x7A1676) is known color: Dark Purple. HEX triplet: 7A, 16 and 76. RGB value is (122,22,118). Sum of RGB (Red+Green+Blue) = 122+22+118=262 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.56% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1676 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1676 is #85E989. Grayscale: #3E3E3E. Windows color (decimal): -8776074 or 7739002. OLE color: 7739002.
HSL color Cylindrical-coordinate representation of color #7A1676: hue angle of 302.4º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A1676 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 118 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.52 |
| HSL | 302.4º | 0.69% | 0.28% | - |
| HSV(B) | 302.4º | 0.82% | 0.48% | - |
| XYZ | 11.58 | 6.02 | 17.69 | - |
| YUV | 62.84 | 159.13 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 118 | 0 | 0.82 | 0.03 | 0.52 | 302.4 | 0.69 | 0.28 |
| Hex | 7A | 16 | 76 | 0 | 52 | 3 | 34 | 12E | 45 | 1C |
| Octal | 172 | 26 | 166 | 0 | 122 | 3 | 64 | 456 | 105 | 34 |
| Binary | 1111010 | 10110 | 1110110 | 0 | 1010010 | 11 | 110100 | 100101110 | 1000101 | 11100 |
Color Harmonies of #7A1676
Complementary color
Monochromatic Colors of #7A1676
Black with #7A1676
Text Example
Text Example
White with #7A1676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1676; }
p { color: rgb(122,22,118); }
H1.HeaderClassName
{
color: #7A1676;
}
.AnyTagClassName
{
color: #7A1676;
}
</style>
background-color css
<style>
a { background-color: #7A1676; }
a { background-color: rgb(122,22,118); }
div.DivClassName
{
background-color: #7A1676;
}
.BgClassName
{
background-color: #7A1676;
}
</style>
border-color css
<style>
span { border-color: #7A1676; }
span { border-color: rgb(122,22,118); }
td.TdClassName
{
border-color: #7A1676;
}
.TagClassName
{
border-color: #7A1676;
}
</style>