Shades of Scampi #735FAB
Tints of Scampi #735FAB
RGB
CMYK
RGB Variations
Color information
#735FAB (or 0x735FAB) is known color: Scampi. HEX triplet: 73, 5F and AB. RGB value is (115,95,171). Sum of RGB (Red+Green+Blue) = 115+95+171=381 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.18% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 171 (67.19% from 255 or 44.88% from 381); Max value from RGB is 171 - color contains mainly: blue. Hex color #735FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735FAB is #8CA054. Grayscale: #6D6D6D. Windows color (decimal): -9216085 or 11231091. OLE color: 11231091.
HSL color Cylindrical-coordinate representation of color #735FAB: hue angle of 255.79º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #735FAB is Cyan = 0.33, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 115 | 95 | 171 | - |
| CMYK | 0.33 | 0.44 | 0 | 0.33 |
| HSL | 255.79º | 0.31% | 0.52% | - |
| HSV(B) | 255.79º | 0.44% | 0.67% | - |
| XYZ | 18.51 | 14.77 | 40.4 | - |
| YUV | 109.64 | 162.63 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 171 | 0.33 | 0.44 | 0 | 0.33 | 255.79 | 0.31 | 0.52 |
| Hex | 73 | 5F | AB | 21 | 2C | 0 | 21 | 100 | 1F | 34 |
| Octal | 163 | 137 | 253 | 41 | 54 | 0 | 41 | 400 | 37 | 64 |
| Binary | 1110011 | 1011111 | 10101011 | 100001 | 101100 | 0 | 100001 | 100000000 | 11111 | 110100 |
Color Harmonies of #735FAB
Complementary color
Monochromatic Colors of #735FAB
Black with #735FAB
Text Example
Text Example
White with #735FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735FAB; }
p { color: rgb(115,95,171); }
H1.HeaderClassName
{
color: #735FAB;
}
.AnyTagClassName
{
color: #735FAB;
}
</style>
background-color css
<style>
a { background-color: #735FAB; }
a { background-color: rgb(115,95,171); }
div.DivClassName
{
background-color: #735FAB;
}
.BgClassName
{
background-color: #735FAB;
}
</style>
border-color css
<style>
span { border-color: #735FAB; }
span { border-color: rgb(115,95,171); }
td.TdClassName
{
border-color: #735FAB;
}
.TagClassName
{
border-color: #735FAB;
}
</style>