Shades of Scampi #72719F
Tints of Scampi #72719F
RGB
CMYK
RGB Variations
Color information
#72719F (or 0x72719F) is known color: Scampi. HEX triplet: 72, 71 and 9F. RGB value is (114,113,159). Sum of RGB (Red+Green+Blue) = 114+113+159=386 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.53% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 159 (62.5% from 255 or 41.19% from 386); Max value from RGB is 159 - color contains mainly: blue. Hex color #72719F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72719F is #8D8E60. Grayscale: #767676. Windows color (decimal): -9277025 or 10449266. OLE color: 10449266.
HSL color Cylindrical-coordinate representation of color #72719F: hue angle of 241.3º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #72719F is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 113 | 159 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.38 |
| HSL | 241.3º | 0.19% | 0.53% | - |
| HSV(B) | 241.3º | 0.29% | 0.62% | - |
| XYZ | 19.1 | 17.89 | 35.25 | - |
| YUV | 118.54 | 150.83 | 124.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 113 | 159 | 0.28 | 0.29 | 0 | 0.38 | 241.3 | 0.19 | 0.53 |
| Hex | 72 | 71 | 9F | 1C | 1D | 0 | 26 | F1 | 13 | 35 |
| Octal | 162 | 161 | 237 | 34 | 35 | 0 | 46 | 361 | 23 | 65 |
| Binary | 1110010 | 1110001 | 10011111 | 11100 | 11101 | 0 | 100110 | 11110001 | 10011 | 110101 |
Color Harmonies of #72719F
Complementary color
Monochromatic Colors of #72719F
Black with #72719F
Text Example
Text Example
White with #72719F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72719F; }
p { color: rgb(114,113,159); }
H1.HeaderClassName
{
color: #72719F;
}
.AnyTagClassName
{
color: #72719F;
}
</style>
background-color css
<style>
a { background-color: #72719F; }
a { background-color: rgb(114,113,159); }
div.DivClassName
{
background-color: #72719F;
}
.BgClassName
{
background-color: #72719F;
}
</style>
border-color css
<style>
span { border-color: #72719F; }
span { border-color: rgb(114,113,159); }
td.TdClassName
{
border-color: #72719F;
}
.TagClassName
{
border-color: #72719F;
}
</style>