#705E92

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

Shades of Butterfly Bush #705E92

Tints of Butterfly Bush #705E92

Color information

#705E92 (or 0x705E92) is unknown color: approx Butterfly Bush. HEX triplet: 70, 5E and 92. RGB value is (112,94,146). Sum of RGB (Red+Green+Blue) = 112+94+146=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #705E92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705E92 is #8FA16D. Grayscale: #696969. Windows color (decimal): -9412974 or 9592432. OLE color: 9592432.

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

Color convert

RGB11294146-
CMYK0.230.3600.43
HSL260.77º21.67%47.06%-
HSV(B)260.77º35.62%57.25%-
XYZ15.8713.5328.97-
YUV105.31150.96132.77-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.82%
GREEN value IS 94 (37.11% from 255) = 26.70%
BLUE value IS 146 (57.42% from 255) = 41.48%
R=31.82%
G=26.70%
B=41.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112941460.230.3600.43260.7721.6747.06
Hex705E92172402B105162f
Octal16013622227440534052657
Binary111000010111101001001010111100100010101110000010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705E92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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