Shades of Scampi #7A62AE
Tints of Scampi #7A62AE
RGB
CMYK
RGB Variations
Color information
#7A62AE (or 0x7A62AE) is known color: Scampi. HEX triplet: 7A, 62 and AE. RGB value is (122,98,174). Sum of RGB (Red+Green+Blue) = 122+98+174=394 (52% of max value = 765). Red value is 122 (48.05% from 255 or 30.96% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 174 (68.36% from 255 or 44.16% from 394); Max value from RGB is 174 - color contains mainly: blue. Hex color #7A62AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A62AE is #859D51. Grayscale: #717171. Windows color (decimal): -8756562 or 11428474. OLE color: 11428474.
HSL color Cylindrical-coordinate representation of color #7A62AE: hue angle of 258.95º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7A62AE is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 98 | 174 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.32 |
| HSL | 258.95º | 0.32% | 0.53% | - |
| HSV(B) | 258.95º | 0.44% | 0.68% | - |
| XYZ | 20.03 | 15.93 | 42.06 | - |
| YUV | 113.84 | 161.95 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 98 | 174 | 0.30 | 0.44 | 0 | 0.32 | 258.95 | 0.32 | 0.53 |
| Hex | 7A | 62 | AE | 1E | 2C | 0 | 20 | 103 | 20 | 35 |
| Octal | 172 | 142 | 256 | 36 | 54 | 0 | 40 | 403 | 40 | 65 |
| Binary | 1111010 | 1100010 | 10101110 | 11110 | 101100 | 0 | 100000 | 100000011 | 100000 | 110101 |
Color Harmonies of #7A62AE
Complementary color
Monochromatic Colors of #7A62AE
Black with #7A62AE
Text Example
Text Example
White with #7A62AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A62AE; }
p { color: rgb(122,98,174); }
H1.HeaderClassName
{
color: #7A62AE;
}
.AnyTagClassName
{
color: #7A62AE;
}
</style>
background-color css
<style>
a { background-color: #7A62AE; }
a { background-color: rgb(122,98,174); }
div.DivClassName
{
background-color: #7A62AE;
}
.BgClassName
{
background-color: #7A62AE;
}
</style>
border-color css
<style>
span { border-color: #7A62AE; }
span { border-color: rgb(122,98,174); }
td.TdClassName
{
border-color: #7A62AE;
}
.TagClassName
{
border-color: #7A62AE;
}
</style>