Shades of Dark Purple #7E297C
Tints of Dark Purple #7E297C
RGB
CMYK
RGB Variations
Color information
#7E297C (or 0x7E297C) is known color: Dark Purple. HEX triplet: 7E, 29 and 7C. RGB value is (126,41,124). Sum of RGB (Red+Green+Blue) = 126+41+124=291 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.30% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 124 (48.83% from 255 or 42.61% from 291); Max value from RGB is 126 - color contains mainly: red. Hex color #7E297C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E297C is #81D683. Grayscale: #4B4B4B. Windows color (decimal): -8509060 or 8137086. OLE color: 8137086.
HSL color Cylindrical-coordinate representation of color #7E297C: hue angle of 301.41º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7E297C is Cyan = 0, Magento = 0.67, Yellow = 0.02 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 41 | 124 | - |
| CMYK | 0 | 0.67 | 0.02 | 0.51 |
| HSL | 301.41º | 0.51% | 0.33% | - |
| HSV(B) | 301.41º | 0.67% | 0.49% | - |
| XYZ | 13.04 | 7.48 | 19.82 | - |
| YUV | 75.88 | 155.16 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 41 | 124 | 0 | 0.67 | 0.02 | 0.51 | 301.41 | 0.51 | 0.33 |
| Hex | 7E | 29 | 7C | 0 | 43 | 2 | 33 | 12D | 33 | 21 |
| Octal | 176 | 51 | 174 | 0 | 103 | 2 | 63 | 455 | 63 | 41 |
| Binary | 1111110 | 101001 | 1111100 | 0 | 1000011 | 10 | 110011 | 100101101 | 110011 | 100001 |
Color Harmonies of #7E297C
Complementary color
Monochromatic Colors of #7E297C
Black with #7E297C
Text Example
Text Example
White with #7E297C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E297C; }
p { color: rgb(126,41,124); }
H1.HeaderClassName
{
color: #7E297C;
}
.AnyTagClassName
{
color: #7E297C;
}
</style>
background-color css
<style>
a { background-color: #7E297C; }
a { background-color: rgb(126,41,124); }
div.DivClassName
{
background-color: #7E297C;
}
.BgClassName
{
background-color: #7E297C;
}
</style>
border-color css
<style>
span { border-color: #7E297C; }
span { border-color: rgb(126,41,124); }
td.TdClassName
{
border-color: #7E297C;
}
.TagClassName
{
border-color: #7E297C;
}
</style>