Shades of Scampi #735AA2
Tints of Scampi #735AA2
RGB
CMYK
RGB Variations
Color information
#735AA2 (or 0x735AA2) is known color: Scampi. HEX triplet: 73, 5A and A2. RGB value is (115,90,162). Sum of RGB (Red+Green+Blue) = 115+90+162=367 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.34% from 367); Green value is 90 (35.55% from 255 or 24.52% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 162 - color contains mainly: blue. Hex color #735AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735AA2 is #8CA55D. Grayscale: #696969. Windows color (decimal): -9217374 or 10639987. OLE color: 10639987.
HSL color Cylindrical-coordinate representation of color #735AA2: hue angle of 260.83º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #735AA2 is Cyan = 0.29, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 115 | 90 | 162 | - |
| CMYK | 0.29 | 0.44 | 0 | 0.36 |
| HSL | 260.83º | 0.29% | 0.49% | - |
| HSV(B) | 260.83º | 0.44% | 0.64% | - |
| XYZ | 17.25 | 13.57 | 35.89 | - |
| YUV | 105.68 | 159.78 | 134.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 90 | 162 | 0.29 | 0.44 | 0 | 0.36 | 260.83 | 0.29 | 0.49 |
| Hex | 73 | 5A | A2 | 1D | 2C | 0 | 24 | 105 | 1D | 31 |
| Octal | 163 | 132 | 242 | 35 | 54 | 0 | 44 | 405 | 35 | 61 |
| Binary | 1110011 | 1011010 | 10100010 | 11101 | 101100 | 0 | 100100 | 100000101 | 11101 | 110001 |
Color Harmonies of #735AA2
Complementary color
Monochromatic Colors of #735AA2
Black with #735AA2
Text Example
Text Example
White with #735AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735AA2; }
p { color: rgb(115,90,162); }
H1.HeaderClassName
{
color: #735AA2;
}
.AnyTagClassName
{
color: #735AA2;
}
</style>
background-color css
<style>
a { background-color: #735AA2; }
a { background-color: rgb(115,90,162); }
div.DivClassName
{
background-color: #735AA2;
}
.BgClassName
{
background-color: #735AA2;
}
</style>
border-color css
<style>
span { border-color: #735AA2; }
span { border-color: rgb(115,90,162); }
td.TdClassName
{
border-color: #735AA2;
}
.TagClassName
{
border-color: #735AA2;
}
</style>