Shades of Deluge #7A73AA
Tints of Deluge #7A73AA
RGB
CMYK
RGB Variations
Color information
#7A73AA (or 0x7A73AA) is known color: Deluge. HEX triplet: 7A, 73 and AA. RGB value is (122,115,170). Sum of RGB (Red+Green+Blue) = 122+115+170=407 (53% of max value = 765). Red value is 122 (48.05% from 255 or 29.98% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A73AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A73AA is #858C55. Grayscale: #7B7B7B. Windows color (decimal): -8752214 or 11170682. OLE color: 11170682.
HSL color Cylindrical-coordinate representation of color #7A73AA: hue angle of 247.64º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7A73AA is Cyan = 0.28, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 115 | 170 | - |
| CMYK | 0.28 | 0.32 | 0 | 0.33 |
| HSL | 247.64º | 0.24% | 0.56% | - |
| HSV(B) | 247.64º | 0.32% | 0.67% | - |
| XYZ | 21.41 | 19.3 | 40.63 | - |
| YUV | 123.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 170 | 0.28 | 0.32 | 0 | 0.33 | 247.64 | 0.24 | 0.56 |
| Hex | 7A | 73 | AA | 1C | 20 | 0 | 21 | F8 | 18 | 38 |
| Octal | 172 | 163 | 252 | 34 | 40 | 0 | 41 | 370 | 30 | 70 |
| Binary | 1111010 | 1110011 | 10101010 | 11100 | 100000 | 0 | 100001 | 11111000 | 11000 | 111000 |
Color Harmonies of #7A73AA
Complementary color
Monochromatic Colors of #7A73AA
Black with #7A73AA
Text Example
Text Example
White with #7A73AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A73AA; }
p { color: rgb(122,115,170); }
H1.HeaderClassName
{
color: #7A73AA;
}
.AnyTagClassName
{
color: #7A73AA;
}
</style>
background-color css
<style>
a { background-color: #7A73AA; }
a { background-color: rgb(122,115,170); }
div.DivClassName
{
background-color: #7A73AA;
}
.BgClassName
{
background-color: #7A73AA;
}
</style>
border-color css
<style>
span { border-color: #7A73AA; }
span { border-color: rgb(122,115,170); }
td.TdClassName
{
border-color: #7A73AA;
}
.TagClassName
{
border-color: #7A73AA;
}
</style>