#705A94

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

Shades of Butterfly Bush #705A94

Tints of Butterfly Bush #705A94

Color information

#705A94 (or 0x705A94) is unknown color: approx Butterfly Bush. HEX triplet: 70, 5A and 94. RGB value is (112,90,148). Sum of RGB (Red+Green+Blue) = 112+90+148=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 90 (35.55% from 255 or 25.71% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 148 - color contains mainly: blue. Hex color #705A94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705A94 is #8FA56B. Grayscale: #666666. Windows color (decimal): -9413996 or 9722480. OLE color: 9722480.

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

Color convert

RGB11290148-
CMYK0.240.3900.42
HSL262.76º24.37%46.67%-
HSV(B)262.76º39.19%58.04%-
XYZ15.6812.929.68-
YUV103.19153.29134.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32%
GREEN value IS 90 (35.55% from 255) = 25.71%
BLUE value IS 148 (58.20% from 255) = 42.29%
R=32%
G=25.71%
B=42.29%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112901480.240.3900.42262.7624.3746.67
Hex705A94182702A107182f
Octal16013222430470524073057
Binary111000010110101001010011000100111010101010000011111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705A94; }

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

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

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

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

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

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

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

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