Shades of Deluge #7B71AB
Tints of Deluge #7B71AB
RGB
CMYK
RGB Variations
Color information
#7B71AB (or 0x7B71AB) is known color: Deluge. HEX triplet: 7B, 71 and AB. RGB value is (123,113,171). Sum of RGB (Red+Green+Blue) = 123+113+171=407 (53% of max value = 765). Red value is 123 (48.44% from 255 or 30.22% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B71AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B71AB is #848E54. Grayscale: #7A7A7A. Windows color (decimal): -8687189 or 11235707. OLE color: 11235707.
HSL color Cylindrical-coordinate representation of color #7B71AB: hue angle of 250.34º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B71AB is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 113 | 171 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.33 |
| HSL | 250.34º | 0.26% | 0.56% | - |
| HSV(B) | 250.34º | 0.34% | 0.67% | - |
| XYZ | 21.42 | 18.96 | 41.06 | - |
| YUV | 122.6 | 155.31 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 171 | 0.28 | 0.34 | 0 | 0.33 | 250.34 | 0.26 | 0.56 |
| Hex | 7B | 71 | AB | 1C | 22 | 0 | 21 | FA | 1A | 38 |
| Octal | 173 | 161 | 253 | 34 | 42 | 0 | 41 | 372 | 32 | 70 |
| Binary | 1111011 | 1110001 | 10101011 | 11100 | 100010 | 0 | 100001 | 11111010 | 11010 | 111000 |
Color Harmonies of #7B71AB
Complementary color
Monochromatic Colors of #7B71AB
Black with #7B71AB
Text Example
Text Example
White with #7B71AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B71AB; }
p { color: rgb(123,113,171); }
H1.HeaderClassName
{
color: #7B71AB;
}
.AnyTagClassName
{
color: #7B71AB;
}
</style>
background-color css
<style>
a { background-color: #7B71AB; }
a { background-color: rgb(123,113,171); }
div.DivClassName
{
background-color: #7B71AB;
}
.BgClassName
{
background-color: #7B71AB;
}
</style>
border-color css
<style>
span { border-color: #7B71AB; }
span { border-color: rgb(123,113,171); }
td.TdClassName
{
border-color: #7B71AB;
}
.TagClassName
{
border-color: #7B71AB;
}
</style>