Shades of Dark Purple #7A197C
Tints of Dark Purple #7A197C
RGB
CMYK
RGB Variations
Color information
#7A197C (or 0x7A197C) is known color: Dark Purple. HEX triplet: 7A, 19 and 7C. RGB value is (122,25,124). Sum of RGB (Red+Green+Blue) = 122+25+124=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 25 (10.16% from 255 or 9.23% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #7A197C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A197C is #85E683. Grayscale: #404040. Windows color (decimal): -8775300 or 8132986. OLE color: 8132986.
HSL color Cylindrical-coordinate representation of color #7A197C: hue angle of 298.79º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A197C is Cyan = 0.02, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 122 | 25 | 124 | - |
| CMYK | 0.02 | 0.80 | 0 | 0.51 |
| HSL | 298.79º | 0.66% | 0.29% | - |
| HSV(B) | 298.79º | 0.8% | 0.49% | - |
| XYZ | 12.01 | 6.29 | 19.65 | - |
| YUV | 65.29 | 161.14 | 168.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 25 | 124 | 0.02 | 0.80 | 0 | 0.51 | 298.79 | 0.66 | 0.29 |
| Hex | 7A | 19 | 7C | 2 | 50 | 0 | 33 | 12B | 42 | 1D |
| Octal | 172 | 31 | 174 | 2 | 120 | 0 | 63 | 453 | 102 | 35 |
| Binary | 1111010 | 11001 | 1111100 | 10 | 1010000 | 0 | 110011 | 100101011 | 1000010 | 11101 |
Color Harmonies of #7A197C
Complementary color
Monochromatic Colors of #7A197C
Black with #7A197C
Text Example
Text Example
White with #7A197C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A197C; }
p { color: rgb(122,25,124); }
H1.HeaderClassName
{
color: #7A197C;
}
.AnyTagClassName
{
color: #7A197C;
}
</style>
background-color css
<style>
a { background-color: #7A197C; }
a { background-color: rgb(122,25,124); }
div.DivClassName
{
background-color: #7A197C;
}
.BgClassName
{
background-color: #7A197C;
}
</style>
border-color css
<style>
span { border-color: #7A197C; }
span { border-color: rgb(122,25,124); }
td.TdClassName
{
border-color: #7A197C;
}
.TagClassName
{
border-color: #7A197C;
}
</style>