#705990

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

Shades of Butterfly Bush #705990

Tints of Butterfly Bush #705990

Color information

#705990 (or 0x705990) is unknown color: approx Butterfly Bush. HEX triplet: 70, 59 and 90. RGB value is (112,89,144). Sum of RGB (Red+Green+Blue) = 112+89+144=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 144 (56.64% from 255 or 41.74% from 345); Max value from RGB is 144 - color contains mainly: blue. Hex color #705990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705990 is #8FA66F. Grayscale: #656565. Windows color (decimal): -9414256 or 9460080. OLE color: 9460080.

HSL color Cylindrical-coordinate representation of color #705990: hue angle of 265.09º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #705990 is Cyan = 0.22, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11289144-
CMYK0.220.3800.44
HSL265.09º23.61%45.69%-
HSV(B)265.09º38.19%56.47%-
XYZ15.2912.628.01-
YUV102.15151.62135.03-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.46%
GREEN value IS 89 (35.16% from 255) = 25.80%
BLUE value IS 144 (56.64% from 255) = 41.74%
R=32.46%
G=25.80%
B=41.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112891440.220.3800.44265.0923.6145.69
Hex705990162602C109182e
Octal16013122026460544113056
Binary111000010110011001000010110100110010110010000100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705990; }

 p { color: rgb(112,89,144); }

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

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

 a { background-color: rgb(112,89,144); }

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

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

 span { border-color: rgb(112,89,144); }

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