#70568B

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

Shades of Butterfly Bush #70568B

Tints of Butterfly Bush #70568B

Color information

#70568B (or 0x70568B) is unknown color: approx Butterfly Bush. HEX triplet: 70, 56 and 8B. RGB value is (112,86,139). Sum of RGB (Red+Green+Blue) = 112+86+139=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 86 (33.98% from 255 or 25.52% from 337); Blue value is 139 (54.69% from 255 or 41.25% from 337); Max value from RGB is 139 - color contains mainly: blue. Hex color #70568B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70568B is #8FA974. Grayscale: #636363. Windows color (decimal): -9415029 or 9131632. OLE color: 9131632.

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

Color convert

RGB11286139-
CMYK0.190.3800.45
HSL269.43º23.56%44.12%-
HSV(B)269.43º38.13%54.51%-
XYZ14.6711.9625.96-
YUV99.82150.11136.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.23%
GREEN value IS 86 (33.98% from 255) = 25.52%
BLUE value IS 139 (54.69% from 255) = 41.25%
R=33.23%
G=25.52%
B=41.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112861390.190.3800.45269.4323.5644.12
Hex70568B132602D10d182c
Octal16012621323460554153054
Binary111000010101101000101110011100110010110110000110111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70568B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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