Shades of Deluge #7C6FAA
Tints of Deluge #7C6FAA
RGB
CMYK
RGB Variations
Color information
#7C6FAA (or 0x7C6FAA) is known color: Deluge. HEX triplet: 7C, 6F and AA. RGB value is (124,111,170). Sum of RGB (Red+Green+Blue) = 124+111+170=405 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.62% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #7C6FAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C6FAA is #839055. Grayscale: #797979. Windows color (decimal): -8622166 or 11169660. OLE color: 11169660.
HSL color Cylindrical-coordinate representation of color #7C6FAA: hue angle of 253.22º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C6FAA is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 111 | 170 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.33 |
| HSL | 253.22º | 0.26% | 0.55% | - |
| HSV(B) | 253.22º | 0.35% | 0.67% | - |
| XYZ | 21.25 | 18.56 | 40.49 | - |
| YUV | 121.61 | 155.31 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 111 | 170 | 0.27 | 0.35 | 0 | 0.33 | 253.22 | 0.26 | 0.55 |
| Hex | 7C | 6F | AA | 1B | 23 | 0 | 21 | FD | 1A | 37 |
| Octal | 174 | 157 | 252 | 33 | 43 | 0 | 41 | 375 | 32 | 67 |
| Binary | 1111100 | 1101111 | 10101010 | 11011 | 100011 | 0 | 100001 | 11111101 | 11010 | 110111 |
Color Harmonies of #7C6FAA
Complementary color
Monochromatic Colors of #7C6FAA
Black with #7C6FAA
Text Example
Text Example
White with #7C6FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C6FAA; }
p { color: rgb(124,111,170); }
H1.HeaderClassName
{
color: #7C6FAA;
}
.AnyTagClassName
{
color: #7C6FAA;
}
</style>
background-color css
<style>
a { background-color: #7C6FAA; }
a { background-color: rgb(124,111,170); }
div.DivClassName
{
background-color: #7C6FAA;
}
.BgClassName
{
background-color: #7C6FAA;
}
</style>
border-color css
<style>
span { border-color: #7C6FAA; }
span { border-color: rgb(124,111,170); }
td.TdClassName
{
border-color: #7C6FAA;
}
.TagClassName
{
border-color: #7C6FAA;
}
</style>