Shades of Scampi #72639E
Tints of Scampi #72639E
RGB
CMYK
RGB Variations
Color information
#72639E (or 0x72639E) is known color: Scampi. HEX triplet: 72, 63 and 9E. RGB value is (114,99,158). Sum of RGB (Red+Green+Blue) = 114+99+158=371 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.73% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 158 (62.11% from 255 or 42.59% from 371); Max value from RGB is 158 - color contains mainly: blue. Hex color #72639E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72639E is #8D9C61. Grayscale: #6D6D6D. Windows color (decimal): -9280610 or 10380146. OLE color: 10380146.
HSL color Cylindrical-coordinate representation of color #72639E: hue angle of 255.25º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #72639E is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 99 | 158 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.38 |
| HSL | 255.25º | 0.23% | 0.5% | - |
| HSV(B) | 255.25º | 0.37% | 0.62% | - |
| XYZ | 17.57 | 14.97 | 34.31 | - |
| YUV | 110.21 | 154.97 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 99 | 158 | 0.28 | 0.37 | 0 | 0.38 | 255.25 | 0.23 | 0.5 |
| Hex | 72 | 63 | 9E | 1C | 25 | 0 | 26 | FF | 17 | 32 |
| Octal | 162 | 143 | 236 | 34 | 45 | 0 | 46 | 377 | 27 | 62 |
| Binary | 1110010 | 1100011 | 10011110 | 11100 | 100101 | 0 | 100110 | 11111111 | 10111 | 110010 |
Color Harmonies of #72639E
Complementary color
Monochromatic Colors of #72639E
Black with #72639E
Text Example
Text Example
White with #72639E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72639E; }
p { color: rgb(114,99,158); }
H1.HeaderClassName
{
color: #72639E;
}
.AnyTagClassName
{
color: #72639E;
}
</style>
background-color css
<style>
a { background-color: #72639E; }
a { background-color: rgb(114,99,158); }
div.DivClassName
{
background-color: #72639E;
}
.BgClassName
{
background-color: #72639E;
}
</style>
border-color css
<style>
span { border-color: #72639E; }
span { border-color: rgb(114,99,158); }
td.TdClassName
{
border-color: #72639E;
}
.TagClassName
{
border-color: #72639E;
}
</style>