Shades of Dark Purple #7A216D
Tints of Dark Purple #7A216D
RGB
CMYK
RGB Variations
Color information
#7A216D (or 0x7A216D) is known color: Dark Purple. HEX triplet: 7A, 21 and 6D. RGB value is (122,33,109). Sum of RGB (Red+Green+Blue) = 122+33+109=264 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.21% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 122 - color contains mainly: red. Hex color #7A216D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A216D is #85DE92. Grayscale: #444444. Windows color (decimal): -8773267 or 7151994. OLE color: 7151994.
HSL color Cylindrical-coordinate representation of color #7A216D: hue angle of 308.76º 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 #7A216D is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 33 | 109 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.52 |
| HSL | 308.76º | 0.57% | 0.3% | - |
| HSV(B) | 308.76º | 0.73% | 0.48% | - |
| XYZ | 11.33 | 6.33 | 15.09 | - |
| YUV | 68.28 | 150.99 | 166.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 33 | 109 | 0 | 0.73 | 0.11 | 0.52 | 308.76 | 0.57 | 0.3 |
| Hex | 7A | 21 | 6D | 0 | 49 | B | 34 | 135 | 39 | 1E |
| Octal | 172 | 41 | 155 | 0 | 111 | 13 | 64 | 465 | 71 | 36 |
| Binary | 1111010 | 100001 | 1101101 | 0 | 1001001 | 1011 | 110100 | 100110101 | 111001 | 11110 |
Color Harmonies of #7A216D
Complementary color
Monochromatic Colors of #7A216D
Black with #7A216D
Text Example
Text Example
White with #7A216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A216D; }
p { color: rgb(122,33,109); }
H1.HeaderClassName
{
color: #7A216D;
}
.AnyTagClassName
{
color: #7A216D;
}
</style>
background-color css
<style>
a { background-color: #7A216D; }
a { background-color: rgb(122,33,109); }
div.DivClassName
{
background-color: #7A216D;
}
.BgClassName
{
background-color: #7A216D;
}
</style>
border-color css
<style>
span { border-color: #7A216D; }
span { border-color: rgb(122,33,109); }
td.TdClassName
{
border-color: #7A216D;
}
.TagClassName
{
border-color: #7A216D;
}
</style>