Shades of Deluge #7A73AB
Tints of Deluge #7A73AB
RGB
CMYK
RGB Variations
Color information
#7A73AB (or 0x7A73AB) is known color: Deluge. HEX triplet: 7A, 73 and AB. RGB value is (122,115,171). Sum of RGB (Red+Green+Blue) = 122+115+171=408 (54% of max value = 765). Red value is 122 (48.05% from 255 or 29.90% from 408); Green value is 115 (45.31% from 255 or 28.19% from 408); Blue value is 171 (67.19% from 255 or 41.91% from 408); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A73AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A73AB is #858C54. Grayscale: #7B7B7B. Windows color (decimal): -8752213 or 11236218. OLE color: 11236218.
HSL color Cylindrical-coordinate representation of color #7A73AB: hue angle of 247.5º degrees, saturation: 0.25, 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 #7A73AB is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 115 | 171 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.33 |
| HSL | 247.5º | 0.25% | 0.56% | - |
| HSV(B) | 247.5º | 0.33% | 0.67% | - |
| XYZ | 21.51 | 19.34 | 41.13 | - |
| YUV | 123.48 | 154.82 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 115 | 171 | 0.29 | 0.33 | 0 | 0.33 | 247.5 | 0.25 | 0.56 |
| Hex | 7A | 73 | AB | 1D | 21 | 0 | 21 | F8 | 19 | 38 |
| Octal | 172 | 163 | 253 | 35 | 41 | 0 | 41 | 370 | 31 | 70 |
| Binary | 1111010 | 1110011 | 10101011 | 11101 | 100001 | 0 | 100001 | 11111000 | 11001 | 111000 |
Color Harmonies of #7A73AB
Complementary color
Monochromatic Colors of #7A73AB
Black with #7A73AB
Text Example
Text Example
White with #7A73AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A73AB; }
p { color: rgb(122,115,171); }
H1.HeaderClassName
{
color: #7A73AB;
}
.AnyTagClassName
{
color: #7A73AB;
}
</style>
background-color css
<style>
a { background-color: #7A73AB; }
a { background-color: rgb(122,115,171); }
div.DivClassName
{
background-color: #7A73AB;
}
.BgClassName
{
background-color: #7A73AB;
}
</style>
border-color css
<style>
span { border-color: #7A73AB; }
span { border-color: rgb(122,115,171); }
td.TdClassName
{
border-color: #7A73AB;
}
.TagClassName
{
border-color: #7A73AB;
}
</style>