Shades of Scampi #73649F
Tints of Scampi #73649F
RGB
CMYK
RGB Variations
Color information
#73649F (or 0x73649F) is known color: Scampi. HEX triplet: 73, 64 and 9F. RGB value is (115,100,159). Sum of RGB (Red+Green+Blue) = 115+100+159=374 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.75% from 374); Green value is 100 (39.45% from 255 or 26.74% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 159 - color contains mainly: blue. Hex color #73649F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73649F is #8C9B60. Grayscale: #6E6E6E. Windows color (decimal): -9214817 or 10445939. OLE color: 10445939.
HSL color Cylindrical-coordinate representation of color #73649F: hue angle of 255.25º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #73649F is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 100 | 159 | - |
| CMYK | 0.28 | 0.37 | 0 | 0.38 |
| HSL | 255.25º | 0.24% | 0.51% | - |
| HSV(B) | 255.25º | 0.37% | 0.62% | - |
| XYZ | 17.89 | 15.26 | 34.8 | - |
| YUV | 111.21 | 154.97 | 130.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 100 | 159 | 0.28 | 0.37 | 0 | 0.38 | 255.25 | 0.24 | 0.51 |
| Hex | 73 | 64 | 9F | 1C | 25 | 0 | 26 | FF | 18 | 33 |
| Octal | 163 | 144 | 237 | 34 | 45 | 0 | 46 | 377 | 30 | 63 |
| Binary | 1110011 | 1100100 | 10011111 | 11100 | 100101 | 0 | 100110 | 11111111 | 11000 | 110011 |
Color Harmonies of #73649F
Complementary color
Monochromatic Colors of #73649F
Black with #73649F
Text Example
Text Example
White with #73649F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73649F; }
p { color: rgb(115,100,159); }
H1.HeaderClassName
{
color: #73649F;
}
.AnyTagClassName
{
color: #73649F;
}
</style>
background-color css
<style>
a { background-color: #73649F; }
a { background-color: rgb(115,100,159); }
div.DivClassName
{
background-color: #73649F;
}
.BgClassName
{
background-color: #73649F;
}
</style>
border-color css
<style>
span { border-color: #73649F; }
span { border-color: rgb(115,100,159); }
td.TdClassName
{
border-color: #73649F;
}
.TagClassName
{
border-color: #73649F;
}
</style>