#705EA3

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

Shades of Scampi #705EA3

Tints of Scampi #705EA3

Color information

#705EA3 (or 0x705EA3) is unknown color: approx Scampi. HEX triplet: 70, 5E and A3. RGB value is (112,94,163). Sum of RGB (Red+Green+Blue) = 112+94+163=369 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.35% from 369); Green value is 94 (37.11% from 255 or 25.47% from 369); Blue value is 163 (64.06% from 255 or 44.17% from 369); Max value from RGB is 163 - color contains mainly: blue. Hex color #705EA3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705EA3 is #8FA15C. Grayscale: #6A6A6A. Windows color (decimal): -9412957 or 10706544. OLE color: 10706544.

HSL color Cylindrical-coordinate representation of color #705EA3: hue angle of 255.65º degrees, saturation: 0.27, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #705EA3 is Cyan = 0.31, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11294163-
CMYK0.310.4200.36
HSL255.65º27.27%50.39%-
HSV(B)255.65º42.33%63.92%-
XYZ17.314.0936.46-
YUV107.25159.46131.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.35%
GREEN value IS 94 (37.11% from 255) = 25.47%
BLUE value IS 163 (64.06% from 255) = 44.17%
R=30.35%
G=25.47%
B=44.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal112941630.310.4200.36255.6527.2750.39
Hex705EA31F2A0241001b32
Octal16013624337520444003362
Binary111000010111101010001111111101010010010010000000011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705EA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705EA3; }

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

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

<style>
 a { background-color: #705EA3; }

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

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

<style>
 span { border-color: #705EA3; }

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

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