#705793

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

Shades of Butterfly Bush #705793

Tints of Butterfly Bush #705793

Color information

#705793 (or 0x705793) is unknown color: approx Butterfly Bush. HEX triplet: 70, 57 and 93. RGB value is (112,87,147). Sum of RGB (Red+Green+Blue) = 112+87+147=346 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.37% from 346); Green value is 87 (34.38% from 255 or 25.14% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #705793 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705793 is #8FA86C. Grayscale: #656565. Windows color (decimal): -9414765 or 9656176. OLE color: 9656176.

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

Color convert

RGB11287147-
CMYK0.240.4100.42
HSL265º25.64%45.88%-
HSV(B)265º40.82%57.65%-
XYZ15.3612.3729.18-
YUV101.31153.78135.62-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.37%
GREEN value IS 87 (34.38% from 255) = 25.14%
BLUE value IS 147 (57.81% from 255) = 42.49%
R=32.37%
G=25.14%
B=42.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112871470.240.4100.4226525.6445.88
Hex705793182902A1091a2e
Octal16012722330510524113256
Binary111000010101111001001111000101001010101010000100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705793; }

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

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

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

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

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

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

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

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