Shades of Scampi #73719E
Tints of Scampi #73719E
RGB
CMYK
RGB Variations
Color information
#73719E (or 0x73719E) is known color: Scampi. HEX triplet: 73, 71 and 9E. RGB value is (115,113,158). Sum of RGB (Red+Green+Blue) = 115+113+158=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 113 (44.53% from 255 or 29.27% from 386); Blue value is 158 (62.11% from 255 or 40.93% from 386); Max value from RGB is 158 - color contains mainly: blue. Hex color #73719E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73719E is #8C8E61. Grayscale: #767676. Windows color (decimal): -9211490 or 10383731. OLE color: 10383731.
HSL color Cylindrical-coordinate representation of color #73719E: hue angle of 242.67º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73719E is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 113 | 158 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.38 |
| HSL | 242.67º | 0.19% | 0.53% | - |
| HSV(B) | 242.67º | 0.28% | 0.62% | - |
| XYZ | 19.15 | 17.92 | 34.8 | - |
| YUV | 118.73 | 150.16 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 113 | 158 | 0.27 | 0.28 | 0 | 0.38 | 242.67 | 0.19 | 0.53 |
| Hex | 73 | 71 | 9E | 1B | 1C | 0 | 26 | F3 | 13 | 35 |
| Octal | 163 | 161 | 236 | 33 | 34 | 0 | 46 | 363 | 23 | 65 |
| Binary | 1110011 | 1110001 | 10011110 | 11011 | 11100 | 0 | 100110 | 11110011 | 10011 | 110101 |
Color Harmonies of #73719E
Complementary color
Monochromatic Colors of #73719E
Black with #73719E
Text Example
Text Example
White with #73719E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73719E; }
p { color: rgb(115,113,158); }
H1.HeaderClassName
{
color: #73719E;
}
.AnyTagClassName
{
color: #73719E;
}
</style>
background-color css
<style>
a { background-color: #73719E; }
a { background-color: rgb(115,113,158); }
div.DivClassName
{
background-color: #73719E;
}
.BgClassName
{
background-color: #73719E;
}
</style>
border-color css
<style>
span { border-color: #73719E; }
span { border-color: rgb(115,113,158); }
td.TdClassName
{
border-color: #73719E;
}
.TagClassName
{
border-color: #73719E;
}
</style>