Shades of Scampi #735F9D
Tints of Scampi #735F9D
RGB
CMYK
RGB Variations
Color information
#735F9D (or 0x735F9D) is known color: Scampi. HEX triplet: 73, 5F and 9D. RGB value is (115,95,157). Sum of RGB (Red+Green+Blue) = 115+95+157=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 95 (37.5% from 255 or 25.89% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #735F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735F9D is #8CA062. Grayscale: #6B6B6B. Windows color (decimal): -9216099 or 10313587. OLE color: 10313587.
HSL color Cylindrical-coordinate representation of color #735F9D: hue angle of 259.35º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #735F9D is Cyan = 0.27, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 115 | 95 | 157 | - |
| CMYK | 0.27 | 0.39 | 0 | 0.38 |
| HSL | 259.35º | 0.25% | 0.49% | - |
| HSV(B) | 259.35º | 0.39% | 0.62% | - |
| XYZ | 17.25 | 14.26 | 33.74 | - |
| YUV | 108.05 | 155.63 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 157 | 0.27 | 0.39 | 0 | 0.38 | 259.35 | 0.25 | 0.49 |
| Hex | 73 | 5F | 9D | 1B | 27 | 0 | 26 | 103 | 19 | 31 |
| Octal | 163 | 137 | 235 | 33 | 47 | 0 | 46 | 403 | 31 | 61 |
| Binary | 1110011 | 1011111 | 10011101 | 11011 | 100111 | 0 | 100110 | 100000011 | 11001 | 110001 |
Color Harmonies of #735F9D
Complementary color
Monochromatic Colors of #735F9D
Black with #735F9D
Text Example
Text Example
White with #735F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F9D; }
p { color: rgb(115,95,157); }
H1.HeaderClassName
{
color: #735F9D;
}
.AnyTagClassName
{
color: #735F9D;
}
</style>
background-color css
<style>
a { background-color: #735F9D; }
a { background-color: rgb(115,95,157); }
div.DivClassName
{
background-color: #735F9D;
}
.BgClassName
{
background-color: #735F9D;
}
</style>
border-color css
<style>
span { border-color: #735F9D; }
span { border-color: rgb(115,95,157); }
td.TdClassName
{
border-color: #735F9D;
}
.TagClassName
{
border-color: #735F9D;
}
</style>