Shades of Scampi #7270A0
Tints of Scampi #7270A0
RGB
CMYK
RGB Variations
Color information
#7270A0 (or 0x7270A0) is known color: Scampi. HEX triplet: 72, 70 and A0. RGB value is (114,112,160). Sum of RGB (Red+Green+Blue) = 114+112+160=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 160 (62.89% from 255 or 41.45% from 386); Max value from RGB is 160 - color contains mainly: blue. Hex color #7270A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7270A0 is #8D8F5F. Grayscale: #757575. Windows color (decimal): -9277280 or 10514546. OLE color: 10514546.
HSL color Cylindrical-coordinate representation of color #7270A0: hue angle of 242.5º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7270A0 is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 112 | 160 | - |
| CMYK | 0.29 | 0.30 | 0 | 0.37 |
| HSL | 242.5º | 0.2% | 0.53% | - |
| HSV(B) | 242.5º | 0.3% | 0.63% | - |
| XYZ | 19.08 | 17.7 | 35.67 | - |
| YUV | 118.07 | 151.66 | 125.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 112 | 160 | 0.29 | 0.30 | 0 | 0.37 | 242.5 | 0.2 | 0.53 |
| Hex | 72 | 70 | A0 | 1D | 1E | 0 | 25 | F2 | 14 | 35 |
| Octal | 162 | 160 | 240 | 35 | 36 | 0 | 45 | 362 | 24 | 65 |
| Binary | 1110010 | 1110000 | 10100000 | 11101 | 11110 | 0 | 100101 | 11110010 | 10100 | 110101 |
Color Harmonies of #7270A0
Complementary color
Monochromatic Colors of #7270A0
Black with #7270A0
Text Example
Text Example
White with #7270A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7270A0; }
p { color: rgb(114,112,160); }
H1.HeaderClassName
{
color: #7270A0;
}
.AnyTagClassName
{
color: #7270A0;
}
</style>
background-color css
<style>
a { background-color: #7270A0; }
a { background-color: rgb(114,112,160); }
div.DivClassName
{
background-color: #7270A0;
}
.BgClassName
{
background-color: #7270A0;
}
</style>
border-color css
<style>
span { border-color: #7270A0; }
span { border-color: rgb(114,112,160); }
td.TdClassName
{
border-color: #7270A0;
}
.TagClassName
{
border-color: #7270A0;
}
</style>