#71689F

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

Shades of Scampi #71689F

Tints of Scampi #71689F

Color information

#71689F (or 0x71689F) is unknown color: approx Scampi. HEX triplet: 71, 68 and 9F. RGB value is (113,104,159). Sum of RGB (Red+Green+Blue) = 113+104+159=376 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.05% from 376); Green value is 104 (41.02% from 255 or 27.66% from 376); Blue value is 159 (62.5% from 255 or 42.29% from 376); Max value from RGB is 159 - color contains mainly: blue. Hex color #71689F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71689F is #8E9760. Grayscale: #707070. Windows color (decimal): -9344865 or 10446961. OLE color: 10446961.

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

Color convert

RGB113104159-
CMYK0.290.3500.38
HSL249.82º22.27%51.57%-
HSV(B)249.82º34.59%62.35%-
XYZ18.0215.9134.92-
YUV112.96153.98128.03-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.05%
GREEN value IS 104 (41.02% from 255) = 27.66%
BLUE value IS 159 (62.5% from 255) = 42.29%
R=30.05%
G=27.66%
B=42.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131041590.290.3500.38249.8222.2751.57
Hex71689F1D23026fa1634
Octal16115023735430463722664
Binary11100011101000100111111110110001101001101111101010110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71689F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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