Shades of Deluge #7A6CA0
Tints of Deluge #7A6CA0
RGB
CMYK
RGB Variations
Color information
#7A6CA0 (or 0x7A6CA0) is known color: Deluge. HEX triplet: 7A, 6C and A0. RGB value is (122,108,160). Sum of RGB (Red+Green+Blue) = 122+108+160=390 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.28% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 160 (62.89% from 255 or 41.03% from 390); Max value from RGB is 160 - color contains mainly: blue. Hex color #7A6CA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6CA0 is #85935F. Grayscale: #757575. Windows color (decimal): -8754016 or 10513530. OLE color: 10513530.
HSL color Cylindrical-coordinate representation of color #7A6CA0: hue angle of 256.15º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A6CA0 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 122 | 108 | 160 | - |
| CMYK | 0.24 | 0.32 | 0 | 0.37 |
| HSL | 256.15º | 0.21% | 0.53% | - |
| HSV(B) | 256.15º | 0.33% | 0.63% | - |
| XYZ | 19.73 | 17.4 | 35.58 | - |
| YUV | 118.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 108 | 160 | 0.24 | 0.32 | 0 | 0.37 | 256.15 | 0.21 | 0.53 |
| Hex | 7A | 6C | A0 | 18 | 20 | 0 | 25 | 100 | 15 | 35 |
| Octal | 172 | 154 | 240 | 30 | 40 | 0 | 45 | 400 | 25 | 65 |
| Binary | 1111010 | 1101100 | 10100000 | 11000 | 100000 | 0 | 100101 | 100000000 | 10101 | 110101 |
Color Harmonies of #7A6CA0
Complementary color
Monochromatic Colors of #7A6CA0
Black with #7A6CA0
Text Example
Text Example
White with #7A6CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6CA0; }
p { color: rgb(122,108,160); }
H1.HeaderClassName
{
color: #7A6CA0;
}
.AnyTagClassName
{
color: #7A6CA0;
}
</style>
background-color css
<style>
a { background-color: #7A6CA0; }
a { background-color: rgb(122,108,160); }
div.DivClassName
{
background-color: #7A6CA0;
}
.BgClassName
{
background-color: #7A6CA0;
}
</style>
border-color css
<style>
span { border-color: #7A6CA0; }
span { border-color: rgb(122,108,160); }
td.TdClassName
{
border-color: #7A6CA0;
}
.TagClassName
{
border-color: #7A6CA0;
}
</style>