#716BAB

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

Shades of Scampi #716BAB

Tints of Scampi #716BAB

Color information

#716BAB (or 0x716BAB) is unknown color: approx Scampi. HEX triplet: 71, 6B and AB. RGB value is (113,107,171). Sum of RGB (Red+Green+Blue) = 113+107+171=391 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.90% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #716BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716BAB is #8E9454. Grayscale: #737373. Windows color (decimal): -9344085 or 11234161. OLE color: 11234161.

HSL color Cylindrical-coordinate representation of color #716BAB: hue angle of 245.62º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #716BAB is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113107171-
CMYK0.340.3700.33
HSL245.62º27.59%54.51%-
HSV(B)245.62º37.43%67.06%-
XYZ19.4216.9740.78-
YUV116.09158.99125.8-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.90%
GREEN value IS 107 (42.19% from 255) = 27.37%
BLUE value IS 171 (67.19% from 255) = 43.73%
R=28.90%
G=27.37%
B=43.73%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131071710.340.3700.33245.6227.5954.51
Hex716BAB2225021f61c37
Octal16115325342450413663467
Binary111000111010111010101110001010010101000011111011011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716BAB; }

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

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

<style>
 a { background-color: #716BAB; }

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

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

<style>
 span { border-color: #716BAB; }

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

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