#71679B

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

Shades of Scampi #71679B

Tints of Scampi #71679B

Color information

#71679B (or 0x71679B) is unknown color: approx Scampi. HEX triplet: 71, 67 and 9B. RGB value is (113,103,155). Sum of RGB (Red+Green+Blue) = 113+103+155=371 (49% of max value = 765). Red value is 113 (44.53% from 255 or 30.46% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 155 (60.94% from 255 or 41.78% from 371); Max value from RGB is 155 - color contains mainly: blue. Hex color #71679B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71679B is #8E9864. Grayscale: #6F6F6F. Windows color (decimal): -9345125 or 10184561. OLE color: 10184561.

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

Color convert

RGB113103155-
CMYK0.270.3400.39
HSL251.54º20.63%50.59%-
HSV(B)251.54º33.55%60.78%-
XYZ17.5815.5833.09-
YUV111.92152.31128.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.46%
GREEN value IS 103 (40.62% from 255) = 27.76%
BLUE value IS 155 (60.94% from 255) = 41.78%
R=30.46%
G=27.76%
B=41.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1131031550.270.3400.39251.5420.6350.59
Hex71679B1B22027fc1533
Octal16114723333420473742563
Binary11100011100111100110111101110001001001111111110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71679B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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