Shades of Deluge #7A6FA0
Tints of Deluge #7A6FA0
RGB
CMYK
RGB Variations
Color information
#7A6FA0 (or 0x7A6FA0) is known color: Deluge. HEX triplet: 7A, 6F and A0. RGB value is (122,111,160). Sum of RGB (Red+Green+Blue) = 122+111+160=393 (52% of max value = 765). Red value is 122 (48.05% from 255 or 31.04% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 160 (62.89% from 255 or 40.71% from 393); Max value from RGB is 160 - color contains mainly: blue. Hex color #7A6FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6FA0 is #85905F. Grayscale: #777777. Windows color (decimal): -8753248 or 10514298. OLE color: 10514298.
HSL color Cylindrical-coordinate representation of color #7A6FA0: hue angle of 253.47º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A6FA0 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 111 | 160 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.37 |
| HSL | 253.47º | 0.21% | 0.53% | - |
| HSV(B) | 253.47º | 0.31% | 0.63% | - |
| XYZ | 20.06 | 18.04 | 35.68 | - |
| YUV | 119.88 | 150.64 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 111 | 160 | 0.24 | 0.31 | 0 | 0.37 | 253.47 | 0.21 | 0.53 |
| Hex | 7A | 6F | A0 | 18 | 1F | 0 | 25 | FD | 15 | 35 |
| Octal | 172 | 157 | 240 | 30 | 37 | 0 | 45 | 375 | 25 | 65 |
| Binary | 1111010 | 1101111 | 10100000 | 11000 | 11111 | 0 | 100101 | 11111101 | 10101 | 110101 |
Color Harmonies of #7A6FA0
Complementary color
Monochromatic Colors of #7A6FA0
Black with #7A6FA0
Text Example
Text Example
White with #7A6FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6FA0; }
p { color: rgb(122,111,160); }
H1.HeaderClassName
{
color: #7A6FA0;
}
.AnyTagClassName
{
color: #7A6FA0;
}
</style>
background-color css
<style>
a { background-color: #7A6FA0; }
a { background-color: rgb(122,111,160); }
div.DivClassName
{
background-color: #7A6FA0;
}
.BgClassName
{
background-color: #7A6FA0;
}
</style>
border-color css
<style>
span { border-color: #7A6FA0; }
span { border-color: rgb(122,111,160); }
td.TdClassName
{
border-color: #7A6FA0;
}
.TagClassName
{
border-color: #7A6FA0;
}
</style>