#705C92

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

Shades of Butterfly Bush #705C92

Tints of Butterfly Bush #705C92

Color information

#705C92 (or 0x705C92) is unknown color: approx Butterfly Bush. HEX triplet: 70, 5C and 92. RGB value is (112,92,146). Sum of RGB (Red+Green+Blue) = 112+92+146=350 (46% of max value = 765). Red value is 112 (44.14% from 255 or 32% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 146 (57.42% from 255 or 41.71% from 350); Max value from RGB is 146 - color contains mainly: blue. Hex color #705C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705C92 is #8FA36D. Grayscale: #676767. Windows color (decimal): -9413486 or 9591920. OLE color: 9591920.

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

Color convert

RGB11292146-
CMYK0.230.3700.43
HSL262.22º22.69%46.67%-
HSV(B)262.22º36.99%57.25%-
XYZ15.713.1728.91-
YUV104.14151.63133.61-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32%
GREEN value IS 92 (36.33% from 255) = 26.29%
BLUE value IS 146 (57.42% from 255) = 41.71%
R=32%
G=26.29%
B=41.71%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112921460.230.3700.43262.2222.6946.67
Hex705C92172502B106172f
Octal16013422227450534062757
Binary111000010111001001001010111100101010101110000011010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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