Shades of Deluge #7A63AB
Tints of Deluge #7A63AB
RGB
CMYK
RGB Variations
Color information
#7A63AB (or 0x7A63AB) is known color: Deluge. HEX triplet: 7A, 63 and AB. RGB value is (122,99,171). Sum of RGB (Red+Green+Blue) = 122+99+171=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 99 (39.06% from 255 or 25.26% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A63AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A63AB is #859C54. Grayscale: #717171. Windows color (decimal): -8756309 or 11232122. OLE color: 11232122.
HSL color Cylindrical-coordinate representation of color #7A63AB: hue angle of 259.17º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A63AB is Cyan = 0.29, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 99 | 171 | - |
| CMYK | 0.29 | 0.42 | 0 | 0.33 |
| HSL | 259.17º | 0.3% | 0.53% | - |
| HSV(B) | 259.17º | 0.42% | 0.67% | - |
| XYZ | 19.84 | 16 | 40.57 | - |
| YUV | 114.09 | 160.12 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 99 | 171 | 0.29 | 0.42 | 0 | 0.33 | 259.17 | 0.3 | 0.53 |
| Hex | 7A | 63 | AB | 1D | 2A | 0 | 21 | 103 | 1E | 35 |
| Octal | 172 | 143 | 253 | 35 | 52 | 0 | 41 | 403 | 36 | 65 |
| Binary | 1111010 | 1100011 | 10101011 | 11101 | 101010 | 0 | 100001 | 100000011 | 11110 | 110101 |
Color Harmonies of #7A63AB
Complementary color
Monochromatic Colors of #7A63AB
Black with #7A63AB
Text Example
Text Example
White with #7A63AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A63AB; }
p { color: rgb(122,99,171); }
H1.HeaderClassName
{
color: #7A63AB;
}
.AnyTagClassName
{
color: #7A63AB;
}
</style>
background-color css
<style>
a { background-color: #7A63AB; }
a { background-color: rgb(122,99,171); }
div.DivClassName
{
background-color: #7A63AB;
}
.BgClassName
{
background-color: #7A63AB;
}
</style>
border-color css
<style>
span { border-color: #7A63AB; }
span { border-color: rgb(122,99,171); }
td.TdClassName
{
border-color: #7A63AB;
}
.TagClassName
{
border-color: #7A63AB;
}
</style>