#716CAB

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

Shades of Scampi #716CAB

Tints of Scampi #716CAB

Color information

#716CAB (or 0x716CAB) is unknown color: approx Scampi. HEX triplet: 71, 6C and AB. RGB value is (113,108,171). Sum of RGB (Red+Green+Blue) = 113+108+171=392 (51% of max value = 765). Red value is 113 (44.53% from 255 or 28.83% from 392); Green value is 108 (42.58% from 255 or 27.55% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 171 - color contains mainly: blue. Hex color #716CAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716CAB is #8E9354. Grayscale: #747474. Windows color (decimal): -9343829 or 11234417. OLE color: 11234417.

HSL color Cylindrical-coordinate representation of color #716CAB: hue angle of 244.76º degrees, saturation: 0.27, 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 #716CAB is Cyan = 0.34, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113108171-
CMYK0.340.3700.33
HSL244.76º27.27%54.71%-
HSV(B)244.76º36.84%67.06%-
XYZ19.5217.1840.81-
YUV116.68158.66125.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.83%
GREEN value IS 108 (42.58% from 255) = 27.55%
BLUE value IS 171 (67.19% from 255) = 43.62%
R=28.83%
G=27.55%
B=43.62%

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
Decimal1131081710.340.3700.33244.7627.2754.71
Hex716CAB2225021f51b37
Octal16115425342450413653367
Binary111000111011001010101110001010010101000011111010111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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