#7161AA

Color #7161AA Scampi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scampi #7161AA

Tints of Scampi #7161AA

Color information

#7161AA (or 0x7161AA) is unknown color: approx Scampi. HEX triplet: 71, 61 and AA. RGB value is (113,97,170). Sum of RGB (Red+Green+Blue) = 113+97+170=380 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.74% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 170 (66.80% from 255 or 44.74% from 380); Max value from RGB is 170 - color contains mainly: blue. Hex color #7161AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7161AA is #8E9E55. Grayscale: #6D6D6D. Windows color (decimal): -9346646 or 11166065. OLE color: 11166065.

HSL color Cylindrical-coordinate representation of color #7161AA: hue angle of 253.15º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7161AA is Cyan = 0.34, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11397170-
CMYK0.340.4300.33
HSL253.15º30.04%52.35%-
HSV(B)253.15º42.94%66.67%-
XYZ18.3414.9639.95-
YUV110.11161.8130.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 29.74%
GREEN value IS 97 (38.28% from 255) = 25.53%
BLUE value IS 170 (66.80% from 255) = 44.74%
R=29.74%
G=25.53%
B=44.74%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal113971700.340.4300.33253.1530.0452.35
Hex7161AA222B021fd1e34
Octal16114125242530413753664
Binary111000111000011010101010001010101101000011111110111110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7161AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7161AA; }

 p { color: rgb(113,97,170); }

 H1.HeaderClassName
 {
   color: #7161AA;
 }
 .AnyTagClassName
 {
   color: #7161AA;
 }
</style>
background-color css

<style>
 a { background-color: #7161AA; }

 a { background-color: rgb(113,97,170); }

 div.DivClassName
 {
   background-color: #7161AA;
 }
 .BgClassName
 {
   background-color: #7161AA;
 }
</style>
border-color css

<style>
 span { border-color: #7161AA; }

 span { border-color: rgb(113,97,170); }

 td.TdClassName
 {
   border-color: #7161AA;
 }
 .TagClassName
 {
   border-color: #7161AA;
 }
</style>