Shades of Dark Purple #7A166E
Tints of Dark Purple #7A166E
RGB
CMYK
RGB Variations
Color information
#7A166E (or 0x7A166E) is known color: Dark Purple. HEX triplet: 7A, 16 and 6E. RGB value is (122,22,110). Sum of RGB (Red+Green+Blue) = 122+22+110=254 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.03% from 254); Green value is 22 (8.98% from 255 or 8.66% from 254); Blue value is 110 (43.36% from 255 or 43.31% from 254); Max value from RGB is 122 - color contains mainly: red. Hex color #7A166E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A166E is #85E991. Grayscale: #3D3D3D. Windows color (decimal): -8776082 or 7214714. OLE color: 7214714.
HSL color Cylindrical-coordinate representation of color #7A166E: hue angle of 307.2º 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 #7A166E is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 110 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.52 |
| HSL | 307.2º | 0.69% | 0.28% | - |
| HSV(B) | 307.2º | 0.82% | 0.48% | - |
| XYZ | 11.13 | 5.84 | 15.29 | - |
| YUV | 61.93 | 155.13 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 110 | 0 | 0.82 | 0.10 | 0.52 | 307.2 | 0.69 | 0.28 |
| Hex | 7A | 16 | 6E | 0 | 52 | A | 34 | 133 | 45 | 1C |
| Octal | 172 | 26 | 156 | 0 | 122 | 12 | 64 | 463 | 105 | 34 |
| Binary | 1111010 | 10110 | 1101110 | 0 | 1010010 | 1010 | 110100 | 100110011 | 1000101 | 11100 |
Color Harmonies of #7A166E
Complementary color
Monochromatic Colors of #7A166E
Black with #7A166E
Text Example
Text Example
White with #7A166E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A166E; }
p { color: rgb(122,22,110); }
H1.HeaderClassName
{
color: #7A166E;
}
.AnyTagClassName
{
color: #7A166E;
}
</style>
background-color css
<style>
a { background-color: #7A166E; }
a { background-color: rgb(122,22,110); }
div.DivClassName
{
background-color: #7A166E;
}
.BgClassName
{
background-color: #7A166E;
}
</style>
border-color css
<style>
span { border-color: #7A166E; }
span { border-color: rgb(122,22,110); }
td.TdClassName
{
border-color: #7A166E;
}
.TagClassName
{
border-color: #7A166E;
}
</style>