Shades of Deluge #7A6CAF
Tints of Deluge #7A6CAF
RGB
CMYK
RGB Variations
Color information
#7A6CAF (or 0x7A6CAF) is known color: Deluge. HEX triplet: 7A, 6C and AF. RGB value is (122,108,175). Sum of RGB (Red+Green+Blue) = 122+108+175=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 108 (42.58% from 255 or 26.67% from 405); Blue value is 175 (68.75% from 255 or 43.21% from 405); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A6CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6CAF is #859350. Grayscale: #777777. Windows color (decimal): -8754001 or 11496570. OLE color: 11496570.
HSL color Cylindrical-coordinate representation of color #7A6CAF: hue angle of 252.54º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7A6CAF is Cyan = 0.30, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 108 | 175 | - |
| CMYK | 0.30 | 0.38 | 0 | 0.31 |
| HSL | 252.54º | 0.3% | 0.55% | - |
| HSV(B) | 252.54º | 0.38% | 0.69% | - |
| XYZ | 21.13 | 17.96 | 42.91 | - |
| YUV | 119.82 | 159.14 | 129.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 108 | 175 | 0.30 | 0.38 | 0 | 0.31 | 252.54 | 0.3 | 0.55 |
| Hex | 7A | 6C | AF | 1E | 26 | 0 | 1F | FD | 1E | 37 |
| Octal | 172 | 154 | 257 | 36 | 46 | 0 | 37 | 375 | 36 | 67 |
| Binary | 1111010 | 1101100 | 10101111 | 11110 | 100110 | 0 | 11111 | 11111101 | 11110 | 110111 |
Color Harmonies of #7A6CAF
Complementary color
Monochromatic Colors of #7A6CAF
Black with #7A6CAF
Text Example
Text Example
White with #7A6CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6CAF; }
p { color: rgb(122,108,175); }
H1.HeaderClassName
{
color: #7A6CAF;
}
.AnyTagClassName
{
color: #7A6CAF;
}
</style>
background-color css
<style>
a { background-color: #7A6CAF; }
a { background-color: rgb(122,108,175); }
div.DivClassName
{
background-color: #7A6CAF;
}
.BgClassName
{
background-color: #7A6CAF;
}
</style>
border-color css
<style>
span { border-color: #7A6CAF; }
span { border-color: rgb(122,108,175); }
td.TdClassName
{
border-color: #7A6CAF;
}
.TagClassName
{
border-color: #7A6CAF;
}
</style>