Shades of Deluge #7B63AB
Tints of Deluge #7B63AB
RGB
CMYK
RGB Variations
Color information
#7B63AB (or 0x7B63AB) is known color: Deluge. HEX triplet: 7B, 63 and AB. RGB value is (123,99,171). Sum of RGB (Red+Green+Blue) = 123+99+171=393 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.30% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #7B63AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B63AB is #849C54. Grayscale: #727272. Windows color (decimal): -8690773 or 11232123. OLE color: 11232123.
HSL color Cylindrical-coordinate representation of color #7B63AB: hue angle of 260º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B63AB is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 123 | 99 | 171 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.33 |
| HSL | 260º | 0.3% | 0.53% | - |
| HSV(B) | 260º | 0.42% | 0.67% | - |
| XYZ | 19.98 | 16.07 | 40.58 | - |
| YUV | 114.38 | 159.95 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 99 | 171 | 0.28 | 0.42 | 0 | 0.33 | 260 | 0.3 | 0.53 |
| Hex | 7B | 63 | AB | 1C | 2A | 0 | 21 | 104 | 1E | 35 |
| Octal | 173 | 143 | 253 | 34 | 52 | 0 | 41 | 404 | 36 | 65 |
| Binary | 1111011 | 1100011 | 10101011 | 11100 | 101010 | 0 | 100001 | 100000100 | 11110 | 110101 |
Color Harmonies of #7B63AB
Complementary color
Monochromatic Colors of #7B63AB
Black with #7B63AB
Text Example
Text Example
White with #7B63AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B63AB; }
p { color: rgb(123,99,171); }
H1.HeaderClassName
{
color: #7B63AB;
}
.AnyTagClassName
{
color: #7B63AB;
}
</style>
background-color css
<style>
a { background-color: #7B63AB; }
a { background-color: rgb(123,99,171); }
div.DivClassName
{
background-color: #7B63AB;
}
.BgClassName
{
background-color: #7B63AB;
}
</style>
border-color css
<style>
span { border-color: #7B63AB; }
span { border-color: rgb(123,99,171); }
td.TdClassName
{
border-color: #7B63AB;
}
.TagClassName
{
border-color: #7B63AB;
}
</style>