Shades of Deluge #7E70AA
Tints of Deluge #7E70AA
RGB
CMYK
RGB Variations
Color information
#7E70AA (or 0x7E70AA) is known color: Deluge. HEX triplet: 7E, 70 and AA. RGB value is (126,112,170). Sum of RGB (Red+Green+Blue) = 126+112+170=408 (54% of max value = 765). Red value is 126 (49.61% from 255 or 30.88% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 170 (66.80% from 255 or 41.67% from 408); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E70AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E70AA is #818F55. Grayscale: #7A7A7A. Windows color (decimal): -8490838 or 11169918. OLE color: 11169918.
HSL color Cylindrical-coordinate representation of color #7E70AA: hue angle of 254.48º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7E70AA is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 112 | 170 | - |
| CMYK | 0.26 | 0.34 | 0 | 0.33 |
| HSL | 254.48º | 0.25% | 0.55% | - |
| HSV(B) | 254.48º | 0.34% | 0.67% | - |
| XYZ | 21.65 | 18.93 | 40.54 | - |
| YUV | 122.8 | 154.64 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 112 | 170 | 0.26 | 0.34 | 0 | 0.33 | 254.48 | 0.25 | 0.55 |
| Hex | 7E | 70 | AA | 1A | 22 | 0 | 21 | FE | 19 | 37 |
| Octal | 176 | 160 | 252 | 32 | 42 | 0 | 41 | 376 | 31 | 67 |
| Binary | 1111110 | 1110000 | 10101010 | 11010 | 100010 | 0 | 100001 | 11111110 | 11001 | 110111 |
Color Harmonies of #7E70AA
Complementary color
Monochromatic Colors of #7E70AA
Black with #7E70AA
Text Example
Text Example
White with #7E70AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E70AA; }
p { color: rgb(126,112,170); }
H1.HeaderClassName
{
color: #7E70AA;
}
.AnyTagClassName
{
color: #7E70AA;
}
</style>
background-color css
<style>
a { background-color: #7E70AA; }
a { background-color: rgb(126,112,170); }
div.DivClassName
{
background-color: #7E70AA;
}
.BgClassName
{
background-color: #7E70AA;
}
</style>
border-color css
<style>
span { border-color: #7E70AA; }
span { border-color: rgb(126,112,170); }
td.TdClassName
{
border-color: #7E70AA;
}
.TagClassName
{
border-color: #7E70AA;
}
</style>