Shades of Deluge #7C73AE
Tints of Deluge #7C73AE
RGB
CMYK
RGB Variations
Color information
#7C73AE (or 0x7C73AE) is known color: Deluge. HEX triplet: 7C, 73 and AE. RGB value is (124,115,174). Sum of RGB (Red+Green+Blue) = 124+115+174=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 115 (45.31% from 255 or 27.85% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C73AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C73AE is #838C51. Grayscale: #7C7C7C. Windows color (decimal): -8621138 or 11432828. OLE color: 11432828.
HSL color Cylindrical-coordinate representation of color #7C73AE: hue angle of 249.15º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C73AE is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 115 | 174 | - |
| CMYK | 0.29 | 0.34 | 0 | 0.32 |
| HSL | 249.15º | 0.27% | 0.57% | - |
| HSV(B) | 249.15º | 0.34% | 0.68% | - |
| XYZ | 22.08 | 19.6 | 42.66 | - |
| YUV | 124.42 | 155.98 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 115 | 174 | 0.29 | 0.34 | 0 | 0.32 | 249.15 | 0.27 | 0.57 |
| Hex | 7C | 73 | AE | 1D | 22 | 0 | 20 | F9 | 1B | 39 |
| Octal | 174 | 163 | 256 | 35 | 42 | 0 | 40 | 371 | 33 | 71 |
| Binary | 1111100 | 1110011 | 10101110 | 11101 | 100010 | 0 | 100000 | 11111001 | 11011 | 111001 |
Color Harmonies of #7C73AE
Complementary color
Monochromatic Colors of #7C73AE
Black with #7C73AE
Text Example
Text Example
White with #7C73AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C73AE; }
p { color: rgb(124,115,174); }
H1.HeaderClassName
{
color: #7C73AE;
}
.AnyTagClassName
{
color: #7C73AE;
}
</style>
background-color css
<style>
a { background-color: #7C73AE; }
a { background-color: rgb(124,115,174); }
div.DivClassName
{
background-color: #7C73AE;
}
.BgClassName
{
background-color: #7C73AE;
}
</style>
border-color css
<style>
span { border-color: #7C73AE; }
span { border-color: rgb(124,115,174); }
td.TdClassName
{
border-color: #7C73AE;
}
.TagClassName
{
border-color: #7C73AE;
}
</style>