#70578D

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

Shades of Butterfly Bush #70578D

Tints of Butterfly Bush #70578D

Color information

#70578D (or 0x70578D) is unknown color: approx Butterfly Bush. HEX triplet: 70, 57 and 8D. RGB value is (112,87,141). Sum of RGB (Red+Green+Blue) = 112+87+141=340 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.94% from 340); Green value is 87 (34.38% from 255 or 25.59% from 340); Blue value is 141 (55.47% from 255 or 41.47% from 340); Max value from RGB is 141 - color contains mainly: blue. Hex color #70578D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70578D is #8FA872. Grayscale: #646464. Windows color (decimal): -9414771 or 9262960. OLE color: 9262960.

HSL color Cylindrical-coordinate representation of color #70578D: hue angle of 267.78º degrees, saturation: 0.24, 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 #70578D is Cyan = 0.21, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11287141-
CMYK0.210.3800.45
HSL267.78º23.68%44.71%-
HSV(B)267.78º38.3%55.29%-
XYZ14.912.1826.77-
YUV100.63150.78136.11-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.94%
GREEN value IS 87 (34.38% from 255) = 25.59%
BLUE value IS 141 (55.47% from 255) = 41.47%
R=32.94%
G=25.59%
B=41.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112871410.210.3800.45267.7823.6844.71
Hex70578D152602D10c182d
Octal16012721525460554143055
Binary111000010101111000110110101100110010110110000110011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70578D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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