Shades of Deluge #7D72A0
Tints of Deluge #7D72A0
RGB
CMYK
RGB Variations
Color information
#7D72A0 (or 0x7D72A0) is known color: Deluge. HEX triplet: 7D, 72 and A0. RGB value is (125,114,160). Sum of RGB (Red+Green+Blue) = 125+114+160=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 114 (44.92% from 255 or 28.57% from 399); Blue value is 160 (62.89% from 255 or 40.10% from 399); Max value from RGB is 160 - color contains mainly: blue. Hex color #7D72A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D72A0 is #828D5F. Grayscale: #7A7A7A. Windows color (decimal): -8555872 or 10515069. OLE color: 10515069.
HSL color Cylindrical-coordinate representation of color #7D72A0: hue angle of 254.35º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D72A0 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 125 | 114 | 160 | - |
| CMYK | 0.22 | 0.29 | 0 | 0.37 |
| HSL | 254.35º | 0.19% | 0.54% | - |
| HSV(B) | 254.35º | 0.29% | 0.63% | - |
| XYZ | 20.82 | 18.93 | 35.81 | - |
| YUV | 122.53 | 149.14 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 114 | 160 | 0.22 | 0.29 | 0 | 0.37 | 254.35 | 0.19 | 0.54 |
| Hex | 7D | 72 | A0 | 16 | 1D | 0 | 25 | FE | 13 | 36 |
| Octal | 175 | 162 | 240 | 26 | 35 | 0 | 45 | 376 | 23 | 66 |
| Binary | 1111101 | 1110010 | 10100000 | 10110 | 11101 | 0 | 100101 | 11111110 | 10011 | 110110 |
Color Harmonies of #7D72A0
Complementary color
Monochromatic Colors of #7D72A0
Black with #7D72A0
Text Example
Text Example
White with #7D72A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D72A0; }
p { color: rgb(125,114,160); }
H1.HeaderClassName
{
color: #7D72A0;
}
.AnyTagClassName
{
color: #7D72A0;
}
</style>
background-color css
<style>
a { background-color: #7D72A0; }
a { background-color: rgb(125,114,160); }
div.DivClassName
{
background-color: #7D72A0;
}
.BgClassName
{
background-color: #7D72A0;
}
</style>
border-color css
<style>
span { border-color: #7D72A0; }
span { border-color: rgb(125,114,160); }
td.TdClassName
{
border-color: #7D72A0;
}
.TagClassName
{
border-color: #7D72A0;
}
</style>