Shades of Deluge #7C5DAF
Tints of Deluge #7C5DAF
RGB
CMYK
RGB Variations
Color information
#7C5DAF (or 0x7C5DAF) is known color: Deluge. HEX triplet: 7C, 5D and AF. RGB value is (124,93,175). Sum of RGB (Red+Green+Blue) = 124+93+175=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 93 (36.72% from 255 or 23.72% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 175 - color contains mainly: blue. Hex color #7C5DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5DAF is #83A250. Grayscale: #6F6F6F. Windows color (decimal): -8626769 or 11492732. OLE color: 11492732.
HSL color Cylindrical-coordinate representation of color #7C5DAF: hue angle of 262.68º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7C5DAF is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 93 | 175 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.31 |
| HSL | 262.68º | 0.34% | 0.53% | - |
| HSV(B) | 262.68º | 0.47% | 0.69% | - |
| XYZ | 19.96 | 15.21 | 42.44 | - |
| YUV | 111.62 | 163.77 | 136.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 93 | 175 | 0.29 | 0.47 | 0 | 0.31 | 262.68 | 0.34 | 0.53 |
| Hex | 7C | 5D | AF | 1D | 2F | 0 | 1F | 107 | 22 | 35 |
| Octal | 174 | 135 | 257 | 35 | 57 | 0 | 37 | 407 | 42 | 65 |
| Binary | 1111100 | 1011101 | 10101111 | 11101 | 101111 | 0 | 11111 | 100000111 | 100010 | 110101 |
Color Harmonies of #7C5DAF
Complementary color
Monochromatic Colors of #7C5DAF
Black with #7C5DAF
Text Example
Text Example
White with #7C5DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C5DAF; }
p { color: rgb(124,93,175); }
H1.HeaderClassName
{
color: #7C5DAF;
}
.AnyTagClassName
{
color: #7C5DAF;
}
</style>
background-color css
<style>
a { background-color: #7C5DAF; }
a { background-color: rgb(124,93,175); }
div.DivClassName
{
background-color: #7C5DAF;
}
.BgClassName
{
background-color: #7C5DAF;
}
</style>
border-color css
<style>
span { border-color: #7C5DAF; }
span { border-color: rgb(124,93,175); }
td.TdClassName
{
border-color: #7C5DAF;
}
.TagClassName
{
border-color: #7C5DAF;
}
</style>