#705994

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

Shades of Butterfly Bush #705994

Tints of Butterfly Bush #705994

Color information

#705994 (or 0x705994) is unknown color: approx Butterfly Bush. HEX triplet: 70, 59 and 94. RGB value is (112,89,148). Sum of RGB (Red+Green+Blue) = 112+89+148=349 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32.09% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 148 (58.20% from 255 or 42.41% from 349); Max value from RGB is 148 - color contains mainly: blue. Hex color #705994 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705994 is #8FA66B. Grayscale: #666666. Windows color (decimal): -9414252 or 9722224. OLE color: 9722224.

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

Color convert

RGB11289148-
CMYK0.240.4000.42
HSL263.39º24.89%46.47%-
HSV(B)263.39º39.86%58.04%-
XYZ15.612.7329.65-
YUV102.6153.62134.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.09%
GREEN value IS 89 (35.16% from 255) = 25.50%
BLUE value IS 148 (58.20% from 255) = 42.41%
R=32.09%
G=25.50%
B=42.41%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112891480.240.4000.42263.3924.8946.47
Hex705994182802A107192e
Octal16013122430500524073156
Binary111000010110011001010011000101000010101010000011111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705994; }

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

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

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

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

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

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

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

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