Shades of Scampi #73609D
Tints of Scampi #73609D
RGB
CMYK
RGB Variations
Color information
#73609D (or 0x73609D) is known color: Scampi. HEX triplet: 73, 60 and 9D. RGB value is (115,96,157). Sum of RGB (Red+Green+Blue) = 115+96+157=368 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.25% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 157 (61.72% from 255 or 42.66% from 368); Max value from RGB is 157 - color contains mainly: blue. Hex color #73609D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73609D is #8C9F62. Grayscale: #6C6C6C. Windows color (decimal): -9215843 or 10313843. OLE color: 10313843.
HSL color Cylindrical-coordinate representation of color #73609D: hue angle of 258.69º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #73609D is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 96 | 157 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.38 |
| HSL | 258.69º | 0.24% | 0.5% | - |
| HSV(B) | 258.69º | 0.39% | 0.62% | - |
| XYZ | 17.34 | 14.44 | 33.77 | - |
| YUV | 108.64 | 155.29 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 96 | 157 | 0.27 | 0.39 | 0 | 0.38 | 258.69 | 0.24 | 0.5 |
| Hex | 73 | 60 | 9D | 1B | 27 | 0 | 26 | 103 | 18 | 32 |
| Octal | 163 | 140 | 235 | 33 | 47 | 0 | 46 | 403 | 30 | 62 |
| Binary | 1110011 | 1100000 | 10011101 | 11011 | 100111 | 0 | 100110 | 100000011 | 11000 | 110010 |
Color Harmonies of #73609D
Complementary color
Monochromatic Colors of #73609D
Black with #73609D
Text Example
Text Example
White with #73609D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73609D; }
p { color: rgb(115,96,157); }
H1.HeaderClassName
{
color: #73609D;
}
.AnyTagClassName
{
color: #73609D;
}
</style>
background-color css
<style>
a { background-color: #73609D; }
a { background-color: rgb(115,96,157); }
div.DivClassName
{
background-color: #73609D;
}
.BgClassName
{
background-color: #73609D;
}
</style>
border-color css
<style>
span { border-color: #73609D; }
span { border-color: rgb(115,96,157); }
td.TdClassName
{
border-color: #73609D;
}
.TagClassName
{
border-color: #73609D;
}
</style>