Shades of Deluge #7C65AB
Tints of Deluge #7C65AB
RGB
CMYK
RGB Variations
Color information
#7C65AB (or 0x7C65AB) is known color: Deluge. HEX triplet: 7C, 65 and AB. RGB value is (124,101,171). Sum of RGB (Red+Green+Blue) = 124+101+171=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 101 (39.84% from 255 or 25.51% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #7C65AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C65AB is #839A54. Grayscale: #737373. Windows color (decimal): -8624725 or 11232636. OLE color: 11232636.
HSL color Cylindrical-coordinate representation of color #7C65AB: hue angle of 259.71º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7C65AB is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 124 | 101 | 171 | - |
| CMYK | 0.27 | 0.41 | 0 | 0.33 |
| HSL | 259.71º | 0.29% | 0.53% | - |
| HSV(B) | 259.71º | 0.41% | 0.67% | - |
| XYZ | 20.32 | 16.53 | 40.65 | - |
| YUV | 115.86 | 159.12 | 133.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 101 | 171 | 0.27 | 0.41 | 0 | 0.33 | 259.71 | 0.29 | 0.53 |
| Hex | 7C | 65 | AB | 1B | 29 | 0 | 21 | 104 | 1D | 35 |
| Octal | 174 | 145 | 253 | 33 | 51 | 0 | 41 | 404 | 35 | 65 |
| Binary | 1111100 | 1100101 | 10101011 | 11011 | 101001 | 0 | 100001 | 100000100 | 11101 | 110101 |
Color Harmonies of #7C65AB
Complementary color
Monochromatic Colors of #7C65AB
Black with #7C65AB
Text Example
Text Example
White with #7C65AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C65AB; }
p { color: rgb(124,101,171); }
H1.HeaderClassName
{
color: #7C65AB;
}
.AnyTagClassName
{
color: #7C65AB;
}
</style>
background-color css
<style>
a { background-color: #7C65AB; }
a { background-color: rgb(124,101,171); }
div.DivClassName
{
background-color: #7C65AB;
}
.BgClassName
{
background-color: #7C65AB;
}
</style>
border-color css
<style>
span { border-color: #7C65AB; }
span { border-color: rgb(124,101,171); }
td.TdClassName
{
border-color: #7C65AB;
}
.TagClassName
{
border-color: #7C65AB;
}
</style>