Shades of Deluge #7C64AD
Tints of Deluge #7C64AD
RGB
CMYK
RGB Variations
Color information
#7C64AD (or 0x7C64AD) is known color: Deluge. HEX triplet: 7C, 64 and AD. RGB value is (124,100,173). Sum of RGB (Red+Green+Blue) = 124+100+173=397 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.23% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 173 (67.97% from 255 or 43.58% from 397); Max value from RGB is 173 - color contains mainly: blue. Hex color #7C64AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C64AD is #839B52. Grayscale: #737373. Windows color (decimal): -8624979 or 11363452. OLE color: 11363452.
HSL color Cylindrical-coordinate representation of color #7C64AD: hue angle of 259.73º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7C64AD is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 124 | 100 | 173 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.32 |
| HSL | 259.73º | 0.31% | 0.54% | - |
| HSV(B) | 259.73º | 0.42% | 0.68% | - |
| XYZ | 20.41 | 16.42 | 41.63 | - |
| YUV | 115.5 | 160.45 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 100 | 173 | 0.28 | 0.42 | 0 | 0.32 | 259.73 | 0.31 | 0.54 |
| Hex | 7C | 64 | AD | 1C | 2A | 0 | 20 | 104 | 1F | 36 |
| Octal | 174 | 144 | 255 | 34 | 52 | 0 | 40 | 404 | 37 | 66 |
| Binary | 1111100 | 1100100 | 10101101 | 11100 | 101010 | 0 | 100000 | 100000100 | 11111 | 110110 |
Color Harmonies of #7C64AD
Complementary color
Monochromatic Colors of #7C64AD
Black with #7C64AD
Text Example
Text Example
White with #7C64AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C64AD; }
p { color: rgb(124,100,173); }
H1.HeaderClassName
{
color: #7C64AD;
}
.AnyTagClassName
{
color: #7C64AD;
}
</style>
background-color css
<style>
a { background-color: #7C64AD; }
a { background-color: rgb(124,100,173); }
div.DivClassName
{
background-color: #7C64AD;
}
.BgClassName
{
background-color: #7C64AD;
}
</style>
border-color css
<style>
span { border-color: #7C64AD; }
span { border-color: rgb(124,100,173); }
td.TdClassName
{
border-color: #7C64AD;
}
.TagClassName
{
border-color: #7C64AD;
}
</style>