Shades of Dark Purple #7E296D
Tints of Dark Purple #7E296D
RGB
CMYK
RGB Variations
Color information
#7E296D (or 0x7E296D) is known color: Dark Purple. HEX triplet: 7E, 29 and 6D. RGB value is (126,41,109). Sum of RGB (Red+Green+Blue) = 126+41+109=276 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.65% from 276); Green value is 41 (16.41% from 255 or 14.86% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 126 - color contains mainly: red. Hex color #7E296D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E296D is #81D692. Grayscale: #494949. Windows color (decimal): -8509075 or 7154046. OLE color: 7154046.
HSL color Cylindrical-coordinate representation of color #7E296D: hue angle of 312º 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 #7E296D is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 41 | 109 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.51 |
| HSL | 312º | 0.51% | 0.33% | - |
| HSV(B) | 312º | 0.67% | 0.49% | - |
| XYZ | 12.16 | 7.13 | 15.2 | - |
| YUV | 74.17 | 147.66 | 164.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 41 | 109 | 0 | 0.67 | 0.13 | 0.51 | 312 | 0.51 | 0.33 |
| Hex | 7E | 29 | 6D | 0 | 43 | D | 33 | 138 | 33 | 21 |
| Octal | 176 | 51 | 155 | 0 | 103 | 15 | 63 | 470 | 63 | 41 |
| Binary | 1111110 | 101001 | 1101101 | 0 | 1000011 | 1101 | 110011 | 100111000 | 110011 | 100001 |
Color Harmonies of #7E296D
Complementary color
Monochromatic Colors of #7E296D
Black with #7E296D
Text Example
Text Example
White with #7E296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E296D; }
p { color: rgb(126,41,109); }
H1.HeaderClassName
{
color: #7E296D;
}
.AnyTagClassName
{
color: #7E296D;
}
</style>
background-color css
<style>
a { background-color: #7E296D; }
a { background-color: rgb(126,41,109); }
div.DivClassName
{
background-color: #7E296D;
}
.BgClassName
{
background-color: #7E296D;
}
</style>
border-color css
<style>
span { border-color: #7E296D; }
span { border-color: rgb(126,41,109); }
td.TdClassName
{
border-color: #7E296D;
}
.TagClassName
{
border-color: #7E296D;
}
</style>