Shades of Deluge #7A71AD
Tints of Deluge #7A71AD
RGB
CMYK
RGB Variations
Color information
#7A71AD (or 0x7A71AD) is known color: Deluge. HEX triplet: 7A, 71 and AD. RGB value is (122,113,173). Sum of RGB (Red+Green+Blue) = 122+113+173=408 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.90% from 408); Green value is 113 (44.53% from 255 or 27.70% from 408); Blue value is 173 (67.97% from 255 or 42.40% from 408); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A71AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A71AD is #858E52. Grayscale: #7A7A7A. Windows color (decimal): -8752723 or 11366778. OLE color: 11366778.
HSL color Cylindrical-coordinate representation of color #7A71AD: hue angle of 249º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A71AD is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 113 | 173 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.32 |
| HSL | 249º | 0.27% | 0.56% | - |
| HSV(B) | 249º | 0.35% | 0.68% | - |
| XYZ | 21.47 | 18.96 | 42.06 | - |
| YUV | 122.53 | 156.48 | 127.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 113 | 173 | 0.29 | 0.35 | 0 | 0.32 | 249 | 0.27 | 0.56 |
| Hex | 7A | 71 | AD | 1D | 23 | 0 | 20 | F9 | 1B | 38 |
| Octal | 172 | 161 | 255 | 35 | 43 | 0 | 40 | 371 | 33 | 70 |
| Binary | 1111010 | 1110001 | 10101101 | 11101 | 100011 | 0 | 100000 | 11111001 | 11011 | 111000 |
Color Harmonies of #7A71AD
Complementary color
Monochromatic Colors of #7A71AD
Black with #7A71AD
Text Example
Text Example
White with #7A71AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A71AD; }
p { color: rgb(122,113,173); }
H1.HeaderClassName
{
color: #7A71AD;
}
.AnyTagClassName
{
color: #7A71AD;
}
</style>
background-color css
<style>
a { background-color: #7A71AD; }
a { background-color: rgb(122,113,173); }
div.DivClassName
{
background-color: #7A71AD;
}
.BgClassName
{
background-color: #7A71AD;
}
</style>
border-color css
<style>
span { border-color: #7A71AD; }
span { border-color: rgb(122,113,173); }
td.TdClassName
{
border-color: #7A71AD;
}
.TagClassName
{
border-color: #7A71AD;
}
</style>