Shades of Scampi #735FA9
Tints of Scampi #735FA9
RGB
CMYK
RGB Variations
Color information
#735FA9 (or 0x735FA9) is known color: Scampi. HEX triplet: 73, 5F and A9. RGB value is (115,95,169). Sum of RGB (Red+Green+Blue) = 115+95+169=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 95 (37.5% from 255 or 25.07% from 379); Blue value is 169 (66.41% from 255 or 44.59% from 379); Max value from RGB is 169 - color contains mainly: blue. Hex color #735FA9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735FA9 is #8CA056. Grayscale: #6D6D6D. Windows color (decimal): -9216087 or 11100019. OLE color: 11100019.
HSL color Cylindrical-coordinate representation of color #735FA9: hue angle of 256.22º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #735FA9 is Cyan = 0.32, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 115 | 95 | 169 | - |
| CMYK | 0.32 | 0.44 | 0 | 0.34 |
| HSL | 256.22º | 0.3% | 0.52% | - |
| HSV(B) | 256.22º | 0.44% | 0.66% | - |
| XYZ | 18.32 | 14.69 | 39.41 | - |
| YUV | 109.42 | 161.63 | 131.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 169 | 0.32 | 0.44 | 0 | 0.34 | 256.22 | 0.3 | 0.52 |
| Hex | 73 | 5F | A9 | 20 | 2C | 0 | 22 | 100 | 1E | 34 |
| Octal | 163 | 137 | 251 | 40 | 54 | 0 | 42 | 400 | 36 | 64 |
| Binary | 1110011 | 1011111 | 10101001 | 100000 | 101100 | 0 | 100010 | 100000000 | 11110 | 110100 |
Color Harmonies of #735FA9
Complementary color
Monochromatic Colors of #735FA9
Black with #735FA9
Text Example
Text Example
White with #735FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735FA9; }
p { color: rgb(115,95,169); }
H1.HeaderClassName
{
color: #735FA9;
}
.AnyTagClassName
{
color: #735FA9;
}
</style>
background-color css
<style>
a { background-color: #735FA9; }
a { background-color: rgb(115,95,169); }
div.DivClassName
{
background-color: #735FA9;
}
.BgClassName
{
background-color: #735FA9;
}
</style>
border-color css
<style>
span { border-color: #735FA9; }
span { border-color: rgb(115,95,169); }
td.TdClassName
{
border-color: #735FA9;
}
.TagClassName
{
border-color: #735FA9;
}
</style>