Shades of Deluge #7A73AC
Tints of Deluge #7A73AC
RGB
CMYK
RGB Variations
Color information
#7A73AC (or 0x7A73AC) is known color: Deluge. HEX triplet: 7A, 73 and AC. RGB value is (122,115,172). Sum of RGB (Red+Green+Blue) = 122+115+172=409 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.83% from 409); Green value is 115 (45.31% from 255 or 28.12% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A73AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A73AC is #858C53. Grayscale: #7B7B7B. Windows color (decimal): -8752212 or 11301754. OLE color: 11301754.
HSL color Cylindrical-coordinate representation of color #7A73AC: hue angle of 247.37º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7A73AC is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 115 | 172 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.33 |
| HSL | 247.37º | 0.26% | 0.56% | - |
| HSV(B) | 247.37º | 0.33% | 0.67% | - |
| XYZ | 21.6 | 19.38 | 41.63 | - |
| YUV | 123.59 | 155.32 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 172 | 0.29 | 0.33 | 0 | 0.33 | 247.37 | 0.26 | 0.56 |
| Hex | 7A | 73 | AC | 1D | 21 | 0 | 21 | F7 | 1A | 38 |
| Octal | 172 | 163 | 254 | 35 | 41 | 0 | 41 | 367 | 32 | 70 |
| Binary | 1111010 | 1110011 | 10101100 | 11101 | 100001 | 0 | 100001 | 11110111 | 11010 | 111000 |
Color Harmonies of #7A73AC
Complementary color
Monochromatic Colors of #7A73AC
Black with #7A73AC
Text Example
Text Example
White with #7A73AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A73AC; }
p { color: rgb(122,115,172); }
H1.HeaderClassName
{
color: #7A73AC;
}
.AnyTagClassName
{
color: #7A73AC;
}
</style>
background-color css
<style>
a { background-color: #7A73AC; }
a { background-color: rgb(122,115,172); }
div.DivClassName
{
background-color: #7A73AC;
}
.BgClassName
{
background-color: #7A73AC;
}
</style>
border-color css
<style>
span { border-color: #7A73AC; }
span { border-color: rgb(122,115,172); }
td.TdClassName
{
border-color: #7A73AC;
}
.TagClassName
{
border-color: #7A73AC;
}
</style>