#706BAD

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

Shades of Scampi #706BAD

Tints of Scampi #706BAD

Color information

#706BAD (or 0x706BAD) is unknown color: approx Scampi. HEX triplet: 70, 6B and AD. RGB value is (112,107,173). Sum of RGB (Red+Green+Blue) = 112+107+173=392 (51% of max value = 765). Red value is 112 (44.14% from 255 or 28.57% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 173 (67.97% from 255 or 44.13% from 392); Max value from RGB is 173 - color contains mainly: blue. Hex color #706BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #706BAD is #8F9452. Grayscale: #737373. Windows color (decimal): -9409619 or 11365232. OLE color: 11365232.

HSL color Cylindrical-coordinate representation of color #706BAD: hue angle of 244.55º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #706BAD is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB112107173-
CMYK0.350.3800.32
HSL244.55º28.7%54.9%-
HSV(B)244.55º38.15%67.84%-
XYZ19.4816.9841.79-
YUV116.02160.16125.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.57%
GREEN value IS 107 (42.19% from 255) = 27.30%
BLUE value IS 173 (67.97% from 255) = 44.13%
R=28.57%
G=27.30%
B=44.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1121071730.350.3800.32244.5528.754.9
Hex706BAD2326020f51d37
Octal16015325543460403653567
Binary111000011010111010110110001110011001000001111010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #706BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,107,173); }

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

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

 a { background-color: rgb(112,107,173); }

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

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

 span { border-color: rgb(112,107,173); }

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