#705E93

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

Shades of Butterfly Bush #705E93

Tints of Butterfly Bush #705E93

Color information

#705E93 (or 0x705E93) is unknown color: approx Butterfly Bush. HEX triplet: 70, 5E and 93. RGB value is (112,94,147). Sum of RGB (Red+Green+Blue) = 112+94+147=353 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.73% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 147 (57.81% from 255 or 41.64% from 353); Max value from RGB is 147 - color contains mainly: blue. Hex color #705E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705E93 is #8FA16C. Grayscale: #696969. Windows color (decimal): -9412973 or 9657968. OLE color: 9657968.

HSL color Cylindrical-coordinate representation of color #705E93: hue angle of 260.38º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #705E93 is Cyan = 0.24, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11294147-
CMYK0.240.3600.42
HSL260.38º21.99%47.25%-
HSV(B)260.38º36.05%57.65%-
XYZ15.9513.5629.38-
YUV105.42151.46132.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.73%
GREEN value IS 94 (37.11% from 255) = 26.63%
BLUE value IS 147 (57.81% from 255) = 41.64%
R=31.73%
G=26.63%
B=41.64%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112941470.240.3600.42260.3821.9947.25
Hex705E93182402A104162f
Octal16013622330440524042657
Binary111000010111101001001111000100100010101010000010010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705E93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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