#705593

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

Shades of Butterfly Bush #705593

Tints of Butterfly Bush #705593

Color information

#705593 (or 0x705593) is unknown color: approx Butterfly Bush. HEX triplet: 70, 55 and 93. RGB value is (112,85,147). Sum of RGB (Red+Green+Blue) = 112+85+147=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 147 (57.81% from 255 or 42.73% from 344); Max value from RGB is 147 - color contains mainly: blue. Hex color #705593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705593 is #8FAA6C. Grayscale: #636363. Windows color (decimal): -9415277 or 9655664. OLE color: 9655664.

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

Color convert

RGB11285147-
CMYK0.240.4200.42
HSL266.13º26.72%45.49%-
HSV(B)266.13º42.18%57.65%-
XYZ15.212.0529.13-
YUV100.14154.45136.46-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.56%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 147 (57.81% from 255) = 42.73%
R=32.56%
G=24.71%
B=42.73%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112851470.240.4200.42266.1326.7245.49
Hex705593182A02A10a1b2d
Octal16012522330520524123355
Binary111000010101011001001111000101010010101010000101011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705593; }

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

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

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

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

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

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

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

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