Shades of Deluge #7B60A2
Tints of Deluge #7B60A2
RGB
CMYK
RGB Variations
Color information
#7B60A2 (or 0x7B60A2) is known color: Deluge. HEX triplet: 7B, 60 and A2. RGB value is (123,96,162). Sum of RGB (Red+Green+Blue) = 123+96+162=381 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.28% from 381); Green value is 96 (37.89% from 255 or 25.20% from 381); Blue value is 162 (63.67% from 255 or 42.52% from 381); Max value from RGB is 162 - color contains mainly: blue. Hex color #7B60A2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7B60A2 is #849F5D. Grayscale: #6F6F6F. Windows color (decimal): -8691550 or 10641531. OLE color: 10641531.
HSL color Cylindrical-coordinate representation of color #7B60A2: hue angle of 264.55º degrees, saturation: 0.26, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B60A2 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 123 | 96 | 162 | - |
| CMYK | 0.24 | 0.41 | 0 | 0.36 |
| HSL | 264.55º | 0.26% | 0.51% | - |
| HSV(B) | 264.55º | 0.41% | 0.64% | - |
| XYZ | 18.87 | 15.19 | 36.12 | - |
| YUV | 111.6 | 156.45 | 136.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 96 | 162 | 0.24 | 0.41 | 0 | 0.36 | 264.55 | 0.26 | 0.51 |
| Hex | 7B | 60 | A2 | 18 | 29 | 0 | 24 | 109 | 1A | 33 |
| Octal | 173 | 140 | 242 | 30 | 51 | 0 | 44 | 411 | 32 | 63 |
| Binary | 1111011 | 1100000 | 10100010 | 11000 | 101001 | 0 | 100100 | 100001001 | 11010 | 110011 |
Color Harmonies of #7B60A2
Complementary color
Monochromatic Colors of #7B60A2
Black with #7B60A2
Text Example
Text Example
White with #7B60A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B60A2; }
p { color: rgb(123,96,162); }
H1.HeaderClassName
{
color: #7B60A2;
}
.AnyTagClassName
{
color: #7B60A2;
}
</style>
background-color css
<style>
a { background-color: #7B60A2; }
a { background-color: rgb(123,96,162); }
div.DivClassName
{
background-color: #7B60A2;
}
.BgClassName
{
background-color: #7B60A2;
}
</style>
border-color css
<style>
span { border-color: #7B60A2; }
span { border-color: rgb(123,96,162); }
td.TdClassName
{
border-color: #7B60A2;
}
.TagClassName
{
border-color: #7B60A2;
}
</style>