Shades of Scampi #7062A4
Tints of Scampi #7062A4
RGB
CMYK
RGB Variations
Color information
#7062A4 (or 0x7062A4) is known color: Scampi. HEX triplet: 70, 62 and A4. RGB value is (112,98,164). Sum of RGB (Red+Green+Blue) = 112+98+164=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 98 (38.67% from 255 or 26.20% from 374); Blue value is 164 (64.45% from 255 or 43.85% from 374); Max value from RGB is 164 - color contains mainly: blue. Hex color #7062A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7062A4 is #8F9D5B. Grayscale: #6D6D6D. Windows color (decimal): -9411932 or 10773104. OLE color: 10773104.
HSL color Cylindrical-coordinate representation of color #7062A4: hue angle of 252.73º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7062A4 is Cyan = 0.32, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 112 | 98 | 164 | - |
| CMYK | 0.32 | 0.40 | 0 | 0.36 |
| HSL | 252.73º | 0.27% | 0.51% | - |
| HSV(B) | 252.73º | 0.4% | 0.64% | - |
| XYZ | 17.75 | 14.86 | 37.05 | - |
| YUV | 109.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 98 | 164 | 0.32 | 0.40 | 0 | 0.36 | 252.73 | 0.27 | 0.51 |
| Hex | 70 | 62 | A4 | 20 | 28 | 0 | 24 | FD | 1B | 33 |
| Octal | 160 | 142 | 244 | 40 | 50 | 0 | 44 | 375 | 33 | 63 |
| Binary | 1110000 | 1100010 | 10100100 | 100000 | 101000 | 0 | 100100 | 11111101 | 11011 | 110011 |
Color Harmonies of #7062A4
Complementary color
Monochromatic Colors of #7062A4
Black with #7062A4
Text Example
Text Example
White with #7062A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7062A4; }
p { color: rgb(112,98,164); }
H1.HeaderClassName
{
color: #7062A4;
}
.AnyTagClassName
{
color: #7062A4;
}
</style>
background-color css
<style>
a { background-color: #7062A4; }
a { background-color: rgb(112,98,164); }
div.DivClassName
{
background-color: #7062A4;
}
.BgClassName
{
background-color: #7062A4;
}
</style>
border-color css
<style>
span { border-color: #7062A4; }
span { border-color: rgb(112,98,164); }
td.TdClassName
{
border-color: #7062A4;
}
.TagClassName
{
border-color: #7062A4;
}
</style>