Shades of Scampi #726599
Tints of Scampi #726599
RGB
CMYK
RGB Variations
Color information
#726599 (or 0x726599) is known color: Scampi. HEX triplet: 72, 65 and 99. RGB value is (114,101,153). Sum of RGB (Red+Green+Blue) = 114+101+153=368 (48% of max value = 765). Red value is 114 (44.92% from 255 or 30.98% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #726599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726599 is #8D9A66. Grayscale: #6E6E6E. Windows color (decimal): -9280103 or 10052978. OLE color: 10052978.
HSL color Cylindrical-coordinate representation of color #726599: hue angle of 255º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #726599 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 114 | 101 | 153 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.4 |
| HSL | 255º | 0.2% | 0.5% | - |
| HSV(B) | 255º | 0.34% | 0.6% | - |
| XYZ | 17.34 | 15.18 | 32.15 | - |
| YUV | 110.82 | 151.81 | 130.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 153 | 0.25 | 0.34 | 0 | 0.4 | 255 | 0.2 | 0.5 |
| Hex | 72 | 65 | 99 | 19 | 22 | 0 | 28 | FF | 14 | 32 |
| Octal | 162 | 145 | 231 | 31 | 42 | 0 | 50 | 377 | 24 | 62 |
| Binary | 1110010 | 1100101 | 10011001 | 11001 | 100010 | 0 | 101000 | 11111111 | 10100 | 110010 |
Color Harmonies of #726599
Complementary color
Monochromatic Colors of #726599
Black with #726599
Text Example
Text Example
White with #726599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726599; }
p { color: rgb(114,101,153); }
H1.HeaderClassName
{
color: #726599;
}
.AnyTagClassName
{
color: #726599;
}
</style>
background-color css
<style>
a { background-color: #726599; }
a { background-color: rgb(114,101,153); }
div.DivClassName
{
background-color: #726599;
}
.BgClassName
{
background-color: #726599;
}
</style>
border-color css
<style>
span { border-color: #726599; }
span { border-color: rgb(114,101,153); }
td.TdClassName
{
border-color: #726599;
}
.TagClassName
{
border-color: #726599;
}
</style>