#706595

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

Shades of Scampi #706595

Tints of Scampi #706595

Color information

#706595 (or 0x706595) is unknown color: approx Scampi. HEX triplet: 70, 65 and 95. RGB value is (112,101,149). Sum of RGB (Red+Green+Blue) = 112+101+149=362 (47% of max value = 765). Red value is 112 (44.14% from 255 or 30.94% from 362); Green value is 101 (39.84% from 255 or 27.90% from 362); Blue value is 149 (58.59% from 255 or 41.16% from 362); Max value from RGB is 149 - color contains mainly: blue. Hex color #706595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706595 is #8F9A6A. Grayscale: #6D6D6D. Windows color (decimal): -9411179 or 9790832. OLE color: 9790832.

HSL color Cylindrical-coordinate representation of color #706595: hue angle of 253.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #706595 is Cyan = 0.25, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB112101149-
CMYK0.250.3200.42
HSL253.75º19.2%49.02%-
HSV(B)253.75º32.21%58.43%-
XYZ16.7614.9230.43-
YUV109.76150.14129.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.94%
GREEN value IS 101 (39.84% from 255) = 27.90%
BLUE value IS 149 (58.59% from 255) = 41.16%
R=30.94%
G=27.90%
B=41.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121011490.250.3200.42253.7519.249.02
Hex706595192002Afe1331
Octal16014522531400523762361
Binary11100001100101100101011100110000001010101111111010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #706595; }

 p { color: rgb(112,101,149); }

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

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

 a { background-color: rgb(112,101,149); }

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

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

 span { border-color: rgb(112,101,149); }

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