Shades of Scampi #7A61AD
Tints of Scampi #7A61AD
RGB
CMYK
RGB Variations
Color information
#7A61AD (or 0x7A61AD) is known color: Scampi. HEX triplet: 7A, 61 and AD. RGB value is (122,97,173). Sum of RGB (Red+Green+Blue) = 122+97+173=392 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.12% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A61AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A61AD is #859E52. Grayscale: #707070. Windows color (decimal): -8756819 or 11362682. OLE color: 11362682.
HSL color Cylindrical-coordinate representation of color #7A61AD: hue angle of 259.74º 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 #7A61AD is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 97 | 173 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.32 |
| HSL | 259.74º | 0.32% | 0.53% | - |
| HSV(B) | 259.74º | 0.44% | 0.68% | - |
| XYZ | 19.84 | 15.7 | 41.52 | - |
| YUV | 113.14 | 161.78 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 97 | 173 | 0.29 | 0.44 | 0 | 0.32 | 259.74 | 0.32 | 0.53 |
| Hex | 7A | 61 | AD | 1D | 2C | 0 | 20 | 104 | 20 | 35 |
| Octal | 172 | 141 | 255 | 35 | 54 | 0 | 40 | 404 | 40 | 65 |
| Binary | 1111010 | 1100001 | 10101101 | 11101 | 101100 | 0 | 100000 | 100000100 | 100000 | 110101 |
Color Harmonies of #7A61AD
Complementary color
Monochromatic Colors of #7A61AD
Black with #7A61AD
Text Example
Text Example
White with #7A61AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A61AD; }
p { color: rgb(122,97,173); }
H1.HeaderClassName
{
color: #7A61AD;
}
.AnyTagClassName
{
color: #7A61AD;
}
</style>
background-color css
<style>
a { background-color: #7A61AD; }
a { background-color: rgb(122,97,173); }
div.DivClassName
{
background-color: #7A61AD;
}
.BgClassName
{
background-color: #7A61AD;
}
</style>
border-color css
<style>
span { border-color: #7A61AD; }
span { border-color: rgb(122,97,173); }
td.TdClassName
{
border-color: #7A61AD;
}
.TagClassName
{
border-color: #7A61AD;
}
</style>