Shades of Dark Purple #7A2173
Tints of Dark Purple #7A2173
RGB
CMYK
RGB Variations
Color information
#7A2173 (or 0x7A2173) is known color: Dark Purple. HEX triplet: 7A, 21 and 73. RGB value is (122,33,115). Sum of RGB (Red+Green+Blue) = 122+33+115=270 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.19% from 270); Green value is 33 (13.28% from 255 or 12.22% from 270); Blue value is 115 (45.31% from 255 or 42.59% from 270); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2173 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2173 is #85DE8C. Grayscale: #444444. Windows color (decimal): -8773261 or 7545210. OLE color: 7545210.
HSL color Cylindrical-coordinate representation of color #7A2173: hue angle of 304.72º 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 #7A2173 is Cyan = 0, Magento = 0.73, Yellow = 0.06 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 33 | 115 | - |
| CMYK | 0 | 0.73 | 0.06 | 0.52 |
| HSL | 304.72º | 0.57% | 0.3% | - |
| HSV(B) | 304.72º | 0.73% | 0.48% | - |
| XYZ | 11.66 | 6.46 | 16.85 | - |
| YUV | 68.96 | 153.99 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 33 | 115 | 0 | 0.73 | 0.06 | 0.52 | 304.72 | 0.57 | 0.3 |
| Hex | 7A | 21 | 73 | 0 | 49 | 6 | 34 | 131 | 39 | 1E |
| Octal | 172 | 41 | 163 | 0 | 111 | 6 | 64 | 461 | 71 | 36 |
| Binary | 1111010 | 100001 | 1110011 | 0 | 1001001 | 110 | 110100 | 100110001 | 111001 | 11110 |
Color Harmonies of #7A2173
Complementary color
Monochromatic Colors of #7A2173
Black with #7A2173
Text Example
Text Example
White with #7A2173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2173; }
p { color: rgb(122,33,115); }
H1.HeaderClassName
{
color: #7A2173;
}
.AnyTagClassName
{
color: #7A2173;
}
</style>
background-color css
<style>
a { background-color: #7A2173; }
a { background-color: rgb(122,33,115); }
div.DivClassName
{
background-color: #7A2173;
}
.BgClassName
{
background-color: #7A2173;
}
</style>
border-color css
<style>
span { border-color: #7A2173; }
span { border-color: rgb(122,33,115); }
td.TdClassName
{
border-color: #7A2173;
}
.TagClassName
{
border-color: #7A2173;
}
</style>