#705393

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

Shades of Butterfly Bush #705393

Tints of Butterfly Bush #705393

Color information

#705393 (or 0x705393) is unknown color: approx Butterfly Bush. HEX triplet: 70, 53 and 93. RGB value is (112,83,147). Sum of RGB (Red+Green+Blue) = 112+83+147=342 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.75% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 147 - color contains mainly: blue. Hex color #705393 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705393 is #8FAC6C. Grayscale: #626262. Windows color (decimal): -9415789 or 9655152. OLE color: 9655152.

HSL color Cylindrical-coordinate representation of color #705393: hue angle of 267.19º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #705393 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11283147-
CMYK0.240.4400.42
HSL267.19º27.83%45.1%-
HSV(B)267.19º43.54%57.65%-
XYZ15.0411.7429.08-
YUV98.97155.11137.3-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.75%
GREEN value IS 83 (32.81% from 255) = 24.27%
BLUE value IS 147 (57.81% from 255) = 42.98%
R=32.75%
G=24.27%
B=42.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112831470.240.4400.42267.1927.8345.1
Hex705393182C02A10b1c2d
Octal16012322330540524133455
Binary111000010100111001001111000101100010101010000101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705393; }

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

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

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

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

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

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

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

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