Shades of Dark Purple #7A2C75
Tints of Dark Purple #7A2C75
RGB
CMYK
RGB Variations
Color information
#7A2C75 (or 0x7A2C75) is known color: Dark Purple. HEX triplet: 7A, 2C and 75. RGB value is (122,44,117). Sum of RGB (Red+Green+Blue) = 122+44+117=283 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.11% from 283); Green value is 44 (17.58% from 255 or 15.55% from 283); Blue value is 117 (46.09% from 255 or 41.34% from 283); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2C75 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2C75 is #85D38A. Grayscale: #4B4B4B. Windows color (decimal): -8770443 or 7679098. OLE color: 7679098.
HSL color Cylindrical-coordinate representation of color #7A2C75: hue angle of 303.85º degrees, saturation: 0.47, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7A2C75 is Cyan = 0, Magento = 0.64, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 44 | 117 | - |
| CMYK | 0 | 0.64 | 0.04 | 0.52 |
| HSL | 303.85º | 0.47% | 0.33% | - |
| HSV(B) | 303.85º | 0.64% | 0.48% | - |
| XYZ | 12.14 | 7.22 | 17.58 | - |
| YUV | 75.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 44 | 117 | 0 | 0.64 | 0.04 | 0.52 | 303.85 | 0.47 | 0.33 |
| Hex | 7A | 2C | 75 | 0 | 40 | 4 | 34 | 130 | 2F | 21 |
| Octal | 172 | 54 | 165 | 0 | 100 | 4 | 64 | 460 | 57 | 41 |
| Binary | 1111010 | 101100 | 1110101 | 0 | 1000000 | 100 | 110100 | 100110000 | 101111 | 100001 |
Color Harmonies of #7A2C75
Complementary color
Monochromatic Colors of #7A2C75
Black with #7A2C75
Text Example
Text Example
White with #7A2C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2C75; }
p { color: rgb(122,44,117); }
H1.HeaderClassName
{
color: #7A2C75;
}
.AnyTagClassName
{
color: #7A2C75;
}
</style>
background-color css
<style>
a { background-color: #7A2C75; }
a { background-color: rgb(122,44,117); }
div.DivClassName
{
background-color: #7A2C75;
}
.BgClassName
{
background-color: #7A2C75;
}
</style>
border-color css
<style>
span { border-color: #7A2C75; }
span { border-color: rgb(122,44,117); }
td.TdClassName
{
border-color: #7A2C75;
}
.TagClassName
{
border-color: #7A2C75;
}
</style>