Shades of Dark Purple #7A326F
Tints of Dark Purple #7A326F
RGB
CMYK
RGB Variations
Color information
#7A326F (or 0x7A326F) is known color: Dark Purple. HEX triplet: 7A, 32 and 6F. RGB value is (122,50,111). Sum of RGB (Red+Green+Blue) = 122+50+111=283 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.11% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 111 (43.75% from 255 or 39.22% from 283); Max value from RGB is 122 - color contains mainly: red. Hex color #7A326F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A326F is #85CD90. Grayscale: #4E4E4E. Windows color (decimal): -8768913 or 7287418. OLE color: 7287418.
HSL color Cylindrical-coordinate representation of color #7A326F: hue angle of 309.17º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7A326F is Cyan = 0, Magento = 0.59, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 50 | 111 | - |
| CMYK | 0 | 0.59 | 0.09 | 0.52 |
| HSL | 309.17º | 0.42% | 0.34% | - |
| HSV(B) | 309.17º | 0.59% | 0.48% | - |
| XYZ | 12.04 | 7.57 | 15.87 | - |
| YUV | 78.48 | 146.35 | 159.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 50 | 111 | 0 | 0.59 | 0.09 | 0.52 | 309.17 | 0.42 | 0.34 |
| Hex | 7A | 32 | 6F | 0 | 3B | 9 | 34 | 135 | 2A | 22 |
| Octal | 172 | 62 | 157 | 0 | 73 | 11 | 64 | 465 | 52 | 42 |
| Binary | 1111010 | 110010 | 1101111 | 0 | 111011 | 1001 | 110100 | 100110101 | 101010 | 100010 |
Color Harmonies of #7A326F
Complementary color
Monochromatic Colors of #7A326F
Black with #7A326F
Text Example
Text Example
White with #7A326F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A326F; }
p { color: rgb(122,50,111); }
H1.HeaderClassName
{
color: #7A326F;
}
.AnyTagClassName
{
color: #7A326F;
}
</style>
background-color css
<style>
a { background-color: #7A326F; }
a { background-color: rgb(122,50,111); }
div.DivClassName
{
background-color: #7A326F;
}
.BgClassName
{
background-color: #7A326F;
}
</style>
border-color css
<style>
span { border-color: #7A326F; }
span { border-color: rgb(122,50,111); }
td.TdClassName
{
border-color: #7A326F;
}
.TagClassName
{
border-color: #7A326F;
}
</style>