#70578C

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

Shades of Butterfly Bush #70578C

Tints of Butterfly Bush #70578C

Color information

#70578C (or 0x70578C) is unknown color: approx Butterfly Bush. HEX triplet: 70, 57 and 8C. RGB value is (112,87,140). Sum of RGB (Red+Green+Blue) = 112+87+140=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 87 (34.38% from 255 or 25.66% from 339); Blue value is 140 (55.08% from 255 or 41.30% from 339); Max value from RGB is 140 - color contains mainly: blue. Hex color #70578C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70578C is #8FA873. Grayscale: #646464. Windows color (decimal): -9414772 or 9197424. OLE color: 9197424.

HSL color Cylindrical-coordinate representation of color #70578C: hue angle of 268.3º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #70578C is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11287140-
CMYK0.200.3800.45
HSL268.3º23.35%44.51%-
HSV(B)268.3º37.86%54.9%-
XYZ14.8212.1526.38-
YUV100.52150.28136.19-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.04%
GREEN value IS 87 (34.38% from 255) = 25.66%
BLUE value IS 140 (55.08% from 255) = 41.30%
R=33.04%
G=25.66%
B=41.30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112871400.200.3800.45268.323.3544.51
Hex70578C142602D10c172d
Octal16012721424460554142755
Binary111000010101111000110010100100110010110110000110010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70578C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #70578C; }

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

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

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

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

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

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

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

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