Shades of Deluge #7C619C
Tints of Deluge #7C619C
RGB
CMYK
RGB Variations
Color information
#7C619C (or 0x7C619C) is known color: Deluge. HEX triplet: 7C, 61 and 9C. RGB value is (124,97,156). Sum of RGB (Red+Green+Blue) = 124+97+156=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 156 (61.33% from 255 or 41.38% from 377); Max value from RGB is 156 - color contains mainly: blue. Hex color #7C619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C619C is #839E63. Grayscale: #6F6F6F. Windows color (decimal): -8625764 or 10248572. OLE color: 10248572.
HSL color Cylindrical-coordinate representation of color #7C619C: hue angle of 267.46º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7C619C is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 124 | 97 | 156 | - |
| CMYK | 0.21 | 0.38 | 0 | 0.39 |
| HSL | 267.46º | 0.23% | 0.5% | - |
| HSV(B) | 267.46º | 0.38% | 0.61% | - |
| XYZ | 18.59 | 15.23 | 33.41 | - |
| YUV | 111.8 | 152.95 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 97 | 156 | 0.21 | 0.38 | 0 | 0.39 | 267.46 | 0.23 | 0.5 |
| Hex | 7C | 61 | 9C | 15 | 26 | 0 | 27 | 10B | 17 | 32 |
| Octal | 174 | 141 | 234 | 25 | 46 | 0 | 47 | 413 | 27 | 62 |
| Binary | 1111100 | 1100001 | 10011100 | 10101 | 100110 | 0 | 100111 | 100001011 | 10111 | 110010 |
Color Harmonies of #7C619C
Complementary color
Monochromatic Colors of #7C619C
Black with #7C619C
Text Example
Text Example
White with #7C619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C619C; }
p { color: rgb(124,97,156); }
H1.HeaderClassName
{
color: #7C619C;
}
.AnyTagClassName
{
color: #7C619C;
}
</style>
background-color css
<style>
a { background-color: #7C619C; }
a { background-color: rgb(124,97,156); }
div.DivClassName
{
background-color: #7C619C;
}
.BgClassName
{
background-color: #7C619C;
}
</style>
border-color css
<style>
span { border-color: #7C619C; }
span { border-color: rgb(124,97,156); }
td.TdClassName
{
border-color: #7C619C;
}
.TagClassName
{
border-color: #7C619C;
}
</style>