Shades of Dark Purple #7A166D
Tints of Dark Purple #7A166D
RGB
CMYK
RGB Variations
Color information
#7A166D (or 0x7A166D) is known color: Dark Purple. HEX triplet: 7A, 16 and 6D. RGB value is (122,22,109). Sum of RGB (Red+Green+Blue) = 122+22+109=253 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.22% from 253); Green value is 22 (8.98% from 255 or 8.70% from 253); Blue value is 109 (42.97% from 255 or 43.08% from 253); Max value from RGB is 122 - color contains mainly: red. Hex color #7A166D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A166D is #85E992. Grayscale: #3D3D3D. Windows color (decimal): -8776083 or 7149178. OLE color: 7149178.
HSL color Cylindrical-coordinate representation of color #7A166D: hue angle of 307.8º 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 #7A166D is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 109 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.52 |
| HSL | 307.8º | 0.69% | 0.28% | - |
| HSV(B) | 307.8º | 0.82% | 0.48% | - |
| XYZ | 11.07 | 5.82 | 15.01 | - |
| YUV | 61.82 | 154.63 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 109 | 0 | 0.82 | 0.11 | 0.52 | 307.8 | 0.69 | 0.28 |
| Hex | 7A | 16 | 6D | 0 | 52 | B | 34 | 134 | 45 | 1C |
| Octal | 172 | 26 | 155 | 0 | 122 | 13 | 64 | 464 | 105 | 34 |
| Binary | 1111010 | 10110 | 1101101 | 0 | 1010010 | 1011 | 110100 | 100110100 | 1000101 | 11100 |
Color Harmonies of #7A166D
Complementary color
Monochromatic Colors of #7A166D
Black with #7A166D
Text Example
Text Example
White with #7A166D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A166D; }
p { color: rgb(122,22,109); }
H1.HeaderClassName
{
color: #7A166D;
}
.AnyTagClassName
{
color: #7A166D;
}
</style>
background-color css
<style>
a { background-color: #7A166D; }
a { background-color: rgb(122,22,109); }
div.DivClassName
{
background-color: #7A166D;
}
.BgClassName
{
background-color: #7A166D;
}
</style>
border-color css
<style>
span { border-color: #7A166D; }
span { border-color: rgb(122,22,109); }
td.TdClassName
{
border-color: #7A166D;
}
.TagClassName
{
border-color: #7A166D;
}
</style>