Shades of Deluge #7A6AAC
Tints of Deluge #7A6AAC
RGB
CMYK
RGB Variations
Color information
#7A6AAC (or 0x7A6AAC) is known color: Deluge. HEX triplet: 7A, 6A and AC. RGB value is (122,106,172). Sum of RGB (Red+Green+Blue) = 122+106+172=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 106 (41.80% from 255 or 26.5% from 400); Blue value is 172 (67.58% from 255 or 43% from 400); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A6AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6AAC is #859553. Grayscale: #767676. Windows color (decimal): -8754516 or 11299450. OLE color: 11299450.
HSL color Cylindrical-coordinate representation of color #7A6AAC: hue angle of 254.55º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A6AAC is Cyan = 0.29, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 106 | 172 | - |
| CMYK | 0.29 | 0.38 | 0 | 0.33 |
| HSL | 254.55º | 0.28% | 0.55% | - |
| HSV(B) | 254.55º | 0.38% | 0.67% | - |
| XYZ | 20.63 | 17.42 | 41.31 | - |
| YUV | 118.31 | 158.3 | 130.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 106 | 172 | 0.29 | 0.38 | 0 | 0.33 | 254.55 | 0.28 | 0.55 |
| Hex | 7A | 6A | AC | 1D | 26 | 0 | 21 | FF | 1C | 37 |
| Octal | 172 | 152 | 254 | 35 | 46 | 0 | 41 | 377 | 34 | 67 |
| Binary | 1111010 | 1101010 | 10101100 | 11101 | 100110 | 0 | 100001 | 11111111 | 11100 | 110111 |
Color Harmonies of #7A6AAC
Complementary color
Monochromatic Colors of #7A6AAC
Black with #7A6AAC
Text Example
Text Example
White with #7A6AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6AAC; }
p { color: rgb(122,106,172); }
H1.HeaderClassName
{
color: #7A6AAC;
}
.AnyTagClassName
{
color: #7A6AAC;
}
</style>
background-color css
<style>
a { background-color: #7A6AAC; }
a { background-color: rgb(122,106,172); }
div.DivClassName
{
background-color: #7A6AAC;
}
.BgClassName
{
background-color: #7A6AAC;
}
</style>
border-color css
<style>
span { border-color: #7A6AAC; }
span { border-color: rgb(122,106,172); }
td.TdClassName
{
border-color: #7A6AAC;
}
.TagClassName
{
border-color: #7A6AAC;
}
</style>