#71639B

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

Shades of Scampi #71639B

Tints of Scampi #71639B

Color information

#71639B (or 0x71639B) is unknown color: approx Scampi. HEX triplet: 71, 63 and 9B. RGB value is (113,99,155). Sum of RGB (Red+Green+Blue) = 113+99+155=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 99 (39.06% from 255 or 26.98% from 367); Blue value is 155 (60.94% from 255 or 42.23% from 367); Max value from RGB is 155 - color contains mainly: blue. Hex color #71639B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71639B is #8E9C64. Grayscale: #6D6D6D. Windows color (decimal): -9346149 or 10183537. OLE color: 10183537.

HSL color Cylindrical-coordinate representation of color #71639B: hue angle of 255º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #71639B is Cyan = 0.27, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11399155-
CMYK0.270.3600.39
HSL255º22.05%49.8%-
HSV(B)255º36.13%60.78%-
XYZ17.1914.832.96-
YUV109.57153.64130.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.79%
GREEN value IS 99 (39.06% from 255) = 26.98%
BLUE value IS 155 (60.94% from 255) = 42.23%
R=30.79%
G=26.98%
B=42.23%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113991550.270.3600.3925522.0549.8
Hex71639B1B24027ff1632
Octal16114323333440473772662
Binary11100011100011100110111101110010001001111111111110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71639B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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