Shades of Deluge #7C61AB
Tints of Deluge #7C61AB
RGB
CMYK
RGB Variations
Color information
#7C61AB (or 0x7C61AB) is known color: Deluge. HEX triplet: 7C, 61 and AB. RGB value is (124,97,171). Sum of RGB (Red+Green+Blue) = 124+97+171=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C61AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C61AB is #839E54. Grayscale: #717171. Windows color (decimal): -8625749 or 11231612. OLE color: 11231612.
HSL color Cylindrical-coordinate representation of color #7C61AB: hue angle of 261.89º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C61AB is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 97 | 171 | - |
| CMYK | 0.27 | 0.43 | 0 | 0.33 |
| HSL | 261.89º | 0.31% | 0.53% | - |
| HSV(B) | 261.89º | 0.43% | 0.67% | - |
| XYZ | 19.94 | 15.77 | 40.52 | - |
| YUV | 113.51 | 160.45 | 135.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 97 | 171 | 0.27 | 0.43 | 0 | 0.33 | 261.89 | 0.31 | 0.53 |
| Hex | 7C | 61 | AB | 1B | 2B | 0 | 21 | 106 | 1F | 35 |
| Octal | 174 | 141 | 253 | 33 | 53 | 0 | 41 | 406 | 37 | 65 |
| Binary | 1111100 | 1100001 | 10101011 | 11011 | 101011 | 0 | 100001 | 100000110 | 11111 | 110101 |
Color Harmonies of #7C61AB
Complementary color
Monochromatic Colors of #7C61AB
Black with #7C61AB
Text Example
Text Example
White with #7C61AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C61AB; }
p { color: rgb(124,97,171); }
H1.HeaderClassName
{
color: #7C61AB;
}
.AnyTagClassName
{
color: #7C61AB;
}
</style>
background-color css
<style>
a { background-color: #7C61AB; }
a { background-color: rgb(124,97,171); }
div.DivClassName
{
background-color: #7C61AB;
}
.BgClassName
{
background-color: #7C61AB;
}
</style>
border-color css
<style>
span { border-color: #7C61AB; }
span { border-color: rgb(124,97,171); }
td.TdClassName
{
border-color: #7C61AB;
}
.TagClassName
{
border-color: #7C61AB;
}
</style>