Shades of Deluge #7C629F
Tints of Deluge #7C629F
RGB
CMYK
RGB Variations
Color information
#7C629F (or 0x7C629F) is known color: Deluge. HEX triplet: 7C, 62 and 9F. RGB value is (124,98,159). Sum of RGB (Red+Green+Blue) = 124+98+159=381 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.55% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 159 (62.5% from 255 or 41.73% from 381); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C629F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C629F is #839D60. Grayscale: #707070. Windows color (decimal): -8625505 or 10445436. OLE color: 10445436.
HSL color Cylindrical-coordinate representation of color #7C629F: hue angle of 265.57º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C629F is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 124 | 98 | 159 | - |
| CMYK | 0.22 | 0.38 | 0 | 0.38 |
| HSL | 265.57º | 0.24% | 0.5% | - |
| HSV(B) | 265.57º | 0.38% | 0.62% | - |
| XYZ | 18.94 | 15.52 | 34.8 | - |
| YUV | 112.73 | 154.11 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 98 | 159 | 0.22 | 0.38 | 0 | 0.38 | 265.57 | 0.24 | 0.5 |
| Hex | 7C | 62 | 9F | 16 | 26 | 0 | 26 | 10A | 18 | 32 |
| Octal | 174 | 142 | 237 | 26 | 46 | 0 | 46 | 412 | 30 | 62 |
| Binary | 1111100 | 1100010 | 10011111 | 10110 | 100110 | 0 | 100110 | 100001010 | 11000 | 110010 |
Color Harmonies of #7C629F
Complementary color
Monochromatic Colors of #7C629F
Black with #7C629F
Text Example
Text Example
White with #7C629F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C629F; }
p { color: rgb(124,98,159); }
H1.HeaderClassName
{
color: #7C629F;
}
.AnyTagClassName
{
color: #7C629F;
}
</style>
background-color css
<style>
a { background-color: #7C629F; }
a { background-color: rgb(124,98,159); }
div.DivClassName
{
background-color: #7C629F;
}
.BgClassName
{
background-color: #7C629F;
}
</style>
border-color css
<style>
span { border-color: #7C629F; }
span { border-color: rgb(124,98,159); }
td.TdClassName
{
border-color: #7C629F;
}
.TagClassName
{
border-color: #7C629F;
}
</style>