Shades of Deluge #7A70AE
Tints of Deluge #7A70AE
RGB
CMYK
RGB Variations
Color information
#7A70AE (or 0x7A70AE) is known color: Deluge. HEX triplet: 7A, 70 and AE. RGB value is (122,112,174). Sum of RGB (Red+Green+Blue) = 122+112+174=408 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.90% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A70AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A70AE is #858F51. Grayscale: #797979. Windows color (decimal): -8752978 or 11432058. OLE color: 11432058.
HSL color Cylindrical-coordinate representation of color #7A70AE: hue angle of 249.68º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A70AE is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 112 | 174 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.32 |
| HSL | 249.68º | 0.28% | 0.56% | - |
| HSV(B) | 249.68º | 0.36% | 0.68% | - |
| XYZ | 21.46 | 18.78 | 42.54 | - |
| YUV | 122.06 | 157.31 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 112 | 174 | 0.30 | 0.36 | 0 | 0.32 | 249.68 | 0.28 | 0.56 |
| Hex | 7A | 70 | AE | 1E | 24 | 0 | 20 | FA | 1C | 38 |
| Octal | 172 | 160 | 256 | 36 | 44 | 0 | 40 | 372 | 34 | 70 |
| Binary | 1111010 | 1110000 | 10101110 | 11110 | 100100 | 0 | 100000 | 11111010 | 11100 | 111000 |
Color Harmonies of #7A70AE
Complementary color
Monochromatic Colors of #7A70AE
Black with #7A70AE
Text Example
Text Example
White with #7A70AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A70AE; }
p { color: rgb(122,112,174); }
H1.HeaderClassName
{
color: #7A70AE;
}
.AnyTagClassName
{
color: #7A70AE;
}
</style>
background-color css
<style>
a { background-color: #7A70AE; }
a { background-color: rgb(122,112,174); }
div.DivClassName
{
background-color: #7A70AE;
}
.BgClassName
{
background-color: #7A70AE;
}
</style>
border-color css
<style>
span { border-color: #7A70AE; }
span { border-color: rgb(122,112,174); }
td.TdClassName
{
border-color: #7A70AE;
}
.TagClassName
{
border-color: #7A70AE;
}
</style>