#705989

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

Shades of Butterfly Bush #705989

Tints of Butterfly Bush #705989

Color information

#705989 (or 0x705989) is unknown color: approx Butterfly Bush. HEX triplet: 70, 59 and 89. RGB value is (112,89,137). Sum of RGB (Red+Green+Blue) = 112+89+137=338 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.14% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 137 (53.91% from 255 or 40.53% from 338); Max value from RGB is 137 - color contains mainly: blue. Hex color #705989 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705989 is #8FA676. Grayscale: #656565. Windows color (decimal): -9414263 or 9001328. OLE color: 9001328.

HSL color Cylindrical-coordinate representation of color #705989: hue angle of 268.75º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #705989 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11289137-
CMYK0.180.3500.46
HSL268.75º21.24%44.31%-
HSV(B)268.75º35.04%53.73%-
XYZ14.7712.425.28-
YUV101.35148.12135.6-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.14%
GREEN value IS 89 (35.16% from 255) = 26.33%
BLUE value IS 137 (53.91% from 255) = 40.53%
R=33.14%
G=26.33%
B=40.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112891370.180.3500.46268.7521.2444.31
Hex705989122302E10d152c
Octal16013121122430564152554
Binary111000010110011000100110010100011010111010000110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705989; }

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

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

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

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

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

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

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

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