Shades of Deluge #7D71AB
Tints of Deluge #7D71AB
RGB
CMYK
RGB Variations
Color information
#7D71AB (or 0x7D71AB) is known color: Deluge. HEX triplet: 7D, 71 and AB. RGB value is (125,113,171). Sum of RGB (Red+Green+Blue) = 125+113+171=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 113 (44.53% from 255 or 27.63% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D71AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D71AB is #828E54. Grayscale: #7A7A7A. Windows color (decimal): -8556117 or 11235709. OLE color: 11235709.
HSL color Cylindrical-coordinate representation of color #7D71AB: hue angle of 252.41º 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 #7D71AB is Cyan = 0.27, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 125 | 113 | 171 | - |
| CMYK | 0.27 | 0.34 | 0 | 0.33 |
| HSL | 252.41º | 0.26% | 0.56% | - |
| HSV(B) | 252.41º | 0.34% | 0.67% | - |
| XYZ | 21.71 | 19.11 | 41.07 | - |
| YUV | 123.2 | 154.98 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 113 | 171 | 0.27 | 0.34 | 0 | 0.33 | 252.41 | 0.26 | 0.56 |
| Hex | 7D | 71 | AB | 1B | 22 | 0 | 21 | FC | 1A | 38 |
| Octal | 175 | 161 | 253 | 33 | 42 | 0 | 41 | 374 | 32 | 70 |
| Binary | 1111101 | 1110001 | 10101011 | 11011 | 100010 | 0 | 100001 | 11111100 | 11010 | 111000 |
Color Harmonies of #7D71AB
Complementary color
Monochromatic Colors of #7D71AB
Black with #7D71AB
Text Example
Text Example
White with #7D71AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D71AB; }
p { color: rgb(125,113,171); }
H1.HeaderClassName
{
color: #7D71AB;
}
.AnyTagClassName
{
color: #7D71AB;
}
</style>
background-color css
<style>
a { background-color: #7D71AB; }
a { background-color: rgb(125,113,171); }
div.DivClassName
{
background-color: #7D71AB;
}
.BgClassName
{
background-color: #7D71AB;
}
</style>
border-color css
<style>
span { border-color: #7D71AB; }
span { border-color: rgb(125,113,171); }
td.TdClassName
{
border-color: #7D71AB;
}
.TagClassName
{
border-color: #7D71AB;
}
</style>