#705595

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

Shades of Butterfly Bush #705595

Tints of Butterfly Bush #705595

Color information

#705595 (or 0x705595) is unknown color: approx Butterfly Bush. HEX triplet: 70, 55 and 95. RGB value is (112,85,149). Sum of RGB (Red+Green+Blue) = 112+85+149=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #705595 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705595 is #8FAA6A. Grayscale: #646464. Windows color (decimal): -9415275 or 9786736. OLE color: 9786736.

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

Color convert

RGB11285149-
CMYK0.250.4300.42
HSL265.31º27.35%45.88%-
HSV(B)265.31º42.95%58.43%-
XYZ15.3612.1129.96-
YUV100.37155.45136.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.37%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=32.37%
G=24.57%
B=43.06%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112851490.250.4300.42265.3127.3545.88
Hex705595192B02A1091b2e
Octal16012522531530524113356
Binary111000010101011001010111001101011010101010000100111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705595; }

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

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

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

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

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

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

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

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