Shades of Deluge #7A66AD
Tints of Deluge #7A66AD
RGB
CMYK
RGB Variations
Color information
#7A66AD (or 0x7A66AD) is known color: Deluge. HEX triplet: 7A, 66 and AD. RGB value is (122,102,173). Sum of RGB (Red+Green+Blue) = 122+102+173=397 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.73% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A66AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A66AD is #859952. Grayscale: #737373. Windows color (decimal): -8755539 or 11363962. OLE color: 11363962.
HSL color Cylindrical-coordinate representation of color #7A66AD: hue angle of 256.9º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A66AD is Cyan = 0.29, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 102 | 173 | - |
| CMYK | 0.29 | 0.41 | 0 | 0.32 |
| HSL | 256.9º | 0.3% | 0.54% | - |
| HSV(B) | 256.9º | 0.41% | 0.68% | - |
| XYZ | 20.32 | 16.66 | 41.68 | - |
| YUV | 116.07 | 160.13 | 132.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 102 | 173 | 0.29 | 0.41 | 0 | 0.32 | 256.9 | 0.3 | 0.54 |
| Hex | 7A | 66 | AD | 1D | 29 | 0 | 20 | 101 | 1E | 36 |
| Octal | 172 | 146 | 255 | 35 | 51 | 0 | 40 | 401 | 36 | 66 |
| Binary | 1111010 | 1100110 | 10101101 | 11101 | 101001 | 0 | 100000 | 100000001 | 11110 | 110110 |
Color Harmonies of #7A66AD
Complementary color
Monochromatic Colors of #7A66AD
Black with #7A66AD
Text Example
Text Example
White with #7A66AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A66AD; }
p { color: rgb(122,102,173); }
H1.HeaderClassName
{
color: #7A66AD;
}
.AnyTagClassName
{
color: #7A66AD;
}
</style>
background-color css
<style>
a { background-color: #7A66AD; }
a { background-color: rgb(122,102,173); }
div.DivClassName
{
background-color: #7A66AD;
}
.BgClassName
{
background-color: #7A66AD;
}
</style>
border-color css
<style>
span { border-color: #7A66AD; }
span { border-color: rgb(122,102,173); }
td.TdClassName
{
border-color: #7A66AD;
}
.TagClassName
{
border-color: #7A66AD;
}
</style>