Shades of Dark Purple #7A296F
Tints of Dark Purple #7A296F
RGB
CMYK
RGB Variations
Color information
#7A296F (or 0x7A296F) is known color: Dark Purple. HEX triplet: 7A, 29 and 6F. RGB value is (122,41,111). Sum of RGB (Red+Green+Blue) = 122+41+111=274 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.53% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 111 (43.75% from 255 or 40.51% from 274); Max value from RGB is 122 - color contains mainly: red. Hex color #7A296F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A296F is #85D690. Grayscale: #494949. Windows color (decimal): -8771217 or 7285114. OLE color: 7285114.
HSL color Cylindrical-coordinate representation of color #7A296F: hue angle of 308.15º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A296F is Cyan = 0, Magento = 0.66, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 41 | 111 | - |
| CMYK | 0 | 0.66 | 0.09 | 0.52 |
| HSL | 308.15º | 0.5% | 0.32% | - |
| HSV(B) | 308.15º | 0.66% | 0.48% | - |
| XYZ | 11.69 | 6.87 | 15.75 | - |
| YUV | 73.2 | 149.34 | 162.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 41 | 111 | 0 | 0.66 | 0.09 | 0.52 | 308.15 | 0.5 | 0.32 |
| Hex | 7A | 29 | 6F | 0 | 42 | 9 | 34 | 134 | 32 | 20 |
| Octal | 172 | 51 | 157 | 0 | 102 | 11 | 64 | 464 | 62 | 40 |
| Binary | 1111010 | 101001 | 1101111 | 0 | 1000010 | 1001 | 110100 | 100110100 | 110010 | 100000 |
Color Harmonies of #7A296F
Complementary color
Monochromatic Colors of #7A296F
Black with #7A296F
Text Example
Text Example
White with #7A296F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A296F; }
p { color: rgb(122,41,111); }
H1.HeaderClassName
{
color: #7A296F;
}
.AnyTagClassName
{
color: #7A296F;
}
</style>
background-color css
<style>
a { background-color: #7A296F; }
a { background-color: rgb(122,41,111); }
div.DivClassName
{
background-color: #7A296F;
}
.BgClassName
{
background-color: #7A296F;
}
</style>
border-color css
<style>
span { border-color: #7A296F; }
span { border-color: rgb(122,41,111); }
td.TdClassName
{
border-color: #7A296F;
}
.TagClassName
{
border-color: #7A296F;
}
</style>