#705392

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

Shades of Butterfly Bush #705392

Tints of Butterfly Bush #705392

Color information

#705392 (or 0x705392) is unknown color: approx Butterfly Bush. HEX triplet: 70, 53 and 92. RGB value is (112,83,146). Sum of RGB (Red+Green+Blue) = 112+83+146=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 83 (32.81% from 255 or 24.34% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #705392 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705392 is #8FAC6D. Grayscale: #626262. Windows color (decimal): -9415790 or 9589616. OLE color: 9589616.

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

Color convert

RGB11283146-
CMYK0.230.4300.43
HSL267.62º27.51%44.9%-
HSV(B)267.62º43.15%57.25%-
XYZ14.9611.7128.67-
YUV98.85154.61137.38-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.84%
GREEN value IS 83 (32.81% from 255) = 24.34%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=32.84%
G=24.34%
B=42.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal112831460.230.4300.43267.6227.5144.9
Hex705392172B02B10c1c2d
Octal16012322227530534143455
Binary111000010100111001001010111101011010101110000110011100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705392; }

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

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

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

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

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

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

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

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