#705D93

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

Shades of Butterfly Bush #705D93

Tints of Butterfly Bush #705D93

Color information

#705D93 (or 0x705D93) is unknown color: approx Butterfly Bush. HEX triplet: 70, 5D and 93. RGB value is (112,93,147). Sum of RGB (Red+Green+Blue) = 112+93+147=352 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.82% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #705D93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705D93 is #8FA26C. Grayscale: #686868. Windows color (decimal): -9413229 or 9657712. OLE color: 9657712.

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

Color convert

RGB11293147-
CMYK0.240.3700.42
HSL261.11º22.5%47.06%-
HSV(B)261.11º36.73%57.65%-
XYZ15.8613.3829.35-
YUV104.84151.79133.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.82%
GREEN value IS 93 (36.72% from 255) = 26.42%
BLUE value IS 147 (57.81% from 255) = 41.76%
R=31.82%
G=26.42%
B=41.76%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112931470.240.3700.42261.1122.547.06
Hex705D93182502A105162f
Octal16013522330450524052657
Binary111000010111011001001111000100101010101010000010110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705D93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,93,147); }

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

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

 a { background-color: rgb(112,93,147); }

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

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

 span { border-color: rgb(112,93,147); }

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