Shades of Deluge #7B70AF
Tints of Deluge #7B70AF
RGB
CMYK
RGB Variations
Color information
#7B70AF (or 0x7B70AF) is known color: Deluge. HEX triplet: 7B, 70 and AF. RGB value is (123,112,175). Sum of RGB (Red+Green+Blue) = 123+112+175=410 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 175 (68.75% from 255 or 42.68% from 410); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B70AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B70AF is #848F50. Grayscale: #7A7A7A. Windows color (decimal): -8687441 or 11497595. OLE color: 11497595.
HSL color Cylindrical-coordinate representation of color #7B70AF: hue angle of 250.48º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B70AF is Cyan = 0.30, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 112 | 175 | - |
| CMYK | 0.30 | 0.36 | 0 | 0.31 |
| HSL | 250.48º | 0.28% | 0.56% | - |
| HSV(B) | 250.48º | 0.36% | 0.69% | - |
| XYZ | 21.7 | 18.89 | 43.06 | - |
| YUV | 122.47 | 157.64 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 112 | 175 | 0.30 | 0.36 | 0 | 0.31 | 250.48 | 0.28 | 0.56 |
| Hex | 7B | 70 | AF | 1E | 24 | 0 | 1F | FA | 1C | 38 |
| Octal | 173 | 160 | 257 | 36 | 44 | 0 | 37 | 372 | 34 | 70 |
| Binary | 1111011 | 1110000 | 10101111 | 11110 | 100100 | 0 | 11111 | 11111010 | 11100 | 111000 |
Color Harmonies of #7B70AF
Complementary color
Monochromatic Colors of #7B70AF
Black with #7B70AF
Text Example
Text Example
White with #7B70AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B70AF; }
p { color: rgb(123,112,175); }
H1.HeaderClassName
{
color: #7B70AF;
}
.AnyTagClassName
{
color: #7B70AF;
}
</style>
background-color css
<style>
a { background-color: #7B70AF; }
a { background-color: rgb(123,112,175); }
div.DivClassName
{
background-color: #7B70AF;
}
.BgClassName
{
background-color: #7B70AF;
}
</style>
border-color css
<style>
span { border-color: #7B70AF; }
span { border-color: rgb(123,112,175); }
td.TdClassName
{
border-color: #7B70AF;
}
.TagClassName
{
border-color: #7B70AF;
}
</style>