#716599

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

Shades of Scampi #716599

Tints of Scampi #716599

Color information

#716599 (or 0x716599) is unknown color: approx Scampi. HEX triplet: 71, 65 and 99. RGB value is (113,101,153). Sum of RGB (Red+Green+Blue) = 113+101+153=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 153 - color contains mainly: blue. Hex color #716599 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716599 is #8E9A66. Grayscale: #6E6E6E. Windows color (decimal): -9345639 or 10052977. OLE color: 10052977.

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

Color convert

RGB113101153-
CMYK0.260.3400.4
HSL253.85º20.47%49.8%-
HSV(B)253.85º33.99%60%-
XYZ17.2115.1232.15-
YUV110.52151.98129.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.79%
GREEN value IS 101 (39.84% from 255) = 27.52%
BLUE value IS 153 (60.16% from 255) = 41.69%
R=30.79%
G=27.52%
B=41.69%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1131011530.260.3400.4253.8520.4749.8
Hex7165991A22028fe1432
Octal16114523132420503762462
Binary11100011100101100110011101010001001010001111111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716599; }

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

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

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

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

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

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

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

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