Shades of Scampi #7A60AE
Tints of Scampi #7A60AE
RGB
CMYK
RGB Variations
Color information
#7A60AE (or 0x7A60AE) is known color: Scampi. HEX triplet: 7A, 60 and AE. RGB value is (122,96,174). Sum of RGB (Red+Green+Blue) = 122+96+174=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 174 (68.36% from 255 or 44.39% from 392); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A60AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A60AE is #859F51. Grayscale: #707070. Windows color (decimal): -8757074 or 11427962. OLE color: 11427962.
HSL color Cylindrical-coordinate representation of color #7A60AE: hue angle of 260º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7A60AE is Cyan = 0.30, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 96 | 174 | - |
| CMYK | 0.30 | 0.45 | 0 | 0.32 |
| HSL | 260º | 0.33% | 0.53% | - |
| HSV(B) | 260º | 0.45% | 0.68% | - |
| XYZ | 19.85 | 15.56 | 42 | - |
| YUV | 112.67 | 162.61 | 134.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 96 | 174 | 0.30 | 0.45 | 0 | 0.32 | 260 | 0.33 | 0.53 |
| Hex | 7A | 60 | AE | 1E | 2D | 0 | 20 | 104 | 20 | 35 |
| Octal | 172 | 140 | 256 | 36 | 55 | 0 | 40 | 404 | 40 | 65 |
| Binary | 1111010 | 1100000 | 10101110 | 11110 | 101101 | 0 | 100000 | 100000100 | 100000 | 110101 |
Color Harmonies of #7A60AE
Complementary color
Monochromatic Colors of #7A60AE
Black with #7A60AE
Text Example
Text Example
White with #7A60AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A60AE; }
p { color: rgb(122,96,174); }
H1.HeaderClassName
{
color: #7A60AE;
}
.AnyTagClassName
{
color: #7A60AE;
}
</style>
background-color css
<style>
a { background-color: #7A60AE; }
a { background-color: rgb(122,96,174); }
div.DivClassName
{
background-color: #7A60AE;
}
.BgClassName
{
background-color: #7A60AE;
}
</style>
border-color css
<style>
span { border-color: #7A60AE; }
span { border-color: rgb(122,96,174); }
td.TdClassName
{
border-color: #7A60AE;
}
.TagClassName
{
border-color: #7A60AE;
}
</style>