Shades of Scampi #736599
Tints of Scampi #736599
RGB
CMYK
RGB Variations
Color information
#736599 (or 0x736599) is known color: Scampi. HEX triplet: 73, 65 and 99. RGB value is (115,101,153). Sum of RGB (Red+Green+Blue) = 115+101+153=369 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.17% from 369); Green value is 101 (39.84% from 255 or 27.37% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #736599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736599 is #8C9A66. Grayscale: #6E6E6E. Windows color (decimal): -9214567 or 10052979. OLE color: 10052979.
HSL color Cylindrical-coordinate representation of color #736599: hue angle of 256.15º 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 #736599 is Cyan = 0.25, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 115 | 101 | 153 | - |
| CMYK | 0.25 | 0.34 | 0 | 0.4 |
| HSL | 256.15º | 0.2% | 0.5% | - |
| HSV(B) | 256.15º | 0.34% | 0.6% | - |
| XYZ | 17.47 | 15.25 | 32.16 | - |
| YUV | 111.11 | 151.64 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 101 | 153 | 0.25 | 0.34 | 0 | 0.4 | 256.15 | 0.2 | 0.5 |
| Hex | 73 | 65 | 99 | 19 | 22 | 0 | 28 | 100 | 14 | 32 |
| Octal | 163 | 145 | 231 | 31 | 42 | 0 | 50 | 400 | 24 | 62 |
| Binary | 1110011 | 1100101 | 10011001 | 11001 | 100010 | 0 | 101000 | 100000000 | 10100 | 110010 |
Color Harmonies of #736599
Complementary color
Monochromatic Colors of #736599
Black with #736599
Text Example
Text Example
White with #736599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736599; }
p { color: rgb(115,101,153); }
H1.HeaderClassName
{
color: #736599;
}
.AnyTagClassName
{
color: #736599;
}
</style>
background-color css
<style>
a { background-color: #736599; }
a { background-color: rgb(115,101,153); }
div.DivClassName
{
background-color: #736599;
}
.BgClassName
{
background-color: #736599;
}
</style>
border-color css
<style>
span { border-color: #736599; }
span { border-color: rgb(115,101,153); }
td.TdClassName
{
border-color: #736599;
}
.TagClassName
{
border-color: #736599;
}
</style>