#7161AB

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

Shades of Scampi #7161AB

Tints of Scampi #7161AB

Color information

#7161AB (or 0x7161AB) is unknown color: approx Scampi. HEX triplet: 71, 61 and AB. RGB value is (113,97,171). Sum of RGB (Red+Green+Blue) = 113+97+171=381 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.66% from 381); Green value is 97 (38.28% from 255 or 25.46% 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 #7161AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7161AB is #8E9E54. Grayscale: #6D6D6D. Windows color (decimal): -9346645 or 11231601. OLE color: 11231601.

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

Color convert

RGB11397171-
CMYK0.340.4300.33
HSL252.97º30.58%52.55%-
HSV(B)252.97º43.27%67.06%-
XYZ18.441540.45-
YUV110.22162.3129.98-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.66%
GREEN value IS 97 (38.28% from 255) = 25.46%
BLUE value IS 171 (67.19% from 255) = 44.88%
R=29.66%
G=25.46%
B=44.88%

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
Decimal113971710.340.4300.33252.9730.5852.55
Hex7161AB222B021fd1f35
Octal16114125342530413753765
Binary111000111000011010101110001010101101000011111110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7161AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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