Shades of Scampi #736593
Tints of Scampi #736593
RGB
CMYK
RGB Variations
Color information
#736593 (or 0x736593) is known color: Scampi. HEX triplet: 73, 65 and 93. RGB value is (115,101,147). Sum of RGB (Red+Green+Blue) = 115+101+147=363 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.68% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #736593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736593 is #8C9A6C. Grayscale: #6E6E6E. Windows color (decimal): -9214573 or 9659763. OLE color: 9659763.
HSL color Cylindrical-coordinate representation of color #736593: hue angle of 258.26º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #736593 is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 115 | 101 | 147 | - |
| CMYK | 0.22 | 0.31 | 0 | 0.42 |
| HSL | 258.26º | 0.19% | 0.49% | - |
| HSV(B) | 258.26º | 0.31% | 0.58% | - |
| XYZ | 16.99 | 15.06 | 29.61 | - |
| YUV | 110.43 | 148.64 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 101 | 147 | 0.22 | 0.31 | 0 | 0.42 | 258.26 | 0.19 | 0.49 |
| Hex | 73 | 65 | 93 | 16 | 1F | 0 | 2A | 102 | 13 | 31 |
| Octal | 163 | 145 | 223 | 26 | 37 | 0 | 52 | 402 | 23 | 61 |
| Binary | 1110011 | 1100101 | 10010011 | 10110 | 11111 | 0 | 101010 | 100000010 | 10011 | 110001 |
Color Harmonies of #736593
Complementary color
Monochromatic Colors of #736593
Black with #736593
Text Example
Text Example
White with #736593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736593; }
p { color: rgb(115,101,147); }
H1.HeaderClassName
{
color: #736593;
}
.AnyTagClassName
{
color: #736593;
}
</style>
background-color css
<style>
a { background-color: #736593; }
a { background-color: rgb(115,101,147); }
div.DivClassName
{
background-color: #736593;
}
.BgClassName
{
background-color: #736593;
}
</style>
border-color css
<style>
span { border-color: #736593; }
span { border-color: rgb(115,101,147); }
td.TdClassName
{
border-color: #736593;
}
.TagClassName
{
border-color: #736593;
}
</style>