#716499

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

Shades of Scampi #716499

Tints of Scampi #716499

Color information

#716499 (or 0x716499) is unknown color: approx Scampi. HEX triplet: 71, 64 and 99. RGB value is (113,100,153). Sum of RGB (Red+Green+Blue) = 113+100+153=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 100 (39.45% from 255 or 27.32% from 366); Blue value is 153 (60.16% from 255 or 41.80% from 366); Max value from RGB is 153 - color contains mainly: blue. Hex color #716499 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716499 is #8E9B66. Grayscale: #6D6D6D. Windows color (decimal): -9345895 or 10052721. OLE color: 10052721.

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

Color convert

RGB113100153-
CMYK0.260.3500.4
HSL254.72º20.95%49.61%-
HSV(B)254.72º34.64%60%-
XYZ17.1214.9232.12-
YUV109.93152.31130.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.87%
GREEN value IS 100 (39.45% from 255) = 27.32%
BLUE value IS 153 (60.16% from 255) = 41.80%
R=30.87%
G=27.32%
B=41.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1131001530.260.3500.4254.7220.9549.61
Hex7164991A23028ff1532
Octal16114423132430503772562
Binary11100011100100100110011101010001101010001111111110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716499; }

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

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

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

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

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

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

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

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