Shades of Deluge #7B60AB
Tints of Deluge #7B60AB
RGB
CMYK
RGB Variations
Color information
#7B60AB (or 0x7B60AB) is known color: Deluge. HEX triplet: 7B, 60 and AB. RGB value is (123,96,171). Sum of RGB (Red+Green+Blue) = 123+96+171=390 (51% of max value = 765). Red value is 123 (48.44% from 255 or 31.54% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B60AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B60AB is #849F54. Grayscale: #707070. Windows color (decimal): -8691541 or 11231355. OLE color: 11231355.
HSL color Cylindrical-coordinate representation of color #7B60AB: hue angle of 261.6º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B60AB is Cyan = 0.28, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 96 | 171 | - |
| CMYK | 0.28 | 0.44 | 0 | 0.33 |
| HSL | 261.6º | 0.31% | 0.52% | - |
| HSV(B) | 261.6º | 0.44% | 0.67% | - |
| XYZ | 19.7 | 15.52 | 40.48 | - |
| YUV | 112.62 | 160.95 | 135.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 96 | 171 | 0.28 | 0.44 | 0 | 0.33 | 261.6 | 0.31 | 0.52 |
| Hex | 7B | 60 | AB | 1C | 2C | 0 | 21 | 106 | 1F | 34 |
| Octal | 173 | 140 | 253 | 34 | 54 | 0 | 41 | 406 | 37 | 64 |
| Binary | 1111011 | 1100000 | 10101011 | 11100 | 101100 | 0 | 100001 | 100000110 | 11111 | 110100 |
Color Harmonies of #7B60AB
Complementary color
Monochromatic Colors of #7B60AB
Black with #7B60AB
Text Example
Text Example
White with #7B60AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B60AB; }
p { color: rgb(123,96,171); }
H1.HeaderClassName
{
color: #7B60AB;
}
.AnyTagClassName
{
color: #7B60AB;
}
</style>
background-color css
<style>
a { background-color: #7B60AB; }
a { background-color: rgb(123,96,171); }
div.DivClassName
{
background-color: #7B60AB;
}
.BgClassName
{
background-color: #7B60AB;
}
</style>
border-color css
<style>
span { border-color: #7B60AB; }
span { border-color: rgb(123,96,171); }
td.TdClassName
{
border-color: #7B60AB;
}
.TagClassName
{
border-color: #7B60AB;
}
</style>