Shades of Deluge #7D6CAD
Tints of Deluge #7D6CAD
RGB
CMYK
RGB Variations
Color information
#7D6CAD (or 0x7D6CAD) is known color: Deluge. HEX triplet: 7D, 6C and AD. RGB value is (125,108,173). Sum of RGB (Red+Green+Blue) = 125+108+173=406 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.79% from 406); Green value is 108 (42.58% from 255 or 26.60% from 406); Blue value is 173 (67.97% from 255 or 42.61% from 406); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D6CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D6CAD is #829352. Grayscale: #787878. Windows color (decimal): -8557395 or 11365501. OLE color: 11365501.
HSL color Cylindrical-coordinate representation of color #7D6CAD: hue angle of 255.69º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D6CAD is Cyan = 0.28, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 108 | 173 | - |
| CMYK | 0.28 | 0.38 | 0 | 0.32 |
| HSL | 255.69º | 0.28% | 0.55% | - |
| HSV(B) | 255.69º | 0.38% | 0.68% | - |
| XYZ | 21.36 | 18.1 | 41.9 | - |
| YUV | 120.49 | 157.63 | 131.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 108 | 173 | 0.28 | 0.38 | 0 | 0.32 | 255.69 | 0.28 | 0.55 |
| Hex | 7D | 6C | AD | 1C | 26 | 0 | 20 | 100 | 1C | 37 |
| Octal | 175 | 154 | 255 | 34 | 46 | 0 | 40 | 400 | 34 | 67 |
| Binary | 1111101 | 1101100 | 10101101 | 11100 | 100110 | 0 | 100000 | 100000000 | 11100 | 110111 |
Color Harmonies of #7D6CAD
Complementary color
Monochromatic Colors of #7D6CAD
Black with #7D6CAD
Text Example
Text Example
White with #7D6CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6CAD; }
p { color: rgb(125,108,173); }
H1.HeaderClassName
{
color: #7D6CAD;
}
.AnyTagClassName
{
color: #7D6CAD;
}
</style>
background-color css
<style>
a { background-color: #7D6CAD; }
a { background-color: rgb(125,108,173); }
div.DivClassName
{
background-color: #7D6CAD;
}
.BgClassName
{
background-color: #7D6CAD;
}
</style>
border-color css
<style>
span { border-color: #7D6CAD; }
span { border-color: rgb(125,108,173); }
td.TdClassName
{
border-color: #7D6CAD;
}
.TagClassName
{
border-color: #7D6CAD;
}
</style>