Shades of Dark Purple #7E2971
Tints of Dark Purple #7E2971
RGB
CMYK
RGB Variations
Color information
#7E2971 (or 0x7E2971) is known color: Dark Purple. HEX triplet: 7E, 29 and 71. RGB value is (126,41,113). Sum of RGB (Red+Green+Blue) = 126+41+113=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 41 (16.41% from 255 or 14.64% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2971 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2971 is #81D68E. Grayscale: #4A4A4A. Windows color (decimal): -8509071 or 7416190. OLE color: 7416190.
HSL color Cylindrical-coordinate representation of color #7E2971: hue angle of 309.18º 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 #7E2971 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 41 | 113 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.51 |
| HSL | 309.18º | 0.51% | 0.33% | - |
| HSV(B) | 309.18º | 0.67% | 0.49% | - |
| XYZ | 12.38 | 7.21 | 16.36 | - |
| YUV | 74.62 | 149.66 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 41 | 113 | 0 | 0.67 | 0.10 | 0.51 | 309.18 | 0.51 | 0.33 |
| Hex | 7E | 29 | 71 | 0 | 43 | A | 33 | 135 | 33 | 21 |
| Octal | 176 | 51 | 161 | 0 | 103 | 12 | 63 | 465 | 63 | 41 |
| Binary | 1111110 | 101001 | 1110001 | 0 | 1000011 | 1010 | 110011 | 100110101 | 110011 | 100001 |
Color Harmonies of #7E2971
Complementary color
Monochromatic Colors of #7E2971
Black with #7E2971
Text Example
Text Example
White with #7E2971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2971; }
p { color: rgb(126,41,113); }
H1.HeaderClassName
{
color: #7E2971;
}
.AnyTagClassName
{
color: #7E2971;
}
</style>
background-color css
<style>
a { background-color: #7E2971; }
a { background-color: rgb(126,41,113); }
div.DivClassName
{
background-color: #7E2971;
}
.BgClassName
{
background-color: #7E2971;
}
</style>
border-color css
<style>
span { border-color: #7E2971; }
span { border-color: rgb(126,41,113); }
td.TdClassName
{
border-color: #7E2971;
}
.TagClassName
{
border-color: #7E2971;
}
</style>