#705892

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

Shades of Butterfly Bush #705892

Tints of Butterfly Bush #705892

Color information

#705892 (or 0x705892) is unknown color: approx Butterfly Bush. HEX triplet: 70, 58 and 92. RGB value is (112,88,146). Sum of RGB (Red+Green+Blue) = 112+88+146=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 146 (57.42% from 255 or 42.20% from 346); Max value from RGB is 146 - color contains mainly: blue. Hex color #705892 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705892 is #8FA76D. Grayscale: #656565. Windows color (decimal): -9414510 or 9590896. OLE color: 9590896.

HSL color Cylindrical-coordinate representation of color #705892: hue angle of 264.83º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #705892 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11288146-
CMYK0.230.4000.43
HSL264.83º24.79%45.88%-
HSV(B)264.83º39.73%57.25%-
XYZ15.3612.528.8-
YUV101.79152.95135.28-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.37%
GREEN value IS 88 (34.77% from 255) = 25.43%
BLUE value IS 146 (57.42% from 255) = 42.20%
R=32.37%
G=25.43%
B=42.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112881460.230.4000.43264.8324.7945.88
Hex705892172802B109192e
Octal16013022227500534113156
Binary111000010110001001001010111101000010101110000100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705892; }

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

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

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

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

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

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

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

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