#705C84

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

Shades of Butterfly Bush #705C84

Tints of Butterfly Bush #705C84

Color information

#705C84 (or 0x705C84) is unknown color: approx Butterfly Bush. HEX triplet: 70, 5C and 84. RGB value is (112,92,132). Sum of RGB (Red+Green+Blue) = 112+92+132=336 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.33% from 336); Green value is 92 (36.33% from 255 or 27.38% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 132 - color contains mainly: blue. Hex color #705C84 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705C84 is #8FA37B. Grayscale: #666666. Windows color (decimal): -9413500 or 8674416. OLE color: 8674416.

HSL color Cylindrical-coordinate representation of color #705C84: hue angle of 270º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #705C84 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11292132-
CMYK0.150.3000.48
HSL270º17.86%43.92%-
HSV(B)270º30.3%51.76%-
XYZ14.6712.7623.52-
YUV102.54144.63134.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.33%
GREEN value IS 92 (36.33% from 255) = 27.38%
BLUE value IS 132 (51.95% from 255) = 39.29%
R=33.33%
G=27.38%
B=39.29%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal112921320.150.3000.4827017.8643.92
Hex705C84F1E03010e122c
Octal16013420417360604162254
Binary1110000101110010000100111111110011000010000111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705C84; }

 p { color: rgb(112,92,132); }

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

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

 a { background-color: rgb(112,92,132); }

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

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

 span { border-color: rgb(112,92,132); }

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