Shades of Dark Purple #7E2871
Tints of Dark Purple #7E2871
RGB
CMYK
RGB Variations
Color information
#7E2871 (or 0x7E2871) is known color: Dark Purple. HEX triplet: 7E, 28 and 71. RGB value is (126,40,113). Sum of RGB (Red+Green+Blue) = 126+40+113=279 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.16% from 279); Green value is 40 (16.02% from 255 or 14.34% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2871 is #81D78E. Grayscale: #494949. Windows color (decimal): -8509327 or 7415934. OLE color: 7415934.
HSL color Cylindrical-coordinate representation of color #7E2871: hue angle of 309.07º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7E2871 is Cyan = 0, Magento = 0.68, Yellow = 0.10 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 40 | 113 | - |
| CMYK | 0 | 0.68 | 0.10 | 0.51 |
| HSL | 309.07º | 0.52% | 0.33% | - |
| HSV(B) | 309.07º | 0.68% | 0.49% | - |
| XYZ | 12.34 | 7.15 | 16.35 | - |
| YUV | 74.04 | 149.99 | 165.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 40 | 113 | 0 | 0.68 | 0.10 | 0.51 | 309.07 | 0.52 | 0.33 |
| Hex | 7E | 28 | 71 | 0 | 44 | A | 33 | 135 | 34 | 21 |
| Octal | 176 | 50 | 161 | 0 | 104 | 12 | 63 | 465 | 64 | 41 |
| Binary | 1111110 | 101000 | 1110001 | 0 | 1000100 | 1010 | 110011 | 100110101 | 110100 | 100001 |
Color Harmonies of #7E2871
Complementary color
Monochromatic Colors of #7E2871
Black with #7E2871
Text Example
Text Example
White with #7E2871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2871; }
p { color: rgb(126,40,113); }
H1.HeaderClassName
{
color: #7E2871;
}
.AnyTagClassName
{
color: #7E2871;
}
</style>
background-color css
<style>
a { background-color: #7E2871; }
a { background-color: rgb(126,40,113); }
div.DivClassName
{
background-color: #7E2871;
}
.BgClassName
{
background-color: #7E2871;
}
</style>
border-color css
<style>
span { border-color: #7E2871; }
span { border-color: rgb(126,40,113); }
td.TdClassName
{
border-color: #7E2871;
}
.TagClassName
{
border-color: #7E2871;
}
</style>