Shades of Scampi #7A62AB
Tints of Scampi #7A62AB
RGB
CMYK
RGB Variations
Color information
#7A62AB (or 0x7A62AB) is known color: Scampi. HEX triplet: 7A, 62 and AB. RGB value is (122,98,171). Sum of RGB (Red+Green+Blue) = 122+98+171=391 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.20% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #7A62AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A62AB is #859D54. Grayscale: #717171. Windows color (decimal): -8756565 or 11231866. OLE color: 11231866.
HSL color Cylindrical-coordinate representation of color #7A62AB: hue angle of 259.73º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7A62AB is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 122 | 98 | 171 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.33 |
| HSL | 259.73º | 0.3% | 0.53% | - |
| HSV(B) | 259.73º | 0.43% | 0.67% | - |
| XYZ | 19.74 | 15.81 | 40.54 | - |
| YUV | 113.5 | 160.45 | 134.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 98 | 171 | 0.29 | 0.43 | 0 | 0.33 | 259.73 | 0.3 | 0.53 |
| Hex | 7A | 62 | AB | 1D | 2B | 0 | 21 | 104 | 1E | 35 |
| Octal | 172 | 142 | 253 | 35 | 53 | 0 | 41 | 404 | 36 | 65 |
| Binary | 1111010 | 1100010 | 10101011 | 11101 | 101011 | 0 | 100001 | 100000100 | 11110 | 110101 |
Color Harmonies of #7A62AB
Complementary color
Monochromatic Colors of #7A62AB
Black with #7A62AB
Text Example
Text Example
White with #7A62AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A62AB; }
p { color: rgb(122,98,171); }
H1.HeaderClassName
{
color: #7A62AB;
}
.AnyTagClassName
{
color: #7A62AB;
}
</style>
background-color css
<style>
a { background-color: #7A62AB; }
a { background-color: rgb(122,98,171); }
div.DivClassName
{
background-color: #7A62AB;
}
.BgClassName
{
background-color: #7A62AB;
}
</style>
border-color css
<style>
span { border-color: #7A62AB; }
span { border-color: rgb(122,98,171); }
td.TdClassName
{
border-color: #7A62AB;
}
.TagClassName
{
border-color: #7A62AB;
}
</style>