Shades of Deluge #7E64AA
Tints of Deluge #7E64AA
RGB
CMYK
RGB Variations
Color information
#7E64AA (or 0x7E64AA) is known color: Deluge. HEX triplet: 7E, 64 and AA. RGB value is (126,100,170). Sum of RGB (Red+Green+Blue) = 126+100+170=396 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.82% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E64AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E64AA is #819B55. Grayscale: #737373. Windows color (decimal): -8493910 or 11166846. OLE color: 11166846.
HSL color Cylindrical-coordinate representation of color #7E64AA: hue angle of 262.29º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7E64AA is Cyan = 0.26, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 100 | 170 | - |
| CMYK | 0.26 | 0.41 | 0 | 0.33 |
| HSL | 262.29º | 0.29% | 0.53% | - |
| HSV(B) | 262.29º | 0.41% | 0.67% | - |
| XYZ | 20.42 | 16.45 | 40.13 | - |
| YUV | 115.75 | 158.61 | 135.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 100 | 170 | 0.26 | 0.41 | 0 | 0.33 | 262.29 | 0.29 | 0.53 |
| Hex | 7E | 64 | AA | 1A | 29 | 0 | 21 | 106 | 1D | 35 |
| Octal | 176 | 144 | 252 | 32 | 51 | 0 | 41 | 406 | 35 | 65 |
| Binary | 1111110 | 1100100 | 10101010 | 11010 | 101001 | 0 | 100001 | 100000110 | 11101 | 110101 |
Color Harmonies of #7E64AA
Complementary color
Monochromatic Colors of #7E64AA
Black with #7E64AA
Text Example
Text Example
White with #7E64AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E64AA; }
p { color: rgb(126,100,170); }
H1.HeaderClassName
{
color: #7E64AA;
}
.AnyTagClassName
{
color: #7E64AA;
}
</style>
background-color css
<style>
a { background-color: #7E64AA; }
a { background-color: rgb(126,100,170); }
div.DivClassName
{
background-color: #7E64AA;
}
.BgClassName
{
background-color: #7E64AA;
}
</style>
border-color css
<style>
span { border-color: #7E64AA; }
span { border-color: rgb(126,100,170); }
td.TdClassName
{
border-color: #7E64AA;
}
.TagClassName
{
border-color: #7E64AA;
}
</style>