Shades of Scampi #7163AB
Tints of Scampi #7163AB
RGB
CMYK
RGB Variations
Color information
#7163AB (or 0x7163AB) is known color: Scampi. HEX triplet: 71, 63 and AB. RGB value is (113,99,171). Sum of RGB (Red+Green+Blue) = 113+99+171=383 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.50% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 171 - color contains mainly: blue. Hex color #7163AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7163AB is #8E9C54. Grayscale: #6F6F6F. Windows color (decimal): -9346133 or 11232113. OLE color: 11232113.
HSL color Cylindrical-coordinate representation of color #7163AB: hue angle of 251.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7163AB is Cyan = 0.34, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 113 | 99 | 171 | - |
| CMYK | 0.34 | 0.42 | 0 | 0.33 |
| HSL | 251.67º | 0.3% | 0.53% | - |
| HSV(B) | 251.67º | 0.42% | 0.67% | - |
| XYZ | 18.62 | 15.37 | 40.51 | - |
| YUV | 111.39 | 161.64 | 129.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 171 | 0.34 | 0.42 | 0 | 0.33 | 251.67 | 0.3 | 0.53 |
| Hex | 71 | 63 | AB | 22 | 2A | 0 | 21 | FC | 1E | 35 |
| Octal | 161 | 143 | 253 | 42 | 52 | 0 | 41 | 374 | 36 | 65 |
| Binary | 1110001 | 1100011 | 10101011 | 100010 | 101010 | 0 | 100001 | 11111100 | 11110 | 110101 |
Color Harmonies of #7163AB
Complementary color
Monochromatic Colors of #7163AB
Black with #7163AB
Text Example
Text Example
White with #7163AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7163AB; }
p { color: rgb(113,99,171); }
H1.HeaderClassName
{
color: #7163AB;
}
.AnyTagClassName
{
color: #7163AB;
}
</style>
background-color css
<style>
a { background-color: #7163AB; }
a { background-color: rgb(113,99,171); }
div.DivClassName
{
background-color: #7163AB;
}
.BgClassName
{
background-color: #7163AB;
}
</style>
border-color css
<style>
span { border-color: #7163AB; }
span { border-color: rgb(113,99,171); }
td.TdClassName
{
border-color: #7163AB;
}
.TagClassName
{
border-color: #7163AB;
}
</style>