Shades of Dark Purple #7E2A70
Tints of Dark Purple #7E2A70
RGB
CMYK
RGB Variations
Color information
#7E2A70 (or 0x7E2A70) is known color: Dark Purple. HEX triplet: 7E, 2A and 70. RGB value is (126,42,112). Sum of RGB (Red+Green+Blue) = 126+42+112=280 (37% of max value = 765). Red value is 126 (49.61% from 255 or 45% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 112 (44.14% from 255 or 40% from 280); Max value from RGB is 126 - color contains mainly: red. Hex color #7E2A70 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E2A70 is #81D58F. Grayscale: #4A4A4A. Windows color (decimal): -8508816 or 7350910. OLE color: 7350910.
HSL color Cylindrical-coordinate representation of color #7E2A70: hue angle of 310º degrees, saturation: 0.5, 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 #7E2A70 is Cyan = 0, Magento = 0.67, Yellow = 0.11 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 42 | 112 | - |
| CMYK | 0 | 0.67 | 0.11 | 0.51 |
| HSL | 310º | 0.5% | 0.33% | - |
| HSV(B) | 310º | 0.67% | 0.49% | - |
| XYZ | 12.36 | 7.26 | 16.08 | - |
| YUV | 75.1 | 148.83 | 164.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 42 | 112 | 0 | 0.67 | 0.11 | 0.51 | 310 | 0.5 | 0.33 |
| Hex | 7E | 2A | 70 | 0 | 43 | B | 33 | 136 | 32 | 21 |
| Octal | 176 | 52 | 160 | 0 | 103 | 13 | 63 | 466 | 62 | 41 |
| Binary | 1111110 | 101010 | 1110000 | 0 | 1000011 | 1011 | 110011 | 100110110 | 110010 | 100001 |
Color Harmonies of #7E2A70
Complementary color
Monochromatic Colors of #7E2A70
Black with #7E2A70
Text Example
Text Example
White with #7E2A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E2A70; }
p { color: rgb(126,42,112); }
H1.HeaderClassName
{
color: #7E2A70;
}
.AnyTagClassName
{
color: #7E2A70;
}
</style>
background-color css
<style>
a { background-color: #7E2A70; }
a { background-color: rgb(126,42,112); }
div.DivClassName
{
background-color: #7E2A70;
}
.BgClassName
{
background-color: #7E2A70;
}
</style>
border-color css
<style>
span { border-color: #7E2A70; }
span { border-color: rgb(126,42,112); }
td.TdClassName
{
border-color: #7E2A70;
}
.TagClassName
{
border-color: #7E2A70;
}
</style>