Shades of Scampi #735DA7
Tints of Scampi #735DA7
RGB
CMYK
RGB Variations
Color information
#735DA7 (or 0x735DA7) is known color: Scampi. HEX triplet: 73, 5D and A7. RGB value is (115,93,167). Sum of RGB (Red+Green+Blue) = 115+93+167=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 93 (36.72% from 255 or 24.8% from 375); Blue value is 167 (65.62% from 255 or 44.53% from 375); Max value from RGB is 167 - color contains mainly: blue. Hex color #735DA7 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735DA7 is #8CA258. Grayscale: #6B6B6B. Windows color (decimal): -9216601 or 10968435. OLE color: 10968435.
HSL color Cylindrical-coordinate representation of color #735DA7: hue angle of 257.84º degrees, saturation: 0.3, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #735DA7 is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 115 | 93 | 167 | - |
| CMYK | 0.31 | 0.44 | 0 | 0.35 |
| HSL | 257.84º | 0.3% | 0.51% | - |
| HSV(B) | 257.84º | 0.44% | 0.65% | - |
| XYZ | 17.96 | 14.26 | 38.37 | - |
| YUV | 108.01 | 161.29 | 132.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 93 | 167 | 0.31 | 0.44 | 0 | 0.35 | 257.84 | 0.3 | 0.51 |
| Hex | 73 | 5D | A7 | 1F | 2C | 0 | 23 | 102 | 1E | 33 |
| Octal | 163 | 135 | 247 | 37 | 54 | 0 | 43 | 402 | 36 | 63 |
| Binary | 1110011 | 1011101 | 10100111 | 11111 | 101100 | 0 | 100011 | 100000010 | 11110 | 110011 |
Color Harmonies of #735DA7
Complementary color
Monochromatic Colors of #735DA7
Black with #735DA7
Text Example
Text Example
White with #735DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735DA7; }
p { color: rgb(115,93,167); }
H1.HeaderClassName
{
color: #735DA7;
}
.AnyTagClassName
{
color: #735DA7;
}
</style>
background-color css
<style>
a { background-color: #735DA7; }
a { background-color: rgb(115,93,167); }
div.DivClassName
{
background-color: #735DA7;
}
.BgClassName
{
background-color: #735DA7;
}
</style>
border-color css
<style>
span { border-color: #735DA7; }
span { border-color: rgb(115,93,167); }
td.TdClassName
{
border-color: #735DA7;
}
.TagClassName
{
border-color: #735DA7;
}
</style>