#716299

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

Shades of Scampi #716299

Tints of Scampi #716299

Color information

#716299 (or 0x716299) is unknown color: approx Scampi. HEX triplet: 71, 62 and 99. RGB value is (113,98,153). Sum of RGB (Red+Green+Blue) = 113+98+153=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 98 (38.67% from 255 or 26.92% from 364); Blue value is 153 (60.16% from 255 or 42.03% from 364); Max value from RGB is 153 - color contains mainly: blue. Hex color #716299 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #716299 is #8E9D66. Grayscale: #6C6C6C. Windows color (decimal): -9346407 or 10052209. OLE color: 10052209.

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

Color convert

RGB11398153-
CMYK0.260.3600.4
HSL256.36º21.91%49.22%-
HSV(B)256.36º35.95%60%-
XYZ16.9314.5532.05-
YUV108.76152.97131.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.04%
GREEN value IS 98 (38.67% from 255) = 26.92%
BLUE value IS 153 (60.16% from 255) = 42.03%
R=31.04%
G=26.92%
B=42.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113981530.260.3600.4256.3621.9149.22
Hex7162991A240281001631
Octal16114223132440504002661
Binary111000111000101001100111010100100010100010000000010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #716299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #716299; }

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

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

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

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

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

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

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

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