Shades of Deluge #7C75AC
Tints of Deluge #7C75AC
RGB
CMYK
RGB Variations
Color information
#7C75AC (or 0x7C75AC) is known color: Deluge. HEX triplet: 7C, 75 and AC. RGB value is (124,117,172). Sum of RGB (Red+Green+Blue) = 124+117+172=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 172 (67.58% from 255 or 41.65% from 413); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C75AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C75AC is #838A53. Grayscale: #7D7D7D. Windows color (decimal): -8620628 or 11302268. OLE color: 11302268.
HSL color Cylindrical-coordinate representation of color #7C75AC: hue angle of 247.64º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7C75AC is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 117 | 172 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.33 |
| HSL | 247.64º | 0.25% | 0.57% | - |
| HSV(B) | 247.64º | 0.32% | 0.67% | - |
| XYZ | 22.12 | 19.99 | 41.72 | - |
| YUV | 125.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 117 | 172 | 0.28 | 0.32 | 0 | 0.33 | 247.64 | 0.25 | 0.57 |
| Hex | 7C | 75 | AC | 1C | 20 | 0 | 21 | F8 | 19 | 39 |
| Octal | 174 | 165 | 254 | 34 | 40 | 0 | 41 | 370 | 31 | 71 |
| Binary | 1111100 | 1110101 | 10101100 | 11100 | 100000 | 0 | 100001 | 11111000 | 11001 | 111001 |
Color Harmonies of #7C75AC
Complementary color
Monochromatic Colors of #7C75AC
Black with #7C75AC
Text Example
Text Example
White with #7C75AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C75AC; }
p { color: rgb(124,117,172); }
H1.HeaderClassName
{
color: #7C75AC;
}
.AnyTagClassName
{
color: #7C75AC;
}
</style>
background-color css
<style>
a { background-color: #7C75AC; }
a { background-color: rgb(124,117,172); }
div.DivClassName
{
background-color: #7C75AC;
}
.BgClassName
{
background-color: #7C75AC;
}
</style>
border-color css
<style>
span { border-color: #7C75AC; }
span { border-color: rgb(124,117,172); }
td.TdClassName
{
border-color: #7C75AC;
}
.TagClassName
{
border-color: #7C75AC;
}
</style>