Shades of Deluge #7E63AA
Tints of Deluge #7E63AA
RGB
CMYK
RGB Variations
Color information
#7E63AA (or 0x7E63AA) is known color: Deluge. HEX triplet: 7E, 63 and AA. RGB value is (126,99,170). Sum of RGB (Red+Green+Blue) = 126+99+170=395 (52% of max value = 765). Red value is 126 (49.61% from 255 or 31.90% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 170 (66.80% from 255 or 43.04% from 395); Max value from RGB is 170 - color contains mainly: blue. Hex color #7E63AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7E63AA is #819C55. Grayscale: #727272. Windows color (decimal): -8494166 or 11166590. OLE color: 11166590.
HSL color Cylindrical-coordinate representation of color #7E63AA: hue angle of 262.82º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7E63AA is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 126 | 99 | 170 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.33 |
| HSL | 262.82º | 0.29% | 0.53% | - |
| HSV(B) | 262.82º | 0.42% | 0.67% | - |
| XYZ | 20.32 | 16.26 | 40.1 | - |
| YUV | 115.17 | 158.95 | 135.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 99 | 170 | 0.26 | 0.42 | 0 | 0.33 | 262.82 | 0.29 | 0.53 |
| Hex | 7E | 63 | AA | 1A | 2A | 0 | 21 | 107 | 1D | 35 |
| Octal | 176 | 143 | 252 | 32 | 52 | 0 | 41 | 407 | 35 | 65 |
| Binary | 1111110 | 1100011 | 10101010 | 11010 | 101010 | 0 | 100001 | 100000111 | 11101 | 110101 |
Color Harmonies of #7E63AA
Complementary color
Monochromatic Colors of #7E63AA
Black with #7E63AA
Text Example
Text Example
White with #7E63AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E63AA; }
p { color: rgb(126,99,170); }
H1.HeaderClassName
{
color: #7E63AA;
}
.AnyTagClassName
{
color: #7E63AA;
}
</style>
background-color css
<style>
a { background-color: #7E63AA; }
a { background-color: rgb(126,99,170); }
div.DivClassName
{
background-color: #7E63AA;
}
.BgClassName
{
background-color: #7E63AA;
}
</style>
border-color css
<style>
span { border-color: #7E63AA; }
span { border-color: rgb(126,99,170); }
td.TdClassName
{
border-color: #7E63AA;
}
.TagClassName
{
border-color: #7E63AA;
}
</style>