#705795

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

Shades of Butterfly Bush #705795

Tints of Butterfly Bush #705795

Color information

#705795 (or 0x705795) is unknown color: approx Butterfly Bush. HEX triplet: 70, 57 and 95. RGB value is (112,87,149). Sum of RGB (Red+Green+Blue) = 112+87+149=348 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.18% from 348); Green value is 87 (34.38% from 255 or 25% from 348); Blue value is 149 (58.59% from 255 or 42.82% from 348); Max value from RGB is 149 - color contains mainly: blue. Hex color #705795 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705795 is #8FA86A. Grayscale: #656565. Windows color (decimal): -9414763 or 9787248. OLE color: 9787248.

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

Color convert

RGB11287149-
CMYK0.250.4200.42
HSL264.19º26.27%46.27%-
HSV(B)264.19º41.61%58.43%-
XYZ15.5212.4330.02-
YUV101.54154.78135.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.18%
GREEN value IS 87 (34.38% from 255) = 25%
BLUE value IS 149 (58.59% from 255) = 42.82%
R=32.18%
G=25%
B=42.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112871490.250.4200.42264.1926.2746.27
Hex705795192A02A1081a2e
Octal16012722531520524103256
Binary111000010101111001010111001101010010101010000100011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705795; }

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

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

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

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

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

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

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

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