Shades of Dark Purple #7A126A
Tints of Dark Purple #7A126A
RGB
CMYK
RGB Variations
Color information
#7A126A (or 0x7A126A) is known color: Dark Purple. HEX triplet: 7A, 12 and 6A. RGB value is (122,18,106). Sum of RGB (Red+Green+Blue) = 122+18+106=246 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.59% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 122 - color contains mainly: red. Hex color #7A126A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A126A is #85ED95. Grayscale: #3A3A3A. Windows color (decimal): -8777110 or 6951546. OLE color: 6951546.
HSL color Cylindrical-coordinate representation of color #7A126A: hue angle of 309.23º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A126A is Cyan = 0, Magento = 0.85, Yellow = 0.13 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 18 | 106 | - |
| CMYK | 0 | 0.85 | 0.13 | 0.52 |
| HSL | 309.23º | 0.74% | 0.27% | - |
| HSV(B) | 309.23º | 0.85% | 0.48% | - |
| XYZ | 10.84 | 5.61 | 14.15 | - |
| YUV | 59.13 | 154.46 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 18 | 106 | 0 | 0.85 | 0.13 | 0.52 | 309.23 | 0.74 | 0.27 |
| Hex | 7A | 12 | 6A | 0 | 55 | D | 34 | 135 | 4A | 1B |
| Octal | 172 | 22 | 152 | 0 | 125 | 15 | 64 | 465 | 112 | 33 |
| Binary | 1111010 | 10010 | 1101010 | 0 | 1010101 | 1101 | 110100 | 100110101 | 1001010 | 11011 |
Color Harmonies of #7A126A
Complementary color
Monochromatic Colors of #7A126A
Black with #7A126A
Text Example
Text Example
White with #7A126A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A126A; }
p { color: rgb(122,18,106); }
H1.HeaderClassName
{
color: #7A126A;
}
.AnyTagClassName
{
color: #7A126A;
}
</style>
background-color css
<style>
a { background-color: #7A126A; }
a { background-color: rgb(122,18,106); }
div.DivClassName
{
background-color: #7A126A;
}
.BgClassName
{
background-color: #7A126A;
}
</style>
border-color css
<style>
span { border-color: #7A126A; }
span { border-color: rgb(122,18,106); }
td.TdClassName
{
border-color: #7A126A;
}
.TagClassName
{
border-color: #7A126A;
}
</style>