#716799

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

Shades of Scampi #716799

Tints of Scampi #716799

Color information

#716799 (or 0x716799) is unknown color: approx Scampi. HEX triplet: 71, 67 and 99. RGB value is (113,103,153). Sum of RGB (Red+Green+Blue) = 113+103+153=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 103 (40.62% from 255 or 27.91% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #716799 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716799 is #8E9866. Grayscale: #6F6F6F. Windows color (decimal): -9345127 or 10053489. OLE color: 10053489.

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

Color convert

RGB113103153-
CMYK0.260.3300.4
HSL252º19.69%50.2%-
HSV(B)252º32.68%60%-
XYZ17.4115.5132.21-
YUV111.69151.31128.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 103 (40.62% from 255) = 27.91%
BLUE value IS 153 (60.16% from 255) = 41.46%
R=30.62%
G=27.91%
B=41.46%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1131031530.260.3300.425219.6950.2
Hex7167991A21028fc1432
Octal16114723132410503742462
Binary11100011100111100110011101010000101010001111110010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716799; }

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

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

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

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

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

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

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

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