Shades of Deluge #7B61AF
Tints of Deluge #7B61AF
RGB
CMYK
RGB Variations
Color information
#7B61AF (or 0x7B61AF) is known color: Deluge. HEX triplet: 7B, 61 and AF. RGB value is (123,97,175). Sum of RGB (Red+Green+Blue) = 123+97+175=395 (52% of max value = 765). Red value is 123 (48.44% from 255 or 31.14% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 175 (68.75% from 255 or 44.30% from 395); Max value from RGB is 175 - color contains mainly: blue. Hex color #7B61AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B61AF is #849E50. Grayscale: #717171. Windows color (decimal): -8691281 or 11493755. OLE color: 11493755.
HSL color Cylindrical-coordinate representation of color #7B61AF: hue angle of 260º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B61AF is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 123 | 97 | 175 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.31 |
| HSL | 260º | 0.33% | 0.53% | - |
| HSV(B) | 260º | 0.45% | 0.69% | - |
| XYZ | 20.18 | 15.86 | 42.55 | - |
| YUV | 113.67 | 162.61 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 97 | 175 | 0.30 | 0.45 | 0 | 0.31 | 260 | 0.33 | 0.53 |
| Hex | 7B | 61 | AF | 1E | 2D | 0 | 1F | 104 | 21 | 35 |
| Octal | 173 | 141 | 257 | 36 | 55 | 0 | 37 | 404 | 41 | 65 |
| Binary | 1111011 | 1100001 | 10101111 | 11110 | 101101 | 0 | 11111 | 100000100 | 100001 | 110101 |
Color Harmonies of #7B61AF
Complementary color
Monochromatic Colors of #7B61AF
Black with #7B61AF
Text Example
Text Example
White with #7B61AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B61AF; }
p { color: rgb(123,97,175); }
H1.HeaderClassName
{
color: #7B61AF;
}
.AnyTagClassName
{
color: #7B61AF;
}
</style>
background-color css
<style>
a { background-color: #7B61AF; }
a { background-color: rgb(123,97,175); }
div.DivClassName
{
background-color: #7B61AF;
}
.BgClassName
{
background-color: #7B61AF;
}
</style>
border-color css
<style>
span { border-color: #7B61AF; }
span { border-color: rgb(123,97,175); }
td.TdClassName
{
border-color: #7B61AF;
}
.TagClassName
{
border-color: #7B61AF;
}
</style>