Shades of Scampi #726597
Tints of Scampi #726597
RGB
CMYK
RGB Variations
Color information
#726597 (or 0x726597) is known color: Scampi. HEX triplet: 72, 65 and 97. RGB value is (114,101,151). Sum of RGB (Red+Green+Blue) = 114+101+151=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 101 (39.84% from 255 or 27.60% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 151 - color contains mainly: blue. Hex color #726597 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726597 is #8D9A68. Grayscale: #6E6E6E. Windows color (decimal): -9280105 or 9921906. OLE color: 9921906.
HSL color Cylindrical-coordinate representation of color #726597: hue angle of 255.6º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #726597 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 114 | 101 | 151 | - |
| CMYK | 0.25 | 0.33 | 0 | 0.41 |
| HSL | 255.6º | 0.2% | 0.49% | - |
| HSV(B) | 255.6º | 0.33% | 0.59% | - |
| XYZ | 17.18 | 15.12 | 31.29 | - |
| YUV | 110.59 | 150.81 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 101 | 151 | 0.25 | 0.33 | 0 | 0.41 | 255.6 | 0.2 | 0.49 |
| Hex | 72 | 65 | 97 | 19 | 21 | 0 | 29 | 100 | 14 | 31 |
| Octal | 162 | 145 | 227 | 31 | 41 | 0 | 51 | 400 | 24 | 61 |
| Binary | 1110010 | 1100101 | 10010111 | 11001 | 100001 | 0 | 101001 | 100000000 | 10100 | 110001 |
Color Harmonies of #726597
Complementary color
Monochromatic Colors of #726597
Black with #726597
Text Example
Text Example
White with #726597
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #726597; }
p { color: rgb(114,101,151); }
H1.HeaderClassName
{
color: #726597;
}
.AnyTagClassName
{
color: #726597;
}
</style>
background-color css
<style>
a { background-color: #726597; }
a { background-color: rgb(114,101,151); }
div.DivClassName
{
background-color: #726597;
}
.BgClassName
{
background-color: #726597;
}
</style>
border-color css
<style>
span { border-color: #726597; }
span { border-color: rgb(114,101,151); }
td.TdClassName
{
border-color: #726597;
}
.TagClassName
{
border-color: #726597;
}
</style>