Shades of Deluge #7C70B1
Tints of Deluge #7C70B1
RGB
CMYK
RGB Variations
Color information
#7C70B1 (or 0x7C70B1) is known color: Deluge. HEX triplet: 7C, 70 and B1. RGB value is (124,112,177). Sum of RGB (Red+Green+Blue) = 124+112+177=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 177 (69.53% from 255 or 42.86% from 413); Max value from RGB is 177 - color contains mainly: blue. Hex color #7C70B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C70B1 is #838F4E. Grayscale: #7A7A7A. Windows color (decimal): -8621903 or 11628668. OLE color: 11628668.
HSL color Cylindrical-coordinate representation of color #7C70B1: hue angle of 251.08º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7C70B1 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 124 | 112 | 177 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.31 |
| HSL | 251.08º | 0.29% | 0.57% | - |
| HSV(B) | 251.08º | 0.37% | 0.69% | - |
| XYZ | 22.04 | 19.05 | 44.11 | - |
| YUV | 123 | 158.48 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 112 | 177 | 0.30 | 0.37 | 0 | 0.31 | 251.08 | 0.29 | 0.57 |
| Hex | 7C | 70 | B1 | 1E | 25 | 0 | 1F | FB | 1D | 39 |
| Octal | 174 | 160 | 261 | 36 | 45 | 0 | 37 | 373 | 35 | 71 |
| Binary | 1111100 | 1110000 | 10110001 | 11110 | 100101 | 0 | 11111 | 11111011 | 11101 | 111001 |
Color Harmonies of #7C70B1
Complementary color
Monochromatic Colors of #7C70B1
Black with #7C70B1
Text Example
Text Example
White with #7C70B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C70B1; }
p { color: rgb(124,112,177); }
H1.HeaderClassName
{
color: #7C70B1;
}
.AnyTagClassName
{
color: #7C70B1;
}
</style>
background-color css
<style>
a { background-color: #7C70B1; }
a { background-color: rgb(124,112,177); }
div.DivClassName
{
background-color: #7C70B1;
}
.BgClassName
{
background-color: #7C70B1;
}
</style>
border-color css
<style>
span { border-color: #7C70B1; }
span { border-color: rgb(124,112,177); }
td.TdClassName
{
border-color: #7C70B1;
}
.TagClassName
{
border-color: #7C70B1;
}
</style>