Shades of Deluge #7E64AE
Tints of Deluge #7E64AE
RGB
CMYK
RGB Variations
Color information
#7E64AE (or 0x7E64AE) is known color: Deluge. HEX triplet: 7E, 64 and AE. RGB value is (126,100,174). Sum of RGB (Red+Green+Blue) = 126+100+174=400 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.5% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 174 (68.36% from 255 or 43.5% from 400); Max value from RGB is 174 - color contains mainly: blue. Hex color #7E64AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E64AE is #819B51. Grayscale: #737373. Windows color (decimal): -8493906 or 11428990. OLE color: 11428990.
HSL color Cylindrical-coordinate representation of color #7E64AE: hue angle of 261.08º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7E64AE is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 126 | 100 | 174 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.32 |
| HSL | 261.08º | 0.31% | 0.54% | - |
| HSV(B) | 261.08º | 0.43% | 0.68% | - |
| XYZ | 20.8 | 16.61 | 42.15 | - |
| YUV | 116.21 | 160.61 | 134.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 174 | 0.28 | 0.43 | 0 | 0.32 | 261.08 | 0.31 | 0.54 |
| Hex | 7E | 64 | AE | 1C | 2B | 0 | 20 | 105 | 1F | 36 |
| Octal | 176 | 144 | 256 | 34 | 53 | 0 | 40 | 405 | 37 | 66 |
| Binary | 1111110 | 1100100 | 10101110 | 11100 | 101011 | 0 | 100000 | 100000101 | 11111 | 110110 |
Color Harmonies of #7E64AE
Complementary color
Monochromatic Colors of #7E64AE
Black with #7E64AE
Text Example
Text Example
White with #7E64AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E64AE; }
p { color: rgb(126,100,174); }
H1.HeaderClassName
{
color: #7E64AE;
}
.AnyTagClassName
{
color: #7E64AE;
}
</style>
background-color css
<style>
a { background-color: #7E64AE; }
a { background-color: rgb(126,100,174); }
div.DivClassName
{
background-color: #7E64AE;
}
.BgClassName
{
background-color: #7E64AE;
}
</style>
border-color css
<style>
span { border-color: #7E64AE; }
span { border-color: rgb(126,100,174); }
td.TdClassName
{
border-color: #7E64AE;
}
.TagClassName
{
border-color: #7E64AE;
}
</style>