Shades of Deluge #7A6FAC
Tints of Deluge #7A6FAC
RGB
CMYK
RGB Variations
Color information
#7A6FAC (or 0x7A6FAC) is known color: Deluge. HEX triplet: 7A, 6F and AC. RGB value is (122,111,172). Sum of RGB (Red+Green+Blue) = 122+111+172=405 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.12% from 405); Green value is 111 (43.75% from 255 or 27.41% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A6FAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6FAC is #859053. Grayscale: #797979. Windows color (decimal): -8753236 or 11300730. OLE color: 11300730.
HSL color Cylindrical-coordinate representation of color #7A6FAC: hue angle of 250.82º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A6FAC is Cyan = 0.29, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 111 | 172 | - |
| CMYK | 0.29 | 0.35 | 0 | 0.33 |
| HSL | 250.82º | 0.27% | 0.55% | - |
| HSV(B) | 250.82º | 0.35% | 0.67% | - |
| XYZ | 21.16 | 18.49 | 41.48 | - |
| YUV | 121.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 111 | 172 | 0.29 | 0.35 | 0 | 0.33 | 250.82 | 0.27 | 0.55 |
| Hex | 7A | 6F | AC | 1D | 23 | 0 | 21 | FB | 1B | 37 |
| Octal | 172 | 157 | 254 | 35 | 43 | 0 | 41 | 373 | 33 | 67 |
| Binary | 1111010 | 1101111 | 10101100 | 11101 | 100011 | 0 | 100001 | 11111011 | 11011 | 110111 |
Color Harmonies of #7A6FAC
Complementary color
Monochromatic Colors of #7A6FAC
Black with #7A6FAC
Text Example
Text Example
White with #7A6FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6FAC; }
p { color: rgb(122,111,172); }
H1.HeaderClassName
{
color: #7A6FAC;
}
.AnyTagClassName
{
color: #7A6FAC;
}
</style>
background-color css
<style>
a { background-color: #7A6FAC; }
a { background-color: rgb(122,111,172); }
div.DivClassName
{
background-color: #7A6FAC;
}
.BgClassName
{
background-color: #7A6FAC;
}
</style>
border-color css
<style>
span { border-color: #7A6FAC; }
span { border-color: rgb(122,111,172); }
td.TdClassName
{
border-color: #7A6FAC;
}
.TagClassName
{
border-color: #7A6FAC;
}
</style>