#71639D

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

Shades of Scampi #71639D

Tints of Scampi #71639D

Color information

#71639D (or 0x71639D) is unknown color: approx Scampi. HEX triplet: 71, 63 and 9D. RGB value is (113,99,157). Sum of RGB (Red+Green+Blue) = 113+99+157=369 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.62% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #71639D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71639D is #8E9C62. Grayscale: #6D6D6D. Windows color (decimal): -9346147 or 10314609. OLE color: 10314609.

HSL color Cylindrical-coordinate representation of color #71639D: hue angle of 254.48º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71639D is Cyan = 0.28, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB11399157-
CMYK0.280.3700.38
HSL254.48º22.83%50.2%-
HSV(B)254.48º36.94%61.57%-
XYZ17.3614.8733.85-
YUV109.8154.64130.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.62%
GREEN value IS 99 (39.06% from 255) = 26.83%
BLUE value IS 157 (61.72% from 255) = 42.55%
R=30.62%
G=26.83%
B=42.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal113991570.280.3700.38254.4822.8350.2
Hex71639D1C25026fe1732
Octal16114323534450463762762
Binary11100011100011100111011110010010101001101111111010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71639D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71639D; }

 p { color: rgb(113,99,157); }

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

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

 a { background-color: rgb(113,99,157); }

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

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

 span { border-color: rgb(113,99,157); }

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