Shades of Scampi #7062A7
Tints of Scampi #7062A7
RGB
CMYK
RGB Variations
Color information
#7062A7 (or 0x7062A7) is known color: Scampi. HEX triplet: 70, 62 and A7. RGB value is (112,98,167). Sum of RGB (Red+Green+Blue) = 112+98+167=377 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.71% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 167 (65.62% from 255 or 44.30% from 377); Max value from RGB is 167 - color contains mainly: blue. Hex color #7062A7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7062A7 is #8F9D58. Grayscale: #6D6D6D. Windows color (decimal): -9411929 or 10969712. OLE color: 10969712.
HSL color Cylindrical-coordinate representation of color #7062A7: hue angle of 252.17º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7062A7 is Cyan = 0.33, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 112 | 98 | 167 | - |
| CMYK | 0.33 | 0.41 | 0 | 0.35 |
| HSL | 252.17º | 0.28% | 0.52% | - |
| HSV(B) | 252.17º | 0.41% | 0.65% | - |
| XYZ | 18.02 | 14.97 | 38.5 | - |
| YUV | 110.05 | 160.14 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 167 | 0.33 | 0.41 | 0 | 0.35 | 252.17 | 0.28 | 0.52 |
| Hex | 70 | 62 | A7 | 21 | 29 | 0 | 23 | FC | 1C | 34 |
| Octal | 160 | 142 | 247 | 41 | 51 | 0 | 43 | 374 | 34 | 64 |
| Binary | 1110000 | 1100010 | 10100111 | 100001 | 101001 | 0 | 100011 | 11111100 | 11100 | 110100 |
Color Harmonies of #7062A7
Complementary color
Monochromatic Colors of #7062A7
Black with #7062A7
Text Example
Text Example
White with #7062A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7062A7; }
p { color: rgb(112,98,167); }
H1.HeaderClassName
{
color: #7062A7;
}
.AnyTagClassName
{
color: #7062A7;
}
</style>
background-color css
<style>
a { background-color: #7062A7; }
a { background-color: rgb(112,98,167); }
div.DivClassName
{
background-color: #7062A7;
}
.BgClassName
{
background-color: #7062A7;
}
</style>
border-color css
<style>
span { border-color: #7062A7; }
span { border-color: rgb(112,98,167); }
td.TdClassName
{
border-color: #7062A7;
}
.TagClassName
{
border-color: #7062A7;
}
</style>