Shades of Deluge #7C6BAA
Tints of Deluge #7C6BAA
RGB
CMYK
RGB Variations
Color information
#7C6BAA (or 0x7C6BAA) is known color: Deluge. HEX triplet: 7C, 6B and AA. RGB value is (124,107,170). Sum of RGB (Red+Green+Blue) = 124+107+170=401 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.92% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C6BAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6BAA is #839455. Grayscale: #777777. Windows color (decimal): -8623190 or 11168636. OLE color: 11168636.
HSL color Cylindrical-coordinate representation of color #7C6BAA: hue angle of 256.19º degrees, saturation: 0.27, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C6BAA is Cyan = 0.27, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 107 | 170 | - |
| CMYK | 0.27 | 0.37 | 0 | 0.33 |
| HSL | 256.19º | 0.27% | 0.54% | - |
| HSV(B) | 256.19º | 0.37% | 0.67% | - |
| XYZ | 20.83 | 17.7 | 40.35 | - |
| YUV | 119.27 | 156.63 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 107 | 170 | 0.27 | 0.37 | 0 | 0.33 | 256.19 | 0.27 | 0.54 |
| Hex | 7C | 6B | AA | 1B | 25 | 0 | 21 | 100 | 1B | 36 |
| Octal | 174 | 153 | 252 | 33 | 45 | 0 | 41 | 400 | 33 | 66 |
| Binary | 1111100 | 1101011 | 10101010 | 11011 | 100101 | 0 | 100001 | 100000000 | 11011 | 110110 |
Color Harmonies of #7C6BAA
Complementary color
Monochromatic Colors of #7C6BAA
Black with #7C6BAA
Text Example
Text Example
White with #7C6BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6BAA; }
p { color: rgb(124,107,170); }
H1.HeaderClassName
{
color: #7C6BAA;
}
.AnyTagClassName
{
color: #7C6BAA;
}
</style>
background-color css
<style>
a { background-color: #7C6BAA; }
a { background-color: rgb(124,107,170); }
div.DivClassName
{
background-color: #7C6BAA;
}
.BgClassName
{
background-color: #7C6BAA;
}
</style>
border-color css
<style>
span { border-color: #7C6BAA; }
span { border-color: rgb(124,107,170); }
td.TdClassName
{
border-color: #7C6BAA;
}
.TagClassName
{
border-color: #7C6BAA;
}
</style>