Shades of Deluge #7A73A6
Tints of Deluge #7A73A6
RGB
CMYK
RGB Variations
Color information
#7A73A6 (or 0x7A73A6) is known color: Deluge. HEX triplet: 7A, 73 and A6. RGB value is (122,115,166). Sum of RGB (Red+Green+Blue) = 122+115+166=403 (53% of max value = 765). Red value is 122 (48.05% from 255 or 30.27% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 166 (65.23% from 255 or 41.19% from 403); Max value from RGB is 166 - color contains mainly: blue. Hex color #7A73A6 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A73A6 is #858C59. Grayscale: #7A7A7A. Windows color (decimal): -8752218 or 10908538. OLE color: 10908538.
HSL color Cylindrical-coordinate representation of color #7A73A6: hue angle of 248.24º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7A73A6 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 122 | 115 | 166 | - |
| CMYK | 0.27 | 0.31 | 0 | 0.35 |
| HSL | 248.24º | 0.22% | 0.55% | - |
| HSV(B) | 248.24º | 0.31% | 0.65% | - |
| XYZ | 21.04 | 19.15 | 38.66 | - |
| YUV | 122.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 166 | 0.27 | 0.31 | 0 | 0.35 | 248.24 | 0.22 | 0.55 |
| Hex | 7A | 73 | A6 | 1B | 1F | 0 | 23 | F8 | 16 | 37 |
| Octal | 172 | 163 | 246 | 33 | 37 | 0 | 43 | 370 | 26 | 67 |
| Binary | 1111010 | 1110011 | 10100110 | 11011 | 11111 | 0 | 100011 | 11111000 | 10110 | 110111 |
Color Harmonies of #7A73A6
Complementary color
Monochromatic Colors of #7A73A6
Black with #7A73A6
Text Example
Text Example
White with #7A73A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A73A6; }
p { color: rgb(122,115,166); }
H1.HeaderClassName
{
color: #7A73A6;
}
.AnyTagClassName
{
color: #7A73A6;
}
</style>
background-color css
<style>
a { background-color: #7A73A6; }
a { background-color: rgb(122,115,166); }
div.DivClassName
{
background-color: #7A73A6;
}
.BgClassName
{
background-color: #7A73A6;
}
</style>
border-color css
<style>
span { border-color: #7A73A6; }
span { border-color: rgb(122,115,166); }
td.TdClassName
{
border-color: #7A73A6;
}
.TagClassName
{
border-color: #7A73A6;
}
</style>