Shades of Scampi #7A5EAD
Tints of Scampi #7A5EAD
RGB
CMYK
RGB Variations
Color information
#7A5EAD (or 0x7A5EAD) is known color: Scampi. HEX triplet: 7A, 5E and AD. RGB value is (122,94,173). Sum of RGB (Red+Green+Blue) = 122+94+173=389 (51% of max value = 765). Red value is 122 (48.05% from 255 or 31.36% from 389); Green value is 94 (37.11% from 255 or 24.16% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A5EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7A5EAD is #85A152. Grayscale: #6F6F6F. Windows color (decimal): -8757587 or 11361914. OLE color: 11361914.
HSL color Cylindrical-coordinate representation of color #7A5EAD: hue angle of 261.27º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7A5EAD is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 122 | 94 | 173 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.32 |
| HSL | 261.27º | 0.33% | 0.52% | - |
| HSV(B) | 261.27º | 0.46% | 0.68% | - |
| XYZ | 19.57 | 15.16 | 41.43 | - |
| YUV | 111.38 | 162.78 | 135.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 94 | 173 | 0.29 | 0.46 | 0 | 0.32 | 261.27 | 0.33 | 0.52 |
| Hex | 7A | 5E | AD | 1D | 2E | 0 | 20 | 105 | 21 | 34 |
| Octal | 172 | 136 | 255 | 35 | 56 | 0 | 40 | 405 | 41 | 64 |
| Binary | 1111010 | 1011110 | 10101101 | 11101 | 101110 | 0 | 100000 | 100000101 | 100001 | 110100 |
Color Harmonies of #7A5EAD
Complementary color
Monochromatic Colors of #7A5EAD
Black with #7A5EAD
Text Example
Text Example
White with #7A5EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5EAD; }
p { color: rgb(122,94,173); }
H1.HeaderClassName
{
color: #7A5EAD;
}
.AnyTagClassName
{
color: #7A5EAD;
}
</style>
background-color css
<style>
a { background-color: #7A5EAD; }
a { background-color: rgb(122,94,173); }
div.DivClassName
{
background-color: #7A5EAD;
}
.BgClassName
{
background-color: #7A5EAD;
}
</style>
border-color css
<style>
span { border-color: #7A5EAD; }
span { border-color: rgb(122,94,173); }
td.TdClassName
{
border-color: #7A5EAD;
}
.TagClassName
{
border-color: #7A5EAD;
}
</style>