Shades of Deluge #7D70AC
Tints of Deluge #7D70AC
RGB
CMYK
RGB Variations
Color information
#7D70AC (or 0x7D70AC) is known color: Deluge. HEX triplet: 7D, 70 and AC. RGB value is (125,112,172). Sum of RGB (Red+Green+Blue) = 125+112+172=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 112 (44.14% from 255 or 27.38% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D70AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D70AC is #828F53. Grayscale: #7A7A7A. Windows color (decimal): -8556372 or 11300989. OLE color: 11300989.
HSL color Cylindrical-coordinate representation of color #7D70AC: hue angle of 253º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7D70AC is Cyan = 0.27, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 112 | 172 | - |
| CMYK | 0.27 | 0.35 | 0 | 0.33 |
| HSL | 253º | 0.27% | 0.56% | - |
| HSV(B) | 253º | 0.35% | 0.67% | - |
| XYZ | 21.7 | 18.93 | 41.54 | - |
| YUV | 122.73 | 155.81 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 112 | 172 | 0.27 | 0.35 | 0 | 0.33 | 253 | 0.27 | 0.56 |
| Hex | 7D | 70 | AC | 1B | 23 | 0 | 21 | FD | 1B | 38 |
| Octal | 175 | 160 | 254 | 33 | 43 | 0 | 41 | 375 | 33 | 70 |
| Binary | 1111101 | 1110000 | 10101100 | 11011 | 100011 | 0 | 100001 | 11111101 | 11011 | 111000 |
Color Harmonies of #7D70AC
Complementary color
Monochromatic Colors of #7D70AC
Black with #7D70AC
Text Example
Text Example
White with #7D70AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D70AC; }
p { color: rgb(125,112,172); }
H1.HeaderClassName
{
color: #7D70AC;
}
.AnyTagClassName
{
color: #7D70AC;
}
</style>
background-color css
<style>
a { background-color: #7D70AC; }
a { background-color: rgb(125,112,172); }
div.DivClassName
{
background-color: #7D70AC;
}
.BgClassName
{
background-color: #7D70AC;
}
</style>
border-color css
<style>
span { border-color: #7D70AC; }
span { border-color: rgb(125,112,172); }
td.TdClassName
{
border-color: #7D70AC;
}
.TagClassName
{
border-color: #7D70AC;
}
</style>