#705792

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

Shades of Butterfly Bush #705792

Tints of Butterfly Bush #705792

Color information

#705792 (or 0x705792) is unknown color: approx Butterfly Bush. HEX triplet: 70, 57 and 92. RGB value is (112,87,146). Sum of RGB (Red+Green+Blue) = 112+87+146=345 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.46% from 345); Green value is 87 (34.38% from 255 or 25.22% from 345); Blue value is 146 (57.42% from 255 or 42.32% from 345); Max value from RGB is 146 - color contains mainly: blue. Hex color #705792 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705792 is #8FA86D. Grayscale: #646464. Windows color (decimal): -9414766 or 9590640. OLE color: 9590640.

HSL color Cylindrical-coordinate representation of color #705792: hue angle of 265.42º 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 #705792 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11287146-
CMYK0.230.4000.43
HSL265.42º25.32%45.69%-
HSV(B)265.42º40.41%57.25%-
XYZ15.2812.3428.77-
YUV101.2153.28135.7-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.46%
GREEN value IS 87 (34.38% from 255) = 25.22%
BLUE value IS 146 (57.42% from 255) = 42.32%
R=32.46%
G=25.22%
B=42.32%

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
Decimal112871460.230.4000.43265.4225.3245.69
Hex705792172802B109192e
Octal16012722227500534113156
Binary111000010101111001001010111101000010101110000100111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705792; }

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

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

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

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

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

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

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

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