Shades of Dark Purple #7A1172
Tints of Dark Purple #7A1172
RGB
CMYK
RGB Variations
Color information
#7A1172 (or 0x7A1172) is known color: Dark Purple. HEX triplet: 7A, 11 and 72. RGB value is (122,17,114). Sum of RGB (Red+Green+Blue) = 122+17+114=253 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.22% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1172 is #85EE8D. Grayscale: #3B3B3B. Windows color (decimal): -8777358 or 7475578. OLE color: 7475578.
HSL color Cylindrical-coordinate representation of color #7A1172: hue angle of 304.57º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A1172 is Cyan = 0, Magento = 0.86, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 17 | 114 | - |
| CMYK | 0 | 0.86 | 0.07 | 0.52 |
| HSL | 304.57º | 0.76% | 0.27% | - |
| HSV(B) | 304.57º | 0.86% | 0.48% | - |
| XYZ | 11.26 | 5.75 | 16.44 | - |
| YUV | 59.45 | 158.79 | 172.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 17 | 114 | 0 | 0.86 | 0.07 | 0.52 | 304.57 | 0.76 | 0.27 |
| Hex | 7A | 11 | 72 | 0 | 56 | 7 | 34 | 131 | 4C | 1B |
| Octal | 172 | 21 | 162 | 0 | 126 | 7 | 64 | 461 | 114 | 33 |
| Binary | 1111010 | 10001 | 1110010 | 0 | 1010110 | 111 | 110100 | 100110001 | 1001100 | 11011 |
Color Harmonies of #7A1172
Complementary color
Monochromatic Colors of #7A1172
Black with #7A1172
Text Example
Text Example
White with #7A1172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1172; }
p { color: rgb(122,17,114); }
H1.HeaderClassName
{
color: #7A1172;
}
.AnyTagClassName
{
color: #7A1172;
}
</style>
background-color css
<style>
a { background-color: #7A1172; }
a { background-color: rgb(122,17,114); }
div.DivClassName
{
background-color: #7A1172;
}
.BgClassName
{
background-color: #7A1172;
}
</style>
border-color css
<style>
span { border-color: #7A1172; }
span { border-color: rgb(122,17,114); }
td.TdClassName
{
border-color: #7A1172;
}
.TagClassName
{
border-color: #7A1172;
}
</style>