Shades of Deluge #7D65AD
Tints of Deluge #7D65AD
RGB
CMYK
RGB Variations
Color information
#7D65AD (or 0x7D65AD) is known color: Deluge. HEX triplet: 7D, 65 and AD. RGB value is (125,101,173). Sum of RGB (Red+Green+Blue) = 125+101+173=399 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.33% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 173 (67.97% from 255 or 43.36% from 399); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D65AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D65AD is #829A52. Grayscale: #747474. Windows color (decimal): -8559187 or 11363709. OLE color: 11363709.
HSL color Cylindrical-coordinate representation of color #7D65AD: hue angle of 260º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7D65AD is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 101 | 173 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.32 |
| HSL | 260º | 0.31% | 0.54% | - |
| HSV(B) | 260º | 0.42% | 0.68% | - |
| XYZ | 20.65 | 16.68 | 41.67 | - |
| YUV | 116.38 | 159.95 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 101 | 173 | 0.28 | 0.42 | 0 | 0.32 | 260 | 0.31 | 0.54 |
| Hex | 7D | 65 | AD | 1C | 2A | 0 | 20 | 104 | 1F | 36 |
| Octal | 175 | 145 | 255 | 34 | 52 | 0 | 40 | 404 | 37 | 66 |
| Binary | 1111101 | 1100101 | 10101101 | 11100 | 101010 | 0 | 100000 | 100000100 | 11111 | 110110 |
Color Harmonies of #7D65AD
Complementary color
Monochromatic Colors of #7D65AD
Black with #7D65AD
Text Example
Text Example
White with #7D65AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D65AD; }
p { color: rgb(125,101,173); }
H1.HeaderClassName
{
color: #7D65AD;
}
.AnyTagClassName
{
color: #7D65AD;
}
</style>
background-color css
<style>
a { background-color: #7D65AD; }
a { background-color: rgb(125,101,173); }
div.DivClassName
{
background-color: #7D65AD;
}
.BgClassName
{
background-color: #7D65AD;
}
</style>
border-color css
<style>
span { border-color: #7D65AD; }
span { border-color: rgb(125,101,173); }
td.TdClassName
{
border-color: #7D65AD;
}
.TagClassName
{
border-color: #7D65AD;
}
</style>