Shades of Dark Purple #7E2E79
Tints of Dark Purple #7E2E79
RGB
CMYK
RGB Variations
Color information
#7E2E79 (or 0x7E2E79) is known color: Dark Purple. HEX triplet: 7E, 2E and 79. RGB value is (126,46,121). Sum of RGB (Red+Green+Blue) = 126+46+121=293 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.00% from 293); Green value is 46 (18.36% from 255 or 15.70% from 293); Blue value is 121 (47.66% from 255 or 41.30% from 293); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2E79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2E79 is #81D186. Grayscale: #4E4E4E. Windows color (decimal): -8507783 or 7941758. OLE color: 7941758.
HSL color Cylindrical-coordinate representation of color #7E2E79: hue angle of 303.75º degrees, saturation: 0.47, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7E2E79 is Cyan = 0, Magento = 0.63, Yellow = 0.04 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 46 | 121 | - |
| CMYK | 0 | 0.63 | 0.04 | 0.51 |
| HSL | 303.75º | 0.47% | 0.34% | - |
| HSV(B) | 303.75º | 0.63% | 0.49% | - |
| XYZ | 13.03 | 7.77 | 18.9 | - |
| YUV | 78.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 46 | 121 | 0 | 0.63 | 0.04 | 0.51 | 303.75 | 0.47 | 0.34 |
| Hex | 7E | 2E | 79 | 0 | 3F | 4 | 33 | 130 | 2F | 22 |
| Octal | 176 | 56 | 171 | 0 | 77 | 4 | 63 | 460 | 57 | 42 |
| Binary | 1111110 | 101110 | 1111001 | 0 | 111111 | 100 | 110011 | 100110000 | 101111 | 100010 |
Color Harmonies of #7E2E79
Complementary color
Monochromatic Colors of #7E2E79
Black with #7E2E79
Text Example
Text Example
White with #7E2E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2E79; }
p { color: rgb(126,46,121); }
H1.HeaderClassName
{
color: #7E2E79;
}
.AnyTagClassName
{
color: #7E2E79;
}
</style>
background-color css
<style>
a { background-color: #7E2E79; }
a { background-color: rgb(126,46,121); }
div.DivClassName
{
background-color: #7E2E79;
}
.BgClassName
{
background-color: #7E2E79;
}
</style>
border-color css
<style>
span { border-color: #7E2E79; }
span { border-color: rgb(126,46,121); }
td.TdClassName
{
border-color: #7E2E79;
}
.TagClassName
{
border-color: #7E2E79;
}
</style>