Shades of Deluge #7C719F
Tints of Deluge #7C719F
RGB
CMYK
RGB Variations
Color information
#7C719F (or 0x7C719F) is known color: Deluge. HEX triplet: 7C, 71 and 9F. RGB value is (124,113,159). Sum of RGB (Red+Green+Blue) = 124+113+159=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 113 (44.53% from 255 or 28.54% from 396); Blue value is 159 (62.5% from 255 or 40.15% from 396); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C719F is #838E60. Grayscale: #797979. Windows color (decimal): -8621665 or 10449276. OLE color: 10449276.
HSL color Cylindrical-coordinate representation of color #7C719F: hue angle of 254.35º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C719F is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 113 | 159 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.38 |
| HSL | 254.35º | 0.19% | 0.53% | - |
| HSV(B) | 254.35º | 0.29% | 0.62% | - |
| XYZ | 20.48 | 18.6 | 35.31 | - |
| YUV | 121.53 | 149.14 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 113 | 159 | 0.22 | 0.29 | 0 | 0.38 | 254.35 | 0.19 | 0.53 |
| Hex | 7C | 71 | 9F | 16 | 1D | 0 | 26 | FE | 13 | 35 |
| Octal | 174 | 161 | 237 | 26 | 35 | 0 | 46 | 376 | 23 | 65 |
| Binary | 1111100 | 1110001 | 10011111 | 10110 | 11101 | 0 | 100110 | 11111110 | 10011 | 110101 |
Color Harmonies of #7C719F
Complementary color
Monochromatic Colors of #7C719F
Black with #7C719F
Text Example
Text Example
White with #7C719F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C719F; }
p { color: rgb(124,113,159); }
H1.HeaderClassName
{
color: #7C719F;
}
.AnyTagClassName
{
color: #7C719F;
}
</style>
background-color css
<style>
a { background-color: #7C719F; }
a { background-color: rgb(124,113,159); }
div.DivClassName
{
background-color: #7C719F;
}
.BgClassName
{
background-color: #7C719F;
}
</style>
border-color css
<style>
span { border-color: #7C719F; }
span { border-color: rgb(124,113,159); }
td.TdClassName
{
border-color: #7C719F;
}
.TagClassName
{
border-color: #7C719F;
}
</style>