#70578A

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

Shades of Butterfly Bush #70578A

Tints of Butterfly Bush #70578A

Color information

#70578A (or 0x70578A) is unknown color: approx Butterfly Bush. HEX triplet: 70, 57 and 8A. RGB value is (112,87,138). Sum of RGB (Red+Green+Blue) = 112+87+138=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 87 (34.38% from 255 or 25.82% from 337); Blue value is 138 (54.30% from 255 or 40.95% from 337); Max value from RGB is 138 - color contains mainly: blue. Hex color #70578A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70578A is #8FA875. Grayscale: #646464. Windows color (decimal): -9414774 or 9066352. OLE color: 9066352.

HSL color Cylindrical-coordinate representation of color #70578A: hue angle of 269.41º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #70578A is Cyan = 0.19, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB11287138-
CMYK0.190.3700.46
HSL269.41º22.67%44.12%-
HSV(B)269.41º36.96%54.12%-
XYZ14.6812.125.61-
YUV100.29149.28136.35-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.23%
GREEN value IS 87 (34.38% from 255) = 25.82%
BLUE value IS 138 (54.30% from 255) = 40.95%
R=33.23%
G=25.82%
B=40.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112871380.190.3700.46269.4122.6744.12
Hex70578A132502E10d172c
Octal16012721223450564152754
Binary111000010101111000101010011100101010111010000110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70578A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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