#706E9D

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

Shades of Scampi #706E9D

Tints of Scampi #706E9D

Color information

#706E9D (or 0x706E9D) is unknown color: approx Scampi. HEX triplet: 70, 6E and 9D. RGB value is (112,110,157). Sum of RGB (Red+Green+Blue) = 112+110+157=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 110 (43.36% from 255 or 29.02% from 379); Blue value is 157 (61.72% from 255 or 41.42% from 379); Max value from RGB is 157 - color contains mainly: blue. Hex color #706E9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706E9D is #8F9162. Grayscale: #737373. Windows color (decimal): -9408867 or 10317424. OLE color: 10317424.

HSL color Cylindrical-coordinate representation of color #706E9D: hue angle of 242.55º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #706E9D is Cyan = 0.29, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB112110157-
CMYK0.290.3000.38
HSL242.55º19.34%52.35%-
HSV(B)242.55º29.94%61.57%-
XYZ18.3417.0334.22-
YUV115.96151.16125.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.55%
GREEN value IS 110 (43.36% from 255) = 29.02%
BLUE value IS 157 (61.72% from 255) = 41.42%
R=29.55%
G=29.02%
B=41.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1121101570.290.3000.38242.5519.3452.35
Hex706E9D1D1E026f31334
Octal16015623535360463632364
Binary1110000110111010011101111011111001001101111001110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706E9D; }

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

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

<style>
 a { background-color: #706E9D; }

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

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

<style>
 span { border-color: #706E9D; }

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

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