Shades of Deluge #7A6AAB
Tints of Deluge #7A6AAB
RGB
CMYK
RGB Variations
Color information
#7A6AAB (or 0x7A6AAB) is known color: Deluge. HEX triplet: 7A, 6A and AB. RGB value is (122,106,171). Sum of RGB (Red+Green+Blue) = 122+106+171=399 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.58% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 171 (67.19% from 255 or 42.86% from 399); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A6AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6AAB is #859554. Grayscale: #757575. Windows color (decimal): -8754517 or 11233914. OLE color: 11233914.
HSL color Cylindrical-coordinate representation of color #7A6AAB: hue angle of 254.77º degrees, saturation: 0.28, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A6AAB is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 106 | 171 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.33 |
| HSL | 254.77º | 0.28% | 0.54% | - |
| HSV(B) | 254.77º | 0.38% | 0.67% | - |
| XYZ | 20.53 | 17.39 | 40.8 | - |
| YUV | 118.19 | 157.8 | 130.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 106 | 171 | 0.29 | 0.38 | 0 | 0.33 | 254.77 | 0.28 | 0.54 |
| Hex | 7A | 6A | AB | 1D | 26 | 0 | 21 | FF | 1C | 36 |
| Octal | 172 | 152 | 253 | 35 | 46 | 0 | 41 | 377 | 34 | 66 |
| Binary | 1111010 | 1101010 | 10101011 | 11101 | 100110 | 0 | 100001 | 11111111 | 11100 | 110110 |
Color Harmonies of #7A6AAB
Complementary color
Monochromatic Colors of #7A6AAB
Black with #7A6AAB
Text Example
Text Example
White with #7A6AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6AAB; }
p { color: rgb(122,106,171); }
H1.HeaderClassName
{
color: #7A6AAB;
}
.AnyTagClassName
{
color: #7A6AAB;
}
</style>
background-color css
<style>
a { background-color: #7A6AAB; }
a { background-color: rgb(122,106,171); }
div.DivClassName
{
background-color: #7A6AAB;
}
.BgClassName
{
background-color: #7A6AAB;
}
</style>
border-color css
<style>
span { border-color: #7A6AAB; }
span { border-color: rgb(122,106,171); }
td.TdClassName
{
border-color: #7A6AAB;
}
.TagClassName
{
border-color: #7A6AAB;
}
</style>