Shades of Deluge #7A719F
Tints of Deluge #7A719F
RGB
CMYK
RGB Variations
Color information
#7A719F (or 0x7A719F) is known color: Deluge. HEX triplet: 7A, 71 and 9F. RGB value is (122,113,159). Sum of RGB (Red+Green+Blue) = 122+113+159=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 159 (62.5% from 255 or 40.36% from 394); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A719F is #858E60. Grayscale: #787878. Windows color (decimal): -8752737 or 10449274. OLE color: 10449274.
HSL color Cylindrical-coordinate representation of color #7A719F: hue angle of 251.74º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7A719F is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 113 | 159 | - |
| CMYK | 0.23 | 0.29 | 0 | 0.38 |
| HSL | 251.74º | 0.19% | 0.53% | - |
| HSV(B) | 251.74º | 0.29% | 0.62% | - |
| XYZ | 20.19 | 18.45 | 35.3 | - |
| YUV | 120.94 | 149.48 | 128.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 113 | 159 | 0.23 | 0.29 | 0 | 0.38 | 251.74 | 0.19 | 0.53 |
| Hex | 7A | 71 | 9F | 17 | 1D | 0 | 26 | FC | 13 | 35 |
| Octal | 172 | 161 | 237 | 27 | 35 | 0 | 46 | 374 | 23 | 65 |
| Binary | 1111010 | 1110001 | 10011111 | 10111 | 11101 | 0 | 100110 | 11111100 | 10011 | 110101 |
Color Harmonies of #7A719F
Complementary color
Monochromatic Colors of #7A719F
Black with #7A719F
Text Example
Text Example
White with #7A719F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A719F; }
p { color: rgb(122,113,159); }
H1.HeaderClassName
{
color: #7A719F;
}
.AnyTagClassName
{
color: #7A719F;
}
</style>
background-color css
<style>
a { background-color: #7A719F; }
a { background-color: rgb(122,113,159); }
div.DivClassName
{
background-color: #7A719F;
}
.BgClassName
{
background-color: #7A719F;
}
</style>
border-color css
<style>
span { border-color: #7A719F; }
span { border-color: rgb(122,113,159); }
td.TdClassName
{
border-color: #7A719F;
}
.TagClassName
{
border-color: #7A719F;
}
</style>