Shades of Deluge #7D619D
Tints of Deluge #7D619D
RGB
CMYK
RGB Variations
Color information
#7D619D (or 0x7D619D) is known color: Deluge. HEX triplet: 7D, 61 and 9D. RGB value is (125,97,157). Sum of RGB (Red+Green+Blue) = 125+97+157=379 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.98% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D619D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D619D is #829E62. Grayscale: #6F6F6F. Windows color (decimal): -8560227 or 10314109. OLE color: 10314109.
HSL color Cylindrical-coordinate representation of color #7D619D: hue angle of 268º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D619D is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 125 | 97 | 157 | - |
| CMYK | 0.20 | 0.38 | 0 | 0.38 |
| HSL | 268º | 0.24% | 0.5% | - |
| HSV(B) | 268º | 0.38% | 0.62% | - |
| XYZ | 18.82 | 15.34 | 33.87 | - |
| YUV | 112.21 | 153.28 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 97 | 157 | 0.20 | 0.38 | 0 | 0.38 | 268 | 0.24 | 0.5 |
| Hex | 7D | 61 | 9D | 14 | 26 | 0 | 26 | 10C | 18 | 32 |
| Octal | 175 | 141 | 235 | 24 | 46 | 0 | 46 | 414 | 30 | 62 |
| Binary | 1111101 | 1100001 | 10011101 | 10100 | 100110 | 0 | 100110 | 100001100 | 11000 | 110010 |
Color Harmonies of #7D619D
Complementary color
Monochromatic Colors of #7D619D
Black with #7D619D
Text Example
Text Example
White with #7D619D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D619D; }
p { color: rgb(125,97,157); }
H1.HeaderClassName
{
color: #7D619D;
}
.AnyTagClassName
{
color: #7D619D;
}
</style>
background-color css
<style>
a { background-color: #7D619D; }
a { background-color: rgb(125,97,157); }
div.DivClassName
{
background-color: #7D619D;
}
.BgClassName
{
background-color: #7D619D;
}
</style>
border-color css
<style>
span { border-color: #7D619D; }
span { border-color: rgb(125,97,157); }
td.TdClassName
{
border-color: #7D619D;
}
.TagClassName
{
border-color: #7D619D;
}
</style>