Shades of Dark Purple #7E2C6A
Tints of Dark Purple #7E2C6A
RGB
CMYK
RGB Variations
Color information
#7E2C6A (or 0x7E2C6A) is known color: Dark Purple. HEX triplet: 7E, 2C and 6A. RGB value is (126,44,106). Sum of RGB (Red+Green+Blue) = 126+44+106=276 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.65% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 106 (41.80% from 255 or 38.41% from 276); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2C6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2C6A is #81D395. Grayscale: #4B4B4B. Windows color (decimal): -8508310 or 6958206. OLE color: 6958206.
HSL color Cylindrical-coordinate representation of color #7E2C6A: hue angle of 314.63º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7E2C6A is Cyan = 0, Magento = 0.65, Yellow = 0.16 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 44 | 106 | - |
| CMYK | 0 | 0.65 | 0.16 | 0.51 |
| HSL | 314.63º | 0.48% | 0.33% | - |
| HSV(B) | 314.63º | 0.65% | 0.49% | - |
| XYZ | 12.11 | 7.28 | 14.4 | - |
| YUV | 75.59 | 145.17 | 163.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 44 | 106 | 0 | 0.65 | 0.16 | 0.51 | 314.63 | 0.48 | 0.33 |
| Hex | 7E | 2C | 6A | 0 | 41 | 10 | 33 | 13B | 30 | 21 |
| Octal | 176 | 54 | 152 | 0 | 101 | 20 | 63 | 473 | 60 | 41 |
| Binary | 1111110 | 101100 | 1101010 | 0 | 1000001 | 10000 | 110011 | 100111011 | 110000 | 100001 |
Color Harmonies of #7E2C6A
Complementary color
Monochromatic Colors of #7E2C6A
Black with #7E2C6A
Text Example
Text Example
White with #7E2C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2C6A; }
p { color: rgb(126,44,106); }
H1.HeaderClassName
{
color: #7E2C6A;
}
.AnyTagClassName
{
color: #7E2C6A;
}
</style>
background-color css
<style>
a { background-color: #7E2C6A; }
a { background-color: rgb(126,44,106); }
div.DivClassName
{
background-color: #7E2C6A;
}
.BgClassName
{
background-color: #7E2C6A;
}
</style>
border-color css
<style>
span { border-color: #7E2C6A; }
span { border-color: rgb(126,44,106); }
td.TdClassName
{
border-color: #7E2C6A;
}
.TagClassName
{
border-color: #7E2C6A;
}
</style>