Shades of Dark Purple #7E2B6E
Tints of Dark Purple #7E2B6E
RGB
CMYK
RGB Variations
Color information
#7E2B6E (or 0x7E2B6E) is known color: Dark Purple. HEX triplet: 7E, 2B and 6E. RGB value is (126,43,110). Sum of RGB (Red+Green+Blue) = 126+43+110=279 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.16% from 279); Green value is 43 (17.19% from 255 or 15.41% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2B6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2B6E is #81D491. Grayscale: #4B4B4B. Windows color (decimal): -8508562 or 7220094. OLE color: 7220094.
HSL color Cylindrical-coordinate representation of color #7E2B6E: hue angle of 311.57º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7E2B6E is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 43 | 110 | - |
| CMYK | 0 | 0.66 | 0.13 | 0.51 |
| HSL | 311.57º | 0.49% | 0.33% | - |
| HSV(B) | 311.57º | 0.66% | 0.49% | - |
| XYZ | 12.28 | 7.29 | 15.51 | - |
| YUV | 75.46 | 147.5 | 164.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 43 | 110 | 0 | 0.66 | 0.13 | 0.51 | 311.57 | 0.49 | 0.33 |
| Hex | 7E | 2B | 6E | 0 | 42 | D | 33 | 138 | 31 | 21 |
| Octal | 176 | 53 | 156 | 0 | 102 | 15 | 63 | 470 | 61 | 41 |
| Binary | 1111110 | 101011 | 1101110 | 0 | 1000010 | 1101 | 110011 | 100111000 | 110001 | 100001 |
Color Harmonies of #7E2B6E
Complementary color
Monochromatic Colors of #7E2B6E
Black with #7E2B6E
Text Example
Text Example
White with #7E2B6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2B6E; }
p { color: rgb(126,43,110); }
H1.HeaderClassName
{
color: #7E2B6E;
}
.AnyTagClassName
{
color: #7E2B6E;
}
</style>
background-color css
<style>
a { background-color: #7E2B6E; }
a { background-color: rgb(126,43,110); }
div.DivClassName
{
background-color: #7E2B6E;
}
.BgClassName
{
background-color: #7E2B6E;
}
</style>
border-color css
<style>
span { border-color: #7E2B6E; }
span { border-color: rgb(126,43,110); }
td.TdClassName
{
border-color: #7E2B6E;
}
.TagClassName
{
border-color: #7E2B6E;
}
</style>