#71699F

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

Shades of Scampi #71699F

Tints of Scampi #71699F

Color information

#71699F (or 0x71699F) is unknown color: approx Scampi. HEX triplet: 71, 69 and 9F. RGB value is (113,105,159). Sum of RGB (Red+Green+Blue) = 113+105+159=377 (49% of max value = 765). Red value is 113 (44.53% from 255 or 29.97% from 377); Green value is 105 (41.41% from 255 or 27.85% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #71699F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71699F is #8E9660. Grayscale: #717171. Windows color (decimal): -9344609 or 10447217. OLE color: 10447217.

HSL color Cylindrical-coordinate representation of color #71699F: hue angle of 248.89º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #71699F is Cyan = 0.29, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB113105159-
CMYK0.290.3400.38
HSL248.89º21.95%51.76%-
HSV(B)248.89º33.96%62.35%-
XYZ18.1216.1234.96-
YUV113.55153.65127.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.97%
GREEN value IS 105 (41.41% from 255) = 27.85%
BLUE value IS 159 (62.5% from 255) = 42.18%
R=29.97%
G=27.85%
B=42.18%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131051590.290.3400.38248.8921.9551.76
Hex71699F1D22026f91634
Octal16115123735420463712664
Binary11100011101001100111111110110001001001101111100110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71699F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71699F; }

 p { color: rgb(113,105,159); }

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

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

 a { background-color: rgb(113,105,159); }

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

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

 span { border-color: rgb(113,105,159); }

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