Shades of Dark Purple #7A196D
Tints of Dark Purple #7A196D
RGB
CMYK
RGB Variations
Color information
#7A196D (or 0x7A196D) is known color: Dark Purple. HEX triplet: 7A, 19 and 6D. RGB value is (122,25,109). Sum of RGB (Red+Green+Blue) = 122+25+109=256 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.66% from 256); Green value is 25 (10.16% from 255 or 9.77% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 122 - color contains mainly: red. Hex color #7A196D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A196D is #85E692. Grayscale: #3F3F3F. Windows color (decimal): -8775315 or 7149946. OLE color: 7149946.
HSL color Cylindrical-coordinate representation of color #7A196D: hue angle of 308.04º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A196D is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 25 | 109 | - |
| CMYK | 0 | 0.80 | 0.11 | 0.52 |
| HSL | 308.04º | 0.66% | 0.29% | - |
| HSV(B) | 308.04º | 0.8% | 0.48% | - |
| XYZ | 11.13 | 5.94 | 15.03 | - |
| YUV | 63.58 | 153.64 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 109 | 0 | 0.80 | 0.11 | 0.52 | 308.04 | 0.66 | 0.29 |
| Hex | 7A | 19 | 6D | 0 | 50 | B | 34 | 134 | 42 | 1D |
| Octal | 172 | 31 | 155 | 0 | 120 | 13 | 64 | 464 | 102 | 35 |
| Binary | 1111010 | 11001 | 1101101 | 0 | 1010000 | 1011 | 110100 | 100110100 | 1000010 | 11101 |
Color Harmonies of #7A196D
Complementary color
Monochromatic Colors of #7A196D
Black with #7A196D
Text Example
Text Example
White with #7A196D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A196D; }
p { color: rgb(122,25,109); }
H1.HeaderClassName
{
color: #7A196D;
}
.AnyTagClassName
{
color: #7A196D;
}
</style>
background-color css
<style>
a { background-color: #7A196D; }
a { background-color: rgb(122,25,109); }
div.DivClassName
{
background-color: #7A196D;
}
.BgClassName
{
background-color: #7A196D;
}
</style>
border-color css
<style>
span { border-color: #7A196D; }
span { border-color: rgb(122,25,109); }
td.TdClassName
{
border-color: #7A196D;
}
.TagClassName
{
border-color: #7A196D;
}
</style>