Shades of Scampi #725AA2
Tints of Scampi #725AA2
RGB
CMYK
RGB Variations
Color information
#725AA2 (or 0x725AA2) is known color: Scampi. HEX triplet: 72, 5A and A2. RGB value is (114,90,162). Sum of RGB (Red+Green+Blue) = 114+90+162=366 (48% of max value = 765). Red value is 114 (44.92% from 255 or 31.15% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 162 - color contains mainly: blue. Hex color #725AA2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725AA2 is #8DA55D. Grayscale: #696969. Windows color (decimal): -9282910 or 10639986. OLE color: 10639986.
HSL color Cylindrical-coordinate representation of color #725AA2: hue angle of 260º 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 #725AA2 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 114 | 90 | 162 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.36 |
| HSL | 260º | 0.29% | 0.49% | - |
| HSV(B) | 260º | 0.44% | 0.64% | - |
| XYZ | 17.12 | 13.5 | 35.89 | - |
| YUV | 105.38 | 159.95 | 134.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 162 | 0.30 | 0.44 | 0 | 0.36 | 260 | 0.29 | 0.49 |
| Hex | 72 | 5A | A2 | 1E | 2C | 0 | 24 | 104 | 1D | 31 |
| Octal | 162 | 132 | 242 | 36 | 54 | 0 | 44 | 404 | 35 | 61 |
| Binary | 1110010 | 1011010 | 10100010 | 11110 | 101100 | 0 | 100100 | 100000100 | 11101 | 110001 |
Color Harmonies of #725AA2
Complementary color
Monochromatic Colors of #725AA2
Black with #725AA2
Text Example
Text Example
White with #725AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725AA2; }
p { color: rgb(114,90,162); }
H1.HeaderClassName
{
color: #725AA2;
}
.AnyTagClassName
{
color: #725AA2;
}
</style>
background-color css
<style>
a { background-color: #725AA2; }
a { background-color: rgb(114,90,162); }
div.DivClassName
{
background-color: #725AA2;
}
.BgClassName
{
background-color: #725AA2;
}
</style>
border-color css
<style>
span { border-color: #725AA2; }
span { border-color: rgb(114,90,162); }
td.TdClassName
{
border-color: #725AA2;
}
.TagClassName
{
border-color: #725AA2;
}
</style>