#705C9B

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

Shades of Scampi #705C9B

Tints of Scampi #705C9B

Color information

#705C9B (or 0x705C9B) is unknown color: approx Scampi. HEX triplet: 70, 5C and 9B. RGB value is (112,92,155). Sum of RGB (Red+Green+Blue) = 112+92+155=359 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.20% from 359); Green value is 92 (36.33% from 255 or 25.63% from 359); Blue value is 155 (60.94% from 255 or 43.18% from 359); Max value from RGB is 155 - color contains mainly: blue. Hex color #705C9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705C9B is #8FA364. Grayscale: #686868. Windows color (decimal): -9413477 or 10181744. OLE color: 10181744.

HSL color Cylindrical-coordinate representation of color #705C9B: hue angle of 259.05º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #705C9B is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB11292155-
CMYK0.280.4100.39
HSL259.05º25.51%48.43%-
HSV(B)259.05º40.65%60.78%-
XYZ16.4313.4732.74-
YUV105.16156.13132.88-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.20%
GREEN value IS 92 (36.33% from 255) = 25.63%
BLUE value IS 155 (60.94% from 255) = 43.18%
R=31.20%
G=25.63%
B=43.18%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal112921550.280.4100.39259.0525.5148.43
Hex705C9B1C290271031a30
Octal16013423334510474033260
Binary111000010111001001101111100101001010011110000001111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,92,155); }

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

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

 a { background-color: rgb(112,92,155); }

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

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

 span { border-color: rgb(112,92,155); }

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