Shades of Scampi #7164A3
Tints of Scampi #7164A3
RGB
CMYK
RGB Variations
Color information
#7164A3 (or 0x7164A3) is known color: Scampi. HEX triplet: 71, 64 and A3. RGB value is (113,100,163). Sum of RGB (Red+Green+Blue) = 113+100+163=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 163 (64.06% from 255 or 43.35% from 376); Max value from RGB is 163 - color contains mainly: blue. Hex color #7164A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7164A3 is #8E9B5C. Grayscale: #6E6E6E. Windows color (decimal): -9345885 or 10708081. OLE color: 10708081.
HSL color Cylindrical-coordinate representation of color #7164A3: hue angle of 252.38º degrees, saturation: 0.26, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7164A3 is Cyan = 0.31, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 100 | 163 | - |
| CMYK | 0.31 | 0.39 | 0 | 0.36 |
| HSL | 252.38º | 0.26% | 0.52% | - |
| HSV(B) | 252.38º | 0.39% | 0.64% | - |
| XYZ | 17.98 | 15.27 | 36.65 | - |
| YUV | 111.07 | 157.31 | 129.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 100 | 163 | 0.31 | 0.39 | 0 | 0.36 | 252.38 | 0.26 | 0.52 |
| Hex | 71 | 64 | A3 | 1F | 27 | 0 | 24 | FC | 1A | 34 |
| Octal | 161 | 144 | 243 | 37 | 47 | 0 | 44 | 374 | 32 | 64 |
| Binary | 1110001 | 1100100 | 10100011 | 11111 | 100111 | 0 | 100100 | 11111100 | 11010 | 110100 |
Color Harmonies of #7164A3
Complementary color
Monochromatic Colors of #7164A3
Black with #7164A3
Text Example
Text Example
White with #7164A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7164A3; }
p { color: rgb(113,100,163); }
H1.HeaderClassName
{
color: #7164A3;
}
.AnyTagClassName
{
color: #7164A3;
}
</style>
background-color css
<style>
a { background-color: #7164A3; }
a { background-color: rgb(113,100,163); }
div.DivClassName
{
background-color: #7164A3;
}
.BgClassName
{
background-color: #7164A3;
}
</style>
border-color css
<style>
span { border-color: #7164A3; }
span { border-color: rgb(113,100,163); }
td.TdClassName
{
border-color: #7164A3;
}
.TagClassName
{
border-color: #7164A3;
}
</style>