Shades of Deluge #7A64A4
Tints of Deluge #7A64A4
RGB
CMYK
RGB Variations
Color information
#7A64A4 (or 0x7A64A4) is known color: Deluge. HEX triplet: 7A, 64 and A4. RGB value is (122,100,164). Sum of RGB (Red+Green+Blue) = 122+100+164=386 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.61% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 164 (64.45% from 255 or 42.49% from 386); Max value from RGB is 164 - color contains mainly: blue. Hex color #7A64A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A64A4 is #859B5B. Grayscale: #717171. Windows color (decimal): -8756060 or 10773626. OLE color: 10773626.
HSL color Cylindrical-coordinate representation of color #7A64A4: hue angle of 260.62º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7A64A4 is Cyan = 0.26, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 122 | 100 | 164 | - |
| CMYK | 0.26 | 0.39 | 0 | 0.36 |
| HSL | 260.63º | 0.26% | 0.52% | - |
| HSV(B) | 260.63º | 0.39% | 0.64% | - |
| XYZ | 19.28 | 15.93 | 37.18 | - |
| YUV | 113.87 | 156.29 | 133.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 100 | 164 | 0.26 | 0.39 | 0 | 0.36 | 260.63 | 0.26 | 0.52 |
| Hex | 7A | 64 | A4 | 1A | 27 | 0 | 24 | 105 | 1A | 34 |
| Octal | 172 | 144 | 244 | 32 | 47 | 0 | 44 | 405 | 32 | 64 |
| Binary | 1111010 | 1100100 | 10100100 | 11010 | 100111 | 0 | 100100 | 100000101 | 11010 | 110100 |
Color Harmonies of #7A64A4
Complementary color
Monochromatic Colors of #7A64A4
Black with #7A64A4
Text Example
Text Example
White with #7A64A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A64A4; }
p { color: rgb(122,100,164); }
H1.HeaderClassName
{
color: #7A64A4;
}
.AnyTagClassName
{
color: #7A64A4;
}
</style>
background-color css
<style>
a { background-color: #7A64A4; }
a { background-color: rgb(122,100,164); }
div.DivClassName
{
background-color: #7A64A4;
}
.BgClassName
{
background-color: #7A64A4;
}
</style>
border-color css
<style>
span { border-color: #7A64A4; }
span { border-color: rgb(122,100,164); }
td.TdClassName
{
border-color: #7A64A4;
}
.TagClassName
{
border-color: #7A64A4;
}
</style>