Shades of Deluge #7B72AC
Tints of Deluge #7B72AC
RGB
CMYK
RGB Variations
Color information
#7B72AC (or 0x7B72AC) is known color: Deluge. HEX triplet: 7B, 72 and AC. RGB value is (123,114,172). Sum of RGB (Red+Green+Blue) = 123+114+172=409 (54% of max value = 765). Red value is 123 (48.44% from 255 or 30.07% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 172 - color contains mainly: blue. Hex color #7B72AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B72AC is #848D53. Grayscale: #7B7B7B. Windows color (decimal): -8686932 or 11301499. OLE color: 11301499.
HSL color Cylindrical-coordinate representation of color #7B72AC: hue angle of 249.31º 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 #7B72AC is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 114 | 172 | - |
| CMYK | 0.28 | 0.34 | 0 | 0.33 |
| HSL | 249.31º | 0.26% | 0.56% | - |
| HSV(B) | 249.31º | 0.34% | 0.67% | - |
| XYZ | 21.63 | 19.22 | 41.6 | - |
| YUV | 123.3 | 155.48 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 114 | 172 | 0.28 | 0.34 | 0 | 0.33 | 249.31 | 0.26 | 0.56 |
| Hex | 7B | 72 | AC | 1C | 22 | 0 | 21 | F9 | 1A | 38 |
| Octal | 173 | 162 | 254 | 34 | 42 | 0 | 41 | 371 | 32 | 70 |
| Binary | 1111011 | 1110010 | 10101100 | 11100 | 100010 | 0 | 100001 | 11111001 | 11010 | 111000 |
Color Harmonies of #7B72AC
Complementary color
Monochromatic Colors of #7B72AC
Black with #7B72AC
Text Example
Text Example
White with #7B72AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B72AC; }
p { color: rgb(123,114,172); }
H1.HeaderClassName
{
color: #7B72AC;
}
.AnyTagClassName
{
color: #7B72AC;
}
</style>
background-color css
<style>
a { background-color: #7B72AC; }
a { background-color: rgb(123,114,172); }
div.DivClassName
{
background-color: #7B72AC;
}
.BgClassName
{
background-color: #7B72AC;
}
</style>
border-color css
<style>
span { border-color: #7B72AC; }
span { border-color: rgb(123,114,172); }
td.TdClassName
{
border-color: #7B72AC;
}
.TagClassName
{
border-color: #7B72AC;
}
</style>