Shades of Scampi #7262AA
Tints of Scampi #7262AA
RGB
CMYK
RGB Variations
Color information
#7262AA (or 0x7262AA) is known color: Scampi. HEX triplet: 72, 62 and AA. RGB value is (114,98,170). Sum of RGB (Red+Green+Blue) = 114+98+170=382 (50% of max value = 765). Red value is 114 (44.92% from 255 or 29.84% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #7262AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7262AA is #8D9D55. Grayscale: #6E6E6E. Windows color (decimal): -9280854 or 11166322. OLE color: 11166322.
HSL color Cylindrical-coordinate representation of color #7262AA: hue angle of 253.33º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7262AA is Cyan = 0.33, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 98 | 170 | - |
| CMYK | 0.33 | 0.42 | 0 | 0.33 |
| HSL | 253.33º | 0.3% | 0.53% | - |
| HSV(B) | 253.33º | 0.42% | 0.67% | - |
| XYZ | 18.56 | 15.22 | 39.99 | - |
| YUV | 110.99 | 161.3 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 98 | 170 | 0.33 | 0.42 | 0 | 0.33 | 253.33 | 0.3 | 0.53 |
| Hex | 72 | 62 | AA | 21 | 2A | 0 | 21 | FD | 1E | 35 |
| Octal | 162 | 142 | 252 | 41 | 52 | 0 | 41 | 375 | 36 | 65 |
| Binary | 1110010 | 1100010 | 10101010 | 100001 | 101010 | 0 | 100001 | 11111101 | 11110 | 110101 |
Color Harmonies of #7262AA
Complementary color
Monochromatic Colors of #7262AA
Black with #7262AA
Text Example
Text Example
White with #7262AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7262AA; }
p { color: rgb(114,98,170); }
H1.HeaderClassName
{
color: #7262AA;
}
.AnyTagClassName
{
color: #7262AA;
}
</style>
background-color css
<style>
a { background-color: #7262AA; }
a { background-color: rgb(114,98,170); }
div.DivClassName
{
background-color: #7262AA;
}
.BgClassName
{
background-color: #7262AA;
}
</style>
border-color css
<style>
span { border-color: #7262AA; }
span { border-color: rgb(114,98,170); }
td.TdClassName
{
border-color: #7262AA;
}
.TagClassName
{
border-color: #7262AA;
}
</style>