Shades of Dark Purple #7A166A
Tints of Dark Purple #7A166A
RGB
CMYK
RGB Variations
Color information
#7A166A (or 0x7A166A) is known color: Dark Purple. HEX triplet: 7A, 16 and 6A. RGB value is (122,22,106). Sum of RGB (Red+Green+Blue) = 122+22+106=250 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.8% from 250); Green value is 22 (8.98% from 255 or 8.8% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 122 - color contains mainly: red. Hex color #7A166A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A166A is #85E995. Grayscale: #3D3D3D. Windows color (decimal): -8776086 or 6952570. OLE color: 6952570.
HSL color Cylindrical-coordinate representation of color #7A166A: hue angle of 309.6º 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 #7A166A is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 106 | - |
| CMYK | 0 | 0.82 | 0.13 | 0.52 |
| HSL | 309.6º | 0.69% | 0.28% | - |
| HSV(B) | 309.6º | 0.82% | 0.48% | - |
| XYZ | 10.91 | 5.75 | 14.17 | - |
| YUV | 61.48 | 153.13 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 106 | 0 | 0.82 | 0.13 | 0.52 | 309.6 | 0.69 | 0.28 |
| Hex | 7A | 16 | 6A | 0 | 52 | D | 34 | 136 | 45 | 1C |
| Octal | 172 | 26 | 152 | 0 | 122 | 15 | 64 | 466 | 105 | 34 |
| Binary | 1111010 | 10110 | 1101010 | 0 | 1010010 | 1101 | 110100 | 100110110 | 1000101 | 11100 |
Color Harmonies of #7A166A
Complementary color
Monochromatic Colors of #7A166A
Black with #7A166A
Text Example
Text Example
White with #7A166A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A166A; }
p { color: rgb(122,22,106); }
H1.HeaderClassName
{
color: #7A166A;
}
.AnyTagClassName
{
color: #7A166A;
}
</style>
background-color css
<style>
a { background-color: #7A166A; }
a { background-color: rgb(122,22,106); }
div.DivClassName
{
background-color: #7A166A;
}
.BgClassName
{
background-color: #7A166A;
}
</style>
border-color css
<style>
span { border-color: #7A166A; }
span { border-color: rgb(122,22,106); }
td.TdClassName
{
border-color: #7A166A;
}
.TagClassName
{
border-color: #7A166A;
}
</style>