Shades of Deluge #7D67AD
Tints of Deluge #7D67AD
RGB
CMYK
RGB Variations
Color information
#7D67AD (or 0x7D67AD) is known color: Deluge. HEX triplet: 7D, 67 and AD. RGB value is (125,103,173). Sum of RGB (Red+Green+Blue) = 125+103+173=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 103 (40.62% from 255 or 25.69% from 401); Blue value is 173 (67.97% from 255 or 43.14% from 401); Max value from RGB is 173 - color contains mainly: blue. Hex color #7D67AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D67AD is #829852. Grayscale: #757575. Windows color (decimal): -8558675 or 11364221. OLE color: 11364221.
HSL color Cylindrical-coordinate representation of color #7D67AD: hue angle of 258.86º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7D67AD is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 125 | 103 | 173 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.32 |
| HSL | 258.86º | 0.3% | 0.54% | - |
| HSV(B) | 258.86º | 0.4% | 0.68% | - |
| XYZ | 20.85 | 17.08 | 41.73 | - |
| YUV | 117.56 | 159.29 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 103 | 173 | 0.28 | 0.40 | 0 | 0.32 | 258.86 | 0.3 | 0.54 |
| Hex | 7D | 67 | AD | 1C | 28 | 0 | 20 | 103 | 1E | 36 |
| Octal | 175 | 147 | 255 | 34 | 50 | 0 | 40 | 403 | 36 | 66 |
| Binary | 1111101 | 1100111 | 10101101 | 11100 | 101000 | 0 | 100000 | 100000011 | 11110 | 110110 |
Color Harmonies of #7D67AD
Complementary color
Monochromatic Colors of #7D67AD
Black with #7D67AD
Text Example
Text Example
White with #7D67AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D67AD; }
p { color: rgb(125,103,173); }
H1.HeaderClassName
{
color: #7D67AD;
}
.AnyTagClassName
{
color: #7D67AD;
}
</style>
background-color css
<style>
a { background-color: #7D67AD; }
a { background-color: rgb(125,103,173); }
div.DivClassName
{
background-color: #7D67AD;
}
.BgClassName
{
background-color: #7D67AD;
}
</style>
border-color css
<style>
span { border-color: #7D67AD; }
span { border-color: rgb(125,103,173); }
td.TdClassName
{
border-color: #7D67AD;
}
.TagClassName
{
border-color: #7D67AD;
}
</style>