#70548D

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

Shades of Butterfly Bush #70548D

Tints of Butterfly Bush #70548D

Color information

#70548D (or 0x70548D) is unknown color: approx Butterfly Bush. HEX triplet: 70, 54 and 8D. RGB value is (112,84,141). Sum of RGB (Red+Green+Blue) = 112+84+141=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 84 (33.20% from 255 or 24.93% from 337); Blue value is 141 (55.47% from 255 or 41.84% from 337); Max value from RGB is 141 - color contains mainly: blue. Hex color #70548D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70548D is #8FAB72. Grayscale: #626262. Windows color (decimal): -9415539 or 9262192. OLE color: 9262192.

HSL color Cylindrical-coordinate representation of color #70548D: hue angle of 269.47º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70548D is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11284141-
CMYK0.210.4000.45
HSL269.47º25.33%44.12%-
HSV(B)269.47º40.43%55.29%-
XYZ14.6611.7126.69-
YUV98.87151.78137.37-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.23%
GREEN value IS 84 (33.20% from 255) = 24.93%
BLUE value IS 141 (55.47% from 255) = 41.84%
R=33.23%
G=24.93%
B=41.84%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112841410.210.4000.45269.4725.3344.12
Hex70548D152802D10d192c
Octal16012421525500554153154
Binary111000010101001000110110101101000010110110000110111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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