#71709D

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

Shades of Scampi #71709D

Tints of Scampi #71709D

Color information

#71709D (or 0x71709D) is unknown color: approx Scampi. HEX triplet: 71, 70 and 9D. RGB value is (113,112,157). Sum of RGB (Red+Green+Blue) = 113+112+157=382 (50% of max value = 765). Red value is 113 (44.53% from 255 or 29.58% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #71709D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #71709D is #8E8F62. Grayscale: #757575. Windows color (decimal): -9342819 or 10317937. OLE color: 10317937.

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

Color convert

RGB113112157-
CMYK0.280.2900.38
HSL241.33º18.67%52.75%-
HSV(B)241.33º28.66%61.57%-
XYZ18.6917.5334.3-
YUV117.43150.33124.84-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 29.58%
GREEN value IS 112 (44.14% from 255) = 29.32%
BLUE value IS 157 (61.72% from 255) = 41.10%
R=29.58%
G=29.32%
B=41.10%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1131121570.280.2900.38241.3318.6752.75
Hex71709D1C1D026f11335
Octal16116023534350463612365
Binary1110001111000010011101111001110101001101111000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71709D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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