#716199

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

Shades of Scampi #716199

Tints of Scampi #716199

Color information

#716199 (or 0x716199) is unknown color: approx Scampi. HEX triplet: 71, 61 and 99. RGB value is (113,97,153). Sum of RGB (Red+Green+Blue) = 113+97+153=363 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.13% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 153 (60.16% from 255 or 42.15% from 363); Max value from RGB is 153 - color contains mainly: blue. Hex color #716199 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716199 is #8E9E66. Grayscale: #6B6B6B. Windows color (decimal): -9346663 or 10051953. OLE color: 10051953.

HSL color Cylindrical-coordinate representation of color #716199: hue angle of 257.14º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #716199 is Cyan = 0.26, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11397153-
CMYK0.260.3700.4
HSL257.14º22.4%49.02%-
HSV(B)257.14º36.6%60%-
XYZ16.8314.3632.02-
YUV108.17153.3131.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.13%
GREEN value IS 97 (38.28% from 255) = 26.72%
BLUE value IS 153 (60.16% from 255) = 42.15%
R=31.13%
G=26.72%
B=42.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113971530.260.3700.4257.1422.449.02
Hex7161991A250281011631
Octal16114123132450504012661
Binary111000111000011001100111010100101010100010000000110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716199; }

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

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

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

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

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

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

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

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