Shades of Dark Purple #7C2A79
Tints of Dark Purple #7C2A79
RGB
CMYK
RGB Variations
Color information
#7C2A79 (or 0x7C2A79) is known color: Dark Purple. HEX triplet: 7C, 2A and 79. RGB value is (124,42,121). Sum of RGB (Red+Green+Blue) = 124+42+121=287 (38% of max value = 765). Red value is 124 (48.83% from 255 or 43.21% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2A79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2A79 is #83D586. Grayscale: #4B4B4B. Windows color (decimal): -8639879 or 7940732. OLE color: 7940732.
HSL color Cylindrical-coordinate representation of color #7C2A79: hue angle of 302.2º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C2A79 is Cyan = 0, Magento = 0.66, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 42 | 121 | - |
| CMYK | 0 | 0.66 | 0.02 | 0.51 |
| HSL | 302.2º | 0.49% | 0.33% | - |
| HSV(B) | 302.2º | 0.66% | 0.49% | - |
| XYZ | 12.59 | 7.32 | 18.84 | - |
| YUV | 75.52 | 153.67 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 42 | 121 | 0 | 0.66 | 0.02 | 0.51 | 302.2 | 0.49 | 0.33 |
| Hex | 7C | 2A | 79 | 0 | 42 | 2 | 33 | 12E | 31 | 21 |
| Octal | 174 | 52 | 171 | 0 | 102 | 2 | 63 | 456 | 61 | 41 |
| Binary | 1111100 | 101010 | 1111001 | 0 | 1000010 | 10 | 110011 | 100101110 | 110001 | 100001 |
Color Harmonies of #7C2A79
Complementary color
Monochromatic Colors of #7C2A79
Black with #7C2A79
Text Example
Text Example
White with #7C2A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C2A79; }
p { color: rgb(124,42,121); }
H1.HeaderClassName
{
color: #7C2A79;
}
.AnyTagClassName
{
color: #7C2A79;
}
</style>
background-color css
<style>
a { background-color: #7C2A79; }
a { background-color: rgb(124,42,121); }
div.DivClassName
{
background-color: #7C2A79;
}
.BgClassName
{
background-color: #7C2A79;
}
</style>
border-color css
<style>
span { border-color: #7C2A79; }
span { border-color: rgb(124,42,121); }
td.TdClassName
{
border-color: #7C2A79;
}
.TagClassName
{
border-color: #7C2A79;
}
</style>