Shades of Scampi #7065A0
Tints of Scampi #7065A0
RGB
CMYK
RGB Variations
Color information
#7065A0 (or 0x7065A0) is known color: Scampi. HEX triplet: 70, 65 and A0. RGB value is (112,101,160). Sum of RGB (Red+Green+Blue) = 112+101+160=373 (49% of max value = 765). Red value is 112 (44.14% from 255 or 30.03% from 373); Green value is 101 (39.84% from 255 or 27.08% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 160 - color contains mainly: blue. Hex color #7065A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7065A0 is #8F9A5F. Grayscale: #6E6E6E. Windows color (decimal): -9411168 or 10511728. OLE color: 10511728.
HSL color Cylindrical-coordinate representation of color #7065A0: hue angle of 251.19º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7065A0 is Cyan = 0.30, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 112 | 101 | 160 | - |
| CMYK | 0.30 | 0.37 | 0 | 0.37 |
| HSL | 251.19º | 0.24% | 0.51% | - |
| HSV(B) | 251.19º | 0.37% | 0.63% | - |
| XYZ | 17.68 | 15.29 | 35.28 | - |
| YUV | 111.02 | 155.64 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 101 | 160 | 0.30 | 0.37 | 0 | 0.37 | 251.19 | 0.24 | 0.51 |
| Hex | 70 | 65 | A0 | 1E | 25 | 0 | 25 | FB | 18 | 33 |
| Octal | 160 | 145 | 240 | 36 | 45 | 0 | 45 | 373 | 30 | 63 |
| Binary | 1110000 | 1100101 | 10100000 | 11110 | 100101 | 0 | 100101 | 11111011 | 11000 | 110011 |
Color Harmonies of #7065A0
Complementary color
Monochromatic Colors of #7065A0
Black with #7065A0
Text Example
Text Example
White with #7065A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7065A0; }
p { color: rgb(112,101,160); }
H1.HeaderClassName
{
color: #7065A0;
}
.AnyTagClassName
{
color: #7065A0;
}
</style>
background-color css
<style>
a { background-color: #7065A0; }
a { background-color: rgb(112,101,160); }
div.DivClassName
{
background-color: #7065A0;
}
.BgClassName
{
background-color: #7065A0;
}
</style>
border-color css
<style>
span { border-color: #7065A0; }
span { border-color: rgb(112,101,160); }
td.TdClassName
{
border-color: #7065A0;
}
.TagClassName
{
border-color: #7065A0;
}
</style>