Shades of Scampi #7271A0
Tints of Scampi #7271A0
RGB
CMYK
RGB Variations
Color information
#7271A0 (or 0x7271A0) is known color: Scampi. HEX triplet: 72, 71 and A0. RGB value is (114,113,160). Sum of RGB (Red+Green+Blue) = 114+113+160=387 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.46% from 387); Green value is 113 (44.53% from 255 or 29.20% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 160 - color contains mainly: blue. Hex color #7271A0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7271A0 is #8D8E5F. Grayscale: #767676. Windows color (decimal): -9277024 or 10514802. OLE color: 10514802.
HSL color Cylindrical-coordinate representation of color #7271A0: hue angle of 241.28º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7271A0 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 114 | 113 | 160 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.37 |
| HSL | 241.28º | 0.2% | 0.54% | - |
| HSV(B) | 241.28º | 0.29% | 0.63% | - |
| XYZ | 19.19 | 17.93 | 35.71 | - |
| YUV | 118.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 113 | 160 | 0.29 | 0.29 | 0 | 0.37 | 241.28 | 0.2 | 0.54 |
| Hex | 72 | 71 | A0 | 1D | 1D | 0 | 25 | F1 | 14 | 36 |
| Octal | 162 | 161 | 240 | 35 | 35 | 0 | 45 | 361 | 24 | 66 |
| Binary | 1110010 | 1110001 | 10100000 | 11101 | 11101 | 0 | 100101 | 11110001 | 10100 | 110110 |
Color Harmonies of #7271A0
Complementary color
Monochromatic Colors of #7271A0
Black with #7271A0
Text Example
Text Example
White with #7271A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7271A0; }
p { color: rgb(114,113,160); }
H1.HeaderClassName
{
color: #7271A0;
}
.AnyTagClassName
{
color: #7271A0;
}
</style>
background-color css
<style>
a { background-color: #7271A0; }
a { background-color: rgb(114,113,160); }
div.DivClassName
{
background-color: #7271A0;
}
.BgClassName
{
background-color: #7271A0;
}
</style>
border-color css
<style>
span { border-color: #7271A0; }
span { border-color: rgb(114,113,160); }
td.TdClassName
{
border-color: #7271A0;
}
.TagClassName
{
border-color: #7271A0;
}
</style>