Shades of Deluge #7A619E
Tints of Deluge #7A619E
RGB
CMYK
RGB Variations
Color information
#7A619E (or 0x7A619E) is known color: Deluge. HEX triplet: 7A, 61 and 9E. RGB value is (122,97,158). Sum of RGB (Red+Green+Blue) = 122+97+158=377 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.36% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 158 (62.11% from 255 or 41.91% from 377); Max value from RGB is 158 - color contains mainly: blue. Hex color #7A619E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A619E is #859E61. Grayscale: #6F6F6F. Windows color (decimal): -8756834 or 10379642. OLE color: 10379642.
HSL color Cylindrical-coordinate representation of color #7A619E: hue angle of 264.59º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A619E is Cyan = 0.23, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 97 | 158 | - |
| CMYK | 0.23 | 0.39 | 0 | 0.38 |
| HSL | 264.59º | 0.24% | 0.5% | - |
| HSV(B) | 264.59º | 0.39% | 0.62% | - |
| XYZ | 18.47 | 15.16 | 34.3 | - |
| YUV | 111.43 | 154.28 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 97 | 158 | 0.23 | 0.39 | 0 | 0.38 | 264.59 | 0.24 | 0.5 |
| Hex | 7A | 61 | 9E | 17 | 27 | 0 | 26 | 109 | 18 | 32 |
| Octal | 172 | 141 | 236 | 27 | 47 | 0 | 46 | 411 | 30 | 62 |
| Binary | 1111010 | 1100001 | 10011110 | 10111 | 100111 | 0 | 100110 | 100001001 | 11000 | 110010 |
Color Harmonies of #7A619E
Complementary color
Monochromatic Colors of #7A619E
Black with #7A619E
Text Example
Text Example
White with #7A619E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A619E; }
p { color: rgb(122,97,158); }
H1.HeaderClassName
{
color: #7A619E;
}
.AnyTagClassName
{
color: #7A619E;
}
</style>
background-color css
<style>
a { background-color: #7A619E; }
a { background-color: rgb(122,97,158); }
div.DivClassName
{
background-color: #7A619E;
}
.BgClassName
{
background-color: #7A619E;
}
</style>
border-color css
<style>
span { border-color: #7A619E; }
span { border-color: rgb(122,97,158); }
td.TdClassName
{
border-color: #7A619E;
}
.TagClassName
{
border-color: #7A619E;
}
</style>