Shades of Scampi #72609F
Tints of Scampi #72609F
RGB
CMYK
RGB Variations
Color information
#72609F (or 0x72609F) is known color: Scampi. HEX triplet: 72, 60 and 9F. RGB value is (114,96,159). Sum of RGB (Red+Green+Blue) = 114+96+159=369 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.89% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 159 (62.5% from 255 or 43.09% from 369); Max value from RGB is 159 - color contains mainly: blue. Hex color #72609F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72609F is #8D9F60. Grayscale: #6C6C6C. Windows color (decimal): -9281377 or 10444914. OLE color: 10444914.
HSL color Cylindrical-coordinate representation of color #72609F: hue angle of 257.14º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #72609F is Cyan = 0.28, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 114 | 96 | 159 | - |
| CMYK | 0.28 | 0.40 | 0 | 0.38 |
| HSL | 257.14º | 0.25% | 0.5% | - |
| HSV(B) | 257.14º | 0.4% | 0.62% | - |
| XYZ | 17.38 | 14.45 | 34.67 | - |
| YUV | 108.56 | 156.46 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 96 | 159 | 0.28 | 0.40 | 0 | 0.38 | 257.14 | 0.25 | 0.5 |
| Hex | 72 | 60 | 9F | 1C | 28 | 0 | 26 | 101 | 19 | 32 |
| Octal | 162 | 140 | 237 | 34 | 50 | 0 | 46 | 401 | 31 | 62 |
| Binary | 1110010 | 1100000 | 10011111 | 11100 | 101000 | 0 | 100110 | 100000001 | 11001 | 110010 |
Color Harmonies of #72609F
Complementary color
Monochromatic Colors of #72609F
Black with #72609F
Text Example
Text Example
White with #72609F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72609F; }
p { color: rgb(114,96,159); }
H1.HeaderClassName
{
color: #72609F;
}
.AnyTagClassName
{
color: #72609F;
}
</style>
background-color css
<style>
a { background-color: #72609F; }
a { background-color: rgb(114,96,159); }
div.DivClassName
{
background-color: #72609F;
}
.BgClassName
{
background-color: #72609F;
}
</style>
border-color css
<style>
span { border-color: #72609F; }
span { border-color: rgb(114,96,159); }
td.TdClassName
{
border-color: #72609F;
}
.TagClassName
{
border-color: #72609F;
}
</style>