#705495

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

Shades of Butterfly Bush #705495

Tints of Butterfly Bush #705495

Color information

#705495 (or 0x705495) is unknown color: approx Butterfly Bush. HEX triplet: 70, 54 and 95. RGB value is (112,84,149). Sum of RGB (Red+Green+Blue) = 112+84+149=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 84 (33.20% from 255 or 24.35% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #705495 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705495 is #8FAB6A. Grayscale: #636363. Windows color (decimal): -9415531 or 9786480. OLE color: 9786480.

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

Color convert

RGB11284149-
CMYK0.250.4400.42
HSL265.85º27.9%45.69%-
HSV(B)265.85º43.62%58.43%-
XYZ15.2811.9629.94-
YUV99.78155.78136.71-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.46%
GREEN value IS 84 (33.20% from 255) = 24.35%
BLUE value IS 149 (58.59% from 255) = 43.19%
R=32.46%
G=24.35%
B=43.19%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112841490.250.4400.42265.8527.945.69
Hex705495192C02A10a1c2e
Octal16012422531540524123456
Binary111000010101001001010111001101100010101010000101011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705495; }

 p { color: rgb(112,84,149); }

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

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

 a { background-color: rgb(112,84,149); }

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

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

 span { border-color: rgb(112,84,149); }

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