Shades of Dark Purple #7A2175
Tints of Dark Purple #7A2175
RGB
CMYK
RGB Variations
Color information
#7A2175 (or 0x7A2175) is known color: Dark Purple. HEX triplet: 7A, 21 and 75. RGB value is (122,33,117). Sum of RGB (Red+Green+Blue) = 122+33+117=272 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.85% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 117 (46.09% from 255 or 43.01% from 272); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2175 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2175 is #85DE8A. Grayscale: #444444. Windows color (decimal): -8773259 or 7676282. OLE color: 7676282.
HSL color Cylindrical-coordinate representation of color #7A2175: hue angle of 303.37º 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 #7A2175 is Cyan = 0, Magento = 0.73, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 33 | 117 | - |
| CMYK | 0 | 0.73 | 0.04 | 0.52 |
| HSL | 303.37º | 0.57% | 0.3% | - |
| HSV(B) | 303.37º | 0.73% | 0.48% | - |
| XYZ | 11.78 | 6.51 | 17.47 | - |
| YUV | 69.19 | 154.99 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 33 | 117 | 0 | 0.73 | 0.04 | 0.52 | 303.37 | 0.57 | 0.3 |
| Hex | 7A | 21 | 75 | 0 | 49 | 4 | 34 | 12F | 39 | 1E |
| Octal | 172 | 41 | 165 | 0 | 111 | 4 | 64 | 457 | 71 | 36 |
| Binary | 1111010 | 100001 | 1110101 | 0 | 1001001 | 100 | 110100 | 100101111 | 111001 | 11110 |
Color Harmonies of #7A2175
Complementary color
Monochromatic Colors of #7A2175
Black with #7A2175
Text Example
Text Example
White with #7A2175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2175; }
p { color: rgb(122,33,117); }
H1.HeaderClassName
{
color: #7A2175;
}
.AnyTagClassName
{
color: #7A2175;
}
</style>
background-color css
<style>
a { background-color: #7A2175; }
a { background-color: rgb(122,33,117); }
div.DivClassName
{
background-color: #7A2175;
}
.BgClassName
{
background-color: #7A2175;
}
</style>
border-color css
<style>
span { border-color: #7A2175; }
span { border-color: rgb(122,33,117); }
td.TdClassName
{
border-color: #7A2175;
}
.TagClassName
{
border-color: #7A2175;
}
</style>