Shades of Dark Purple #7E296E
Tints of Dark Purple #7E296E
RGB
CMYK
RGB Variations
Color information
#7E296E (or 0x7E296E) is known color: Dark Purple. HEX triplet: 7E, 29 and 6E. RGB value is (126,41,110). Sum of RGB (Red+Green+Blue) = 126+41+110=277 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.49% from 277); Green value is 41 (16.41% from 255 or 14.80% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 126 - color contains mainly: red. Hex color #7E296E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E296E is #81D691. Grayscale: #4A4A4A. Windows color (decimal): -8509074 or 7219582. OLE color: 7219582.
HSL color Cylindrical-coordinate representation of color #7E296E: hue angle of 311.29º 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 #7E296E is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 41 | 110 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.51 |
| HSL | 311.29º | 0.51% | 0.33% | - |
| HSV(B) | 311.29º | 0.67% | 0.49% | - |
| XYZ | 12.21 | 7.15 | 15.49 | - |
| YUV | 74.28 | 148.16 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 41 | 110 | 0 | 0.67 | 0.13 | 0.51 | 311.29 | 0.51 | 0.33 |
| Hex | 7E | 29 | 6E | 0 | 43 | D | 33 | 137 | 33 | 21 |
| Octal | 176 | 51 | 156 | 0 | 103 | 15 | 63 | 467 | 63 | 41 |
| Binary | 1111110 | 101001 | 1101110 | 0 | 1000011 | 1101 | 110011 | 100110111 | 110011 | 100001 |
Color Harmonies of #7E296E
Complementary color
Monochromatic Colors of #7E296E
Black with #7E296E
Text Example
Text Example
White with #7E296E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E296E; }
p { color: rgb(126,41,110); }
H1.HeaderClassName
{
color: #7E296E;
}
.AnyTagClassName
{
color: #7E296E;
}
</style>
background-color css
<style>
a { background-color: #7E296E; }
a { background-color: rgb(126,41,110); }
div.DivClassName
{
background-color: #7E296E;
}
.BgClassName
{
background-color: #7E296E;
}
</style>
border-color css
<style>
span { border-color: #7E296E; }
span { border-color: rgb(126,41,110); }
td.TdClassName
{
border-color: #7E296E;
}
.TagClassName
{
border-color: #7E296E;
}
</style>