#706DA3

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

Shades of Scampi #706DA3

Tints of Scampi #706DA3

Color information

#706DA3 (or 0x706DA3) is unknown color: approx Scampi. HEX triplet: 70, 6D and A3. RGB value is (112,109,163). Sum of RGB (Red+Green+Blue) = 112+109+163=384 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.17% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 163 (64.06% from 255 or 42.45% from 384); Max value from RGB is 163 - color contains mainly: blue. Hex color #706DA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706DA3 is #8F925C. Grayscale: #737373. Windows color (decimal): -9409117 or 10710384. OLE color: 10710384.

HSL color Cylindrical-coordinate representation of color #706DA3: hue angle of 243.33º degrees, saturation: 0.23, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #706DA3 is Cyan = 0.31, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB112109163-
CMYK0.310.3300.36
HSL243.33º22.69%53.33%-
HSV(B)243.33º33.13%63.92%-
XYZ18.7617.0336.95-
YUV116.05154.49125.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.17%
GREEN value IS 109 (42.97% from 255) = 28.39%
BLUE value IS 163 (64.06% from 255) = 42.45%
R=29.17%
G=28.39%
B=42.45%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1121091630.310.3300.36243.3322.6953.33
Hex706DA31F21024f31735
Octal16015524337410443632765
Binary11100001101101101000111111110000101001001111001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706DA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,109,163); }

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

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

 a { background-color: rgb(112,109,163); }

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

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

 span { border-color: rgb(112,109,163); }

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