Shades of Deluge #7A6CAA
Tints of Deluge #7A6CAA
RGB
CMYK
RGB Variations
Color information
#7A6CAA (or 0x7A6CAA) is known color: Deluge. HEX triplet: 7A, 6C and AA. RGB value is (122,108,170). Sum of RGB (Red+Green+Blue) = 122+108+170=400 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.5% from 400); Green value is 108 (42.58% from 255 or 27% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #7A6CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A6CAA is #859355. Grayscale: #777777. Windows color (decimal): -8754006 or 11168890. OLE color: 11168890.
HSL color Cylindrical-coordinate representation of color #7A6CAA: hue angle of 253.55º degrees, saturation: 0.27, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7A6CAA is Cyan = 0.28, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 108 | 170 | - |
| CMYK | 0.28 | 0.36 | 0 | 0.33 |
| HSL | 253.55º | 0.27% | 0.55% | - |
| HSV(B) | 253.55º | 0.36% | 0.67% | - |
| XYZ | 20.64 | 17.76 | 40.37 | - |
| YUV | 119.25 | 156.64 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 108 | 170 | 0.28 | 0.36 | 0 | 0.33 | 253.55 | 0.27 | 0.55 |
| Hex | 7A | 6C | AA | 1C | 24 | 0 | 21 | FE | 1B | 37 |
| Octal | 172 | 154 | 252 | 34 | 44 | 0 | 41 | 376 | 33 | 67 |
| Binary | 1111010 | 1101100 | 10101010 | 11100 | 100100 | 0 | 100001 | 11111110 | 11011 | 110111 |
Color Harmonies of #7A6CAA
Complementary color
Monochromatic Colors of #7A6CAA
Black with #7A6CAA
Text Example
Text Example
White with #7A6CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A6CAA; }
p { color: rgb(122,108,170); }
H1.HeaderClassName
{
color: #7A6CAA;
}
.AnyTagClassName
{
color: #7A6CAA;
}
</style>
background-color css
<style>
a { background-color: #7A6CAA; }
a { background-color: rgb(122,108,170); }
div.DivClassName
{
background-color: #7A6CAA;
}
.BgClassName
{
background-color: #7A6CAA;
}
</style>
border-color css
<style>
span { border-color: #7A6CAA; }
span { border-color: rgb(122,108,170); }
td.TdClassName
{
border-color: #7A6CAA;
}
.TagClassName
{
border-color: #7A6CAA;
}
</style>