Shades of Dark Purple #7A106E
Tints of Dark Purple #7A106E
RGB
CMYK
RGB Variations
Color information
#7A106E (or 0x7A106E) is known color: Dark Purple. HEX triplet: 7A, 10 and 6E. RGB value is (122,16,110). Sum of RGB (Red+Green+Blue) = 122+16+110=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 110 (43.36% from 255 or 44.35% from 248); Max value from RGB is 122 - color contains mainly: red. Hex color #7A106E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A106E is #85EF91. Grayscale: #3A3A3A. Windows color (decimal): -8777618 or 7213178. OLE color: 7213178.
HSL color Cylindrical-coordinate representation of color #7A106E: hue angle of 306.79º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7A106E is Cyan = 0, Magento = 0.87, Yellow = 0.10 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 16 | 110 | - |
| CMYK | 0 | 0.87 | 0.10 | 0.52 |
| HSL | 306.79º | 0.77% | 0.27% | - |
| HSV(B) | 306.79º | 0.87% | 0.48% | - |
| XYZ | 11.03 | 5.63 | 15.26 | - |
| YUV | 58.41 | 157.12 | 173.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 16 | 110 | 0 | 0.87 | 0.10 | 0.52 | 306.79 | 0.77 | 0.27 |
| Hex | 7A | 10 | 6E | 0 | 57 | A | 34 | 133 | 4D | 1B |
| Octal | 172 | 20 | 156 | 0 | 127 | 12 | 64 | 463 | 115 | 33 |
| Binary | 1111010 | 10000 | 1101110 | 0 | 1010111 | 1010 | 110100 | 100110011 | 1001101 | 11011 |
Color Harmonies of #7A106E
Complementary color
Monochromatic Colors of #7A106E
Black with #7A106E
Text Example
Text Example
White with #7A106E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A106E; }
p { color: rgb(122,16,110); }
H1.HeaderClassName
{
color: #7A106E;
}
.AnyTagClassName
{
color: #7A106E;
}
</style>
background-color css
<style>
a { background-color: #7A106E; }
a { background-color: rgb(122,16,110); }
div.DivClassName
{
background-color: #7A106E;
}
.BgClassName
{
background-color: #7A106E;
}
</style>
border-color css
<style>
span { border-color: #7A106E; }
span { border-color: rgb(122,16,110); }
td.TdClassName
{
border-color: #7A106E;
}
.TagClassName
{
border-color: #7A106E;
}
</style>