Shades of Deluge #7C6AAA
Tints of Deluge #7C6AAA
RGB
CMYK
RGB Variations
Color information
#7C6AAA (or 0x7C6AAA) is known color: Deluge. HEX triplet: 7C, 6A and AA. RGB value is (124,106,170). Sum of RGB (Red+Green+Blue) = 124+106+170=400 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C6AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6AAA is #839555. Grayscale: #767676. Windows color (decimal): -8623446 or 11168380. OLE color: 11168380.
HSL color Cylindrical-coordinate representation of color #7C6AAA: hue angle of 256.88º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C6AAA is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 106 | 170 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.33 |
| HSL | 256.88º | 0.27% | 0.54% | - |
| HSV(B) | 256.88º | 0.38% | 0.67% | - |
| XYZ | 20.72 | 17.5 | 40.32 | - |
| YUV | 118.68 | 156.96 | 131.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 106 | 170 | 0.27 | 0.38 | 0 | 0.33 | 256.88 | 0.27 | 0.54 |
| Hex | 7C | 6A | AA | 1B | 26 | 0 | 21 | 101 | 1B | 36 |
| Octal | 174 | 152 | 252 | 33 | 46 | 0 | 41 | 401 | 33 | 66 |
| Binary | 1111100 | 1101010 | 10101010 | 11011 | 100110 | 0 | 100001 | 100000001 | 11011 | 110110 |
Color Harmonies of #7C6AAA
Complementary color
Monochromatic Colors of #7C6AAA
Black with #7C6AAA
Text Example
Text Example
White with #7C6AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6AAA; }
p { color: rgb(124,106,170); }
H1.HeaderClassName
{
color: #7C6AAA;
}
.AnyTagClassName
{
color: #7C6AAA;
}
</style>
background-color css
<style>
a { background-color: #7C6AAA; }
a { background-color: rgb(124,106,170); }
div.DivClassName
{
background-color: #7C6AAA;
}
.BgClassName
{
background-color: #7C6AAA;
}
</style>
border-color css
<style>
span { border-color: #7C6AAA; }
span { border-color: rgb(124,106,170); }
td.TdClassName
{
border-color: #7C6AAA;
}
.TagClassName
{
border-color: #7C6AAA;
}
</style>