#716595

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

Shades of Scampi #716595

Tints of Scampi #716595

Color information

#716595 (or 0x716595) is unknown color: approx Scampi. HEX triplet: 71, 65 and 95. RGB value is (113,101,149). Sum of RGB (Red+Green+Blue) = 113+101+149=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 101 (39.84% from 255 or 27.82% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #716595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716595 is #8E9A6A. Grayscale: #6D6D6D. Windows color (decimal): -9345643 or 9790833. OLE color: 9790833.

HSL color Cylindrical-coordinate representation of color #716595: hue angle of 255º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #716595 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB113101149-
CMYK0.240.3200.42
HSL255º19.2%49.02%-
HSV(B)255º32.21%58.43%-
XYZ16.8914.9930.44-
YUV110.06149.98130.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.13%
GREEN value IS 101 (39.84% from 255) = 27.82%
BLUE value IS 149 (58.59% from 255) = 41.05%
R=31.13%
G=27.82%
B=41.05%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131011490.240.3200.4225519.249.02
Hex716595182002Aff1331
Octal16114522530400523772361
Binary11100011100101100101011100010000001010101111111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716595; }

 p { color: rgb(113,101,149); }

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

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

 a { background-color: rgb(113,101,149); }

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

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

 span { border-color: rgb(113,101,149); }

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