Shades of Dark Purple #7A1166
Tints of Dark Purple #7A1166
RGB
CMYK
RGB Variations
Color information
#7A1166 (or 0x7A1166) is known color: Dark Purple. HEX triplet: 7A, 11 and 66. RGB value is (122,17,102). Sum of RGB (Red+Green+Blue) = 122+17+102=241 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.62% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1166 is #85EE99. Grayscale: #393939. Windows color (decimal): -8777370 or 6689146. OLE color: 6689146.
HSL color Cylindrical-coordinate representation of color #7A1166: hue angle of 311.43º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A1166 is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 17 | 102 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.52 |
| HSL | 311.43º | 0.76% | 0.27% | - |
| HSV(B) | 311.43º | 0.86% | 0.48% | - |
| XYZ | 10.62 | 5.5 | 13.07 | - |
| YUV | 58.09 | 152.79 | 173.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 17 | 102 | 0 | 0.86 | 0.16 | 0.52 | 311.43 | 0.76 | 0.27 |
| Hex | 7A | 11 | 66 | 0 | 56 | 10 | 34 | 137 | 4C | 1B |
| Octal | 172 | 21 | 146 | 0 | 126 | 20 | 64 | 467 | 114 | 33 |
| Binary | 1111010 | 10001 | 1100110 | 0 | 1010110 | 10000 | 110100 | 100110111 | 1001100 | 11011 |
Color Harmonies of #7A1166
Complementary color
Monochromatic Colors of #7A1166
Black with #7A1166
Text Example
Text Example
White with #7A1166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1166; }
p { color: rgb(122,17,102); }
H1.HeaderClassName
{
color: #7A1166;
}
.AnyTagClassName
{
color: #7A1166;
}
</style>
background-color css
<style>
a { background-color: #7A1166; }
a { background-color: rgb(122,17,102); }
div.DivClassName
{
background-color: #7A1166;
}
.BgClassName
{
background-color: #7A1166;
}
</style>
border-color css
<style>
span { border-color: #7A1166; }
span { border-color: rgb(122,17,102); }
td.TdClassName
{
border-color: #7A1166;
}
.TagClassName
{
border-color: #7A1166;
}
</style>