#70568D

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

Shades of Butterfly Bush #70568D

Tints of Butterfly Bush #70568D

Color information

#70568D (or 0x70568D) is unknown color: approx Butterfly Bush. HEX triplet: 70, 56 and 8D. RGB value is (112,86,141). Sum of RGB (Red+Green+Blue) = 112+86+141=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 141 - color contains mainly: blue. Hex color #70568D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70568D is #8FA972. Grayscale: #636363. Windows color (decimal): -9415027 or 9262704. OLE color: 9262704.

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

Color convert

RGB11286141-
CMYK0.210.3900.45
HSL268.36º24.23%44.51%-
HSV(B)268.36º39.01%55.29%-
XYZ14.8212.0226.74-
YUV100.04151.11136.53-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.04%
GREEN value IS 86 (33.98% from 255) = 25.37%
BLUE value IS 141 (55.47% from 255) = 41.59%
R=33.04%
G=25.37%
B=41.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112861410.210.3900.45268.3624.2344.51
Hex70568D152702D10c182d
Octal16012621525470554143055
Binary111000010101101000110110101100111010110110000110011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70568D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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