#705D92

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

Shades of Butterfly Bush #705D92

Tints of Butterfly Bush #705D92

Color information

#705D92 (or 0x705D92) is unknown color: approx Butterfly Bush. HEX triplet: 70, 5D and 92. RGB value is (112,93,146). Sum of RGB (Red+Green+Blue) = 112+93+146=351 (46% of max value = 765). Red value is 112 (44.14% from 255 or 31.91% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 146 - color contains mainly: blue. Hex color #705D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705D92 is #8FA26D. Grayscale: #686868. Windows color (decimal): -9413230 or 9592176. OLE color: 9592176.

HSL color Cylindrical-coordinate representation of color #705D92: hue angle of 261.51º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #705D92 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11293146-
CMYK0.230.3600.43
HSL261.51º22.18%46.86%-
HSV(B)261.51º36.3%57.25%-
XYZ15.7813.3528.94-
YUV104.72151.29133.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.91%
GREEN value IS 93 (36.72% from 255) = 26.50%
BLUE value IS 146 (57.42% from 255) = 41.60%
R=31.91%
G=26.50%
B=41.60%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112931460.230.3600.43261.5122.1846.86
Hex705D92172402B106162f
Octal16013522227440534062657
Binary111000010111011001001010111100100010101110000011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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