#716695

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

Shades of Scampi #716695

Tints of Scampi #716695

Color information

#716695 (or 0x716695) is unknown color: approx Scampi. HEX triplet: 71, 66 and 95. RGB value is (113,102,149). Sum of RGB (Red+Green+Blue) = 113+102+149=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 149 (58.59% from 255 or 40.93% from 364); Max value from RGB is 149 - color contains mainly: blue. Hex color #716695 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716695 is #8E996A. Grayscale: #6E6E6E. Windows color (decimal): -9345387 or 9791089. OLE color: 9791089.

HSL color Cylindrical-coordinate representation of color #716695: hue angle of 254.04º 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 #716695 is Cyan = 0.24, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB113102149-
CMYK0.240.3200.42
HSL254.04º18.73%49.22%-
HSV(B)254.04º31.54%58.43%-
XYZ16.9915.1830.47-
YUV110.65149.64129.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.04%
GREEN value IS 102 (40.23% from 255) = 28.02%
BLUE value IS 149 (58.59% from 255) = 40.93%
R=31.04%
G=28.02%
B=40.93%

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
Decimal1131021490.240.3200.42254.0418.7349.22
Hex716695182002Afe1331
Octal16114622530400523762361
Binary11100011100110100101011100010000001010101111111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716695; }

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

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

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

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

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

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

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

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