#71629C

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

Shades of Scampi #71629C

Tints of Scampi #71629C

Color information

#71629C (or 0x71629C) is unknown color: approx Scampi. HEX triplet: 71, 62 and 9C. RGB value is (113,98,156). Sum of RGB (Red+Green+Blue) = 113+98+156=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #71629C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71629C is #8E9D63. Grayscale: #6C6C6C. Windows color (decimal): -9346404 or 10248817. OLE color: 10248817.

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

Color convert

RGB11398156-
CMYK0.280.3700.39
HSL255.52º22.83%49.8%-
HSV(B)255.52º37.18%61.18%-
XYZ17.1814.6533.37-
YUV109.1154.47130.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.79%
GREEN value IS 98 (38.67% from 255) = 26.70%
BLUE value IS 156 (61.33% from 255) = 42.51%
R=30.79%
G=26.70%
B=42.51%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113981560.280.3700.39255.5222.8349.8
Hex71629C1C250271001732
Octal16114223434450474002762
Binary111000111000101001110011100100101010011110000000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71629C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71629C; }

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

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

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

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

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

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

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

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