#705F90

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

Shades of Butterfly Bush #705F90

Tints of Butterfly Bush #705F90

Color information

#705F90 (or 0x705F90) is unknown color: approx Butterfly Bush. HEX triplet: 70, 5F and 90. RGB value is (112,95,144). Sum of RGB (Red+Green+Blue) = 112+95+144=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 144 (56.64% from 255 or 41.03% from 351); Max value from RGB is 144 - color contains mainly: blue. Hex color #705F90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705F90 is #8FA06F. Grayscale: #696969. Windows color (decimal): -9412720 or 9461616. OLE color: 9461616.

HSL color Cylindrical-coordinate representation of color #705F90: hue angle of 260.82º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #705F90 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11295144-
CMYK0.220.3400.44
HSL260.82º20.5%46.86%-
HSV(B)260.82º34.03%56.47%-
XYZ15.8113.6428.19-
YUV105.67149.63132.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.91%
GREEN value IS 95 (37.5% from 255) = 27.07%
BLUE value IS 144 (56.64% from 255) = 41.03%
R=31.91%
G=27.07%
B=41.03%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal112951440.220.3400.44260.8220.546.86
Hex705F90162202C105152f
Octal16013722026420544052557
Binary111000010111111001000010110100010010110010000010110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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