Shades of Deluge #7C5EA5
Tints of Deluge #7C5EA5
RGB
CMYK
RGB Variations
Color information
#7C5EA5 (or 0x7C5EA5) is known color: Deluge. HEX triplet: 7C, 5E and A5. RGB value is (124,94,165). Sum of RGB (Red+Green+Blue) = 124+94+165=383 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.38% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 165 (64.84% from 255 or 43.08% from 383); Max value from RGB is 165 - color contains mainly: blue. Hex color #7C5EA5 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5EA5 is #83A15A. Grayscale: #6E6E6E. Windows color (decimal): -8626523 or 10837628. OLE color: 10837628.
HSL color Cylindrical-coordinate representation of color #7C5EA5: hue angle of 265.35º degrees, saturation: 0.28, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7C5EA5 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 124 | 94 | 165 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.35 |
| HSL | 265.35º | 0.28% | 0.51% | - |
| HSV(B) | 265.35º | 0.43% | 0.65% | - |
| XYZ | 19.11 | 15.01 | 37.49 | - |
| YUV | 111.06 | 158.44 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 94 | 165 | 0.25 | 0.43 | 0 | 0.35 | 265.35 | 0.28 | 0.51 |
| Hex | 7C | 5E | A5 | 19 | 2B | 0 | 23 | 109 | 1C | 33 |
| Octal | 174 | 136 | 245 | 31 | 53 | 0 | 43 | 411 | 34 | 63 |
| Binary | 1111100 | 1011110 | 10100101 | 11001 | 101011 | 0 | 100011 | 100001001 | 11100 | 110011 |
Color Harmonies of #7C5EA5
Complementary color
Monochromatic Colors of #7C5EA5
Black with #7C5EA5
Text Example
Text Example
White with #7C5EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5EA5; }
p { color: rgb(124,94,165); }
H1.HeaderClassName
{
color: #7C5EA5;
}
.AnyTagClassName
{
color: #7C5EA5;
}
</style>
background-color css
<style>
a { background-color: #7C5EA5; }
a { background-color: rgb(124,94,165); }
div.DivClassName
{
background-color: #7C5EA5;
}
.BgClassName
{
background-color: #7C5EA5;
}
</style>
border-color css
<style>
span { border-color: #7C5EA5; }
span { border-color: rgb(124,94,165); }
td.TdClassName
{
border-color: #7C5EA5;
}
.TagClassName
{
border-color: #7C5EA5;
}
</style>