Shades of Dark Purple #7A2172
Tints of Dark Purple #7A2172
RGB
CMYK
RGB Variations
Color information
#7A2172 (or 0x7A2172) is known color: Dark Purple. HEX triplet: 7A, 21 and 72. RGB value is (122,33,114). Sum of RGB (Red+Green+Blue) = 122+33+114=269 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.35% from 269); Green value is 33 (13.28% from 255 or 12.27% from 269); Blue value is 114 (44.92% from 255 or 42.38% from 269); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2172 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2172 is #85DE8D. Grayscale: #444444. Windows color (decimal): -8773262 or 7479674. OLE color: 7479674.
HSL color Cylindrical-coordinate representation of color #7A2172: hue angle of 305.39º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7A2172 is Cyan = 0, Magento = 0.73, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 33 | 114 | - |
| CMYK | 0 | 0.73 | 0.07 | 0.52 |
| HSL | 305.39º | 0.57% | 0.3% | - |
| HSV(B) | 305.39º | 0.73% | 0.48% | - |
| XYZ | 11.61 | 6.44 | 16.55 | - |
| YUV | 68.85 | 153.49 | 165.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 33 | 114 | 0 | 0.73 | 0.07 | 0.52 | 305.39 | 0.57 | 0.3 |
| Hex | 7A | 21 | 72 | 0 | 49 | 7 | 34 | 131 | 39 | 1E |
| Octal | 172 | 41 | 162 | 0 | 111 | 7 | 64 | 461 | 71 | 36 |
| Binary | 1111010 | 100001 | 1110010 | 0 | 1001001 | 111 | 110100 | 100110001 | 111001 | 11110 |
Color Harmonies of #7A2172
Complementary color
Monochromatic Colors of #7A2172
Black with #7A2172
Text Example
Text Example
White with #7A2172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2172; }
p { color: rgb(122,33,114); }
H1.HeaderClassName
{
color: #7A2172;
}
.AnyTagClassName
{
color: #7A2172;
}
</style>
background-color css
<style>
a { background-color: #7A2172; }
a { background-color: rgb(122,33,114); }
div.DivClassName
{
background-color: #7A2172;
}
.BgClassName
{
background-color: #7A2172;
}
</style>
border-color css
<style>
span { border-color: #7A2172; }
span { border-color: rgb(122,33,114); }
td.TdClassName
{
border-color: #7A2172;
}
.TagClassName
{
border-color: #7A2172;
}
</style>