Shades of Dark Purple #7A166C
Tints of Dark Purple #7A166C
RGB
CMYK
RGB Variations
Color information
#7A166C (or 0x7A166C) is known color: Dark Purple. HEX triplet: 7A, 16 and 6C. RGB value is (122,22,108). Sum of RGB (Red+Green+Blue) = 122+22+108=252 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.41% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 122 - color contains mainly: red. Hex color #7A166C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A166C is #85E993. Grayscale: #3D3D3D. Windows color (decimal): -8776084 or 7083642. OLE color: 7083642.
HSL color Cylindrical-coordinate representation of color #7A166C: hue angle of 308.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 #7A166C is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 108 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.52 |
| HSL | 308.4º | 0.69% | 0.28% | - |
| HSV(B) | 308.4º | 0.82% | 0.48% | - |
| XYZ | 11.02 | 5.79 | 14.72 | - |
| YUV | 61.7 | 154.13 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 108 | 0 | 0.82 | 0.11 | 0.52 | 308.4 | 0.69 | 0.28 |
| Hex | 7A | 16 | 6C | 0 | 52 | B | 34 | 134 | 45 | 1C |
| Octal | 172 | 26 | 154 | 0 | 122 | 13 | 64 | 464 | 105 | 34 |
| Binary | 1111010 | 10110 | 1101100 | 0 | 1010010 | 1011 | 110100 | 100110100 | 1000101 | 11100 |
Color Harmonies of #7A166C
Complementary color
Monochromatic Colors of #7A166C
Black with #7A166C
Text Example
Text Example
White with #7A166C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A166C; }
p { color: rgb(122,22,108); }
H1.HeaderClassName
{
color: #7A166C;
}
.AnyTagClassName
{
color: #7A166C;
}
</style>
background-color css
<style>
a { background-color: #7A166C; }
a { background-color: rgb(122,22,108); }
div.DivClassName
{
background-color: #7A166C;
}
.BgClassName
{
background-color: #7A166C;
}
</style>
border-color css
<style>
span { border-color: #7A166C; }
span { border-color: rgb(122,22,108); }
td.TdClassName
{
border-color: #7A166C;
}
.TagClassName
{
border-color: #7A166C;
}
</style>