Shades of Deluge #7E61AE
Tints of Deluge #7E61AE
RGB
CMYK
RGB Variations
Color information
#7E61AE (or 0x7E61AE) is known color: Deluge. HEX triplet: 7E, 61 and AE. RGB value is (126,97,174). Sum of RGB (Red+Green+Blue) = 126+97+174=397 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.74% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E61AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E61AE is #819E51. Grayscale: #727272. Windows color (decimal): -8494674 or 11428222. OLE color: 11428222.
HSL color Cylindrical-coordinate representation of color #7E61AE: hue angle of 262.6º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E61AE is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 97 | 174 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.32 |
| HSL | 262.6º | 0.32% | 0.53% | - |
| HSV(B) | 262.6º | 0.44% | 0.68% | - |
| XYZ | 20.52 | 16.04 | 42.06 | - |
| YUV | 114.45 | 161.61 | 136.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 97 | 174 | 0.28 | 0.44 | 0 | 0.32 | 262.6 | 0.32 | 0.53 |
| Hex | 7E | 61 | AE | 1C | 2C | 0 | 20 | 107 | 20 | 35 |
| Octal | 176 | 141 | 256 | 34 | 54 | 0 | 40 | 407 | 40 | 65 |
| Binary | 1111110 | 1100001 | 10101110 | 11100 | 101100 | 0 | 100000 | 100000111 | 100000 | 110101 |
Color Harmonies of #7E61AE
Complementary color
Monochromatic Colors of #7E61AE
Black with #7E61AE
Text Example
Text Example
White with #7E61AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E61AE; }
p { color: rgb(126,97,174); }
H1.HeaderClassName
{
color: #7E61AE;
}
.AnyTagClassName
{
color: #7E61AE;
}
</style>
background-color css
<style>
a { background-color: #7E61AE; }
a { background-color: rgb(126,97,174); }
div.DivClassName
{
background-color: #7E61AE;
}
.BgClassName
{
background-color: #7E61AE;
}
</style>
border-color css
<style>
span { border-color: #7E61AE; }
span { border-color: rgb(126,97,174); }
td.TdClassName
{
border-color: #7E61AE;
}
.TagClassName
{
border-color: #7E61AE;
}
</style>