Shades of Deluge #7D71A4
Tints of Deluge #7D71A4
RGB
CMYK
RGB Variations
Color information
#7D71A4 (or 0x7D71A4) is known color: Deluge. HEX triplet: 7D, 71 and A4. RGB value is (125,113,164). Sum of RGB (Red+Green+Blue) = 125+113+164=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 164 - color contains mainly: blue. Hex color #7D71A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D71A4 is #828E5B. Grayscale: #7A7A7A. Windows color (decimal): -8556124 or 10776957. OLE color: 10776957.
HSL color Cylindrical-coordinate representation of color #7D71A4: hue angle of 254.12º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7D71A4 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 125 | 113 | 164 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.36 |
| HSL | 254.12º | 0.22% | 0.54% | - |
| HSV(B) | 254.12º | 0.31% | 0.64% | - |
| XYZ | 21.06 | 18.85 | 37.65 | - |
| YUV | 122.4 | 151.48 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 113 | 164 | 0.24 | 0.31 | 0 | 0.36 | 254.12 | 0.22 | 0.54 |
| Hex | 7D | 71 | A4 | 18 | 1F | 0 | 24 | FE | 16 | 36 |
| Octal | 175 | 161 | 244 | 30 | 37 | 0 | 44 | 376 | 26 | 66 |
| Binary | 1111101 | 1110001 | 10100100 | 11000 | 11111 | 0 | 100100 | 11111110 | 10110 | 110110 |
Color Harmonies of #7D71A4
Complementary color
Monochromatic Colors of #7D71A4
Black with #7D71A4
Text Example
Text Example
White with #7D71A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D71A4; }
p { color: rgb(125,113,164); }
H1.HeaderClassName
{
color: #7D71A4;
}
.AnyTagClassName
{
color: #7D71A4;
}
</style>
background-color css
<style>
a { background-color: #7D71A4; }
a { background-color: rgb(125,113,164); }
div.DivClassName
{
background-color: #7D71A4;
}
.BgClassName
{
background-color: #7D71A4;
}
</style>
border-color css
<style>
span { border-color: #7D71A4; }
span { border-color: rgb(125,113,164); }
td.TdClassName
{
border-color: #7D71A4;
}
.TagClassName
{
border-color: #7D71A4;
}
</style>