#71619C

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

Shades of Scampi #71619C

Tints of Scampi #71619C

Color information

#71619C (or 0x71619C) is unknown color: approx Scampi. HEX triplet: 71, 61 and 9C. RGB value is (113,97,156). Sum of RGB (Red+Green+Blue) = 113+97+156=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 97 (38.28% from 255 or 26.50% from 366); Blue value is 156 (61.33% from 255 or 42.62% from 366); Max value from RGB is 156 - color contains mainly: blue. Hex color #71619C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71619C is #8E9E63. Grayscale: #6C6C6C. Windows color (decimal): -9346660 or 10248561. OLE color: 10248561.

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

Color convert

RGB11397156-
CMYK0.280.3800.39
HSL256.27º23.32%49.61%-
HSV(B)256.27º37.82%61.18%-
XYZ17.0914.4633.34-
YUV108.51154.8131.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.87%
GREEN value IS 97 (38.28% from 255) = 26.50%
BLUE value IS 156 (61.33% from 255) = 42.62%
R=30.87%
G=26.50%
B=42.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113971560.280.3800.39256.2723.3249.61
Hex71619C1C260271001732
Octal16114123434460474002762
Binary111000111000011001110011100100110010011110000000010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71619C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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