#705CA4

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

Shades of Scampi #705CA4

Tints of Scampi #705CA4

Color information

#705CA4 (or 0x705CA4) is unknown color: approx Scampi. HEX triplet: 70, 5C and A4. RGB value is (112,92,164). Sum of RGB (Red+Green+Blue) = 112+92+164=368 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.43% from 368); Green value is 92 (36.33% from 255 or 25% from 368); Blue value is 164 (64.45% from 255 or 44.57% from 368); Max value from RGB is 164 - color contains mainly: blue. Hex color #705CA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705CA4 is #8FA35B. Grayscale: #696969. Windows color (decimal): -9413468 or 10771568. OLE color: 10771568.

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

Color convert

RGB11292164-
CMYK0.320.4400.36
HSL256.67º28.35%50.2%-
HSV(B)256.67º43.9%64.31%-
XYZ17.2113.7836.87-
YUV106.19160.63132.15-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.43%
GREEN value IS 92 (36.33% from 255) = 25%
BLUE value IS 164 (64.45% from 255) = 44.57%
R=30.43%
G=25%
B=44.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal112921640.320.4400.36256.6728.3550.2
Hex705CA4202C0241011c32
Octal16013424440540444013462
Binary1110000101110010100100100000101100010010010000000111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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