Shades of Deluge #7D71AC
Tints of Deluge #7D71AC
RGB
CMYK
RGB Variations
Color information
#7D71AC (or 0x7D71AC) is known color: Deluge. HEX triplet: 7D, 71 and AC. RGB value is (125,113,172). Sum of RGB (Red+Green+Blue) = 125+113+172=410 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.49% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D71AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D71AC is #828E53. Grayscale: #7B7B7B. Windows color (decimal): -8556116 or 11301245. OLE color: 11301245.
HSL color Cylindrical-coordinate representation of color #7D71AC: hue angle of 252.2º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7D71AC is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 113 | 172 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.33 |
| HSL | 252.2º | 0.26% | 0.56% | - |
| HSV(B) | 252.2º | 0.34% | 0.67% | - |
| XYZ | 21.81 | 19.15 | 41.58 | - |
| YUV | 123.31 | 155.48 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 113 | 172 | 0.27 | 0.34 | 0 | 0.33 | 252.2 | 0.26 | 0.56 |
| Hex | 7D | 71 | AC | 1B | 22 | 0 | 21 | FC | 1A | 38 |
| Octal | 175 | 161 | 254 | 33 | 42 | 0 | 41 | 374 | 32 | 70 |
| Binary | 1111101 | 1110001 | 10101100 | 11011 | 100010 | 0 | 100001 | 11111100 | 11010 | 111000 |
Color Harmonies of #7D71AC
Complementary color
Monochromatic Colors of #7D71AC
Black with #7D71AC
Text Example
Text Example
White with #7D71AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D71AC; }
p { color: rgb(125,113,172); }
H1.HeaderClassName
{
color: #7D71AC;
}
.AnyTagClassName
{
color: #7D71AC;
}
</style>
background-color css
<style>
a { background-color: #7D71AC; }
a { background-color: rgb(125,113,172); }
div.DivClassName
{
background-color: #7D71AC;
}
.BgClassName
{
background-color: #7D71AC;
}
</style>
border-color css
<style>
span { border-color: #7D71AC; }
span { border-color: rgb(125,113,172); }
td.TdClassName
{
border-color: #7D71AC;
}
.TagClassName
{
border-color: #7D71AC;
}
</style>