Shades of Deluge #7A63AD
Tints of Deluge #7A63AD
RGB
CMYK
RGB Variations
Color information
#7A63AD (or 0x7A63AD) is known color: Deluge. HEX triplet: 7A, 63 and AD. RGB value is (122,99,173). Sum of RGB (Red+Green+Blue) = 122+99+173=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 99 (39.06% from 255 or 25.13% from 394); Blue value is 173 (67.97% from 255 or 43.91% from 394); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A63AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A63AD is #859C52. Grayscale: #727272. Windows color (decimal): -8756307 or 11363194. OLE color: 11363194.
HSL color Cylindrical-coordinate representation of color #7A63AD: hue angle of 258.65º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A63AD is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 99 | 173 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.32 |
| HSL | 258.65º | 0.31% | 0.53% | - |
| HSV(B) | 258.65º | 0.43% | 0.68% | - |
| XYZ | 20.03 | 16.08 | 41.58 | - |
| YUV | 114.31 | 161.12 | 133.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 173 | 0.29 | 0.43 | 0 | 0.32 | 258.65 | 0.31 | 0.53 |
| Hex | 7A | 63 | AD | 1D | 2B | 0 | 20 | 103 | 1F | 35 |
| Octal | 172 | 143 | 255 | 35 | 53 | 0 | 40 | 403 | 37 | 65 |
| Binary | 1111010 | 1100011 | 10101101 | 11101 | 101011 | 0 | 100000 | 100000011 | 11111 | 110101 |
Color Harmonies of #7A63AD
Complementary color
Monochromatic Colors of #7A63AD
Black with #7A63AD
Text Example
Text Example
White with #7A63AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A63AD; }
p { color: rgb(122,99,173); }
H1.HeaderClassName
{
color: #7A63AD;
}
.AnyTagClassName
{
color: #7A63AD;
}
</style>
background-color css
<style>
a { background-color: #7A63AD; }
a { background-color: rgb(122,99,173); }
div.DivClassName
{
background-color: #7A63AD;
}
.BgClassName
{
background-color: #7A63AD;
}
</style>
border-color css
<style>
span { border-color: #7A63AD; }
span { border-color: rgb(122,99,173); }
td.TdClassName
{
border-color: #7A63AD;
}
.TagClassName
{
border-color: #7A63AD;
}
</style>