#70598A

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

Shades of Butterfly Bush #70598A

Tints of Butterfly Bush #70598A

Color information

#70598A (or 0x70598A) is unknown color: approx Butterfly Bush. HEX triplet: 70, 59 and 8A. RGB value is (112,89,138). Sum of RGB (Red+Green+Blue) = 112+89+138=339 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.04% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 138 (54.30% from 255 or 40.71% from 339); Max value from RGB is 138 - color contains mainly: blue. Hex color #70598A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70598A is #8FA675. Grayscale: #656565. Windows color (decimal): -9414262 or 9066864. OLE color: 9066864.

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

Color convert

RGB11289138-
CMYK0.190.3600.46
HSL268.16º21.59%44.51%-
HSV(B)268.16º35.51%54.12%-
XYZ14.8412.4225.66-
YUV101.46148.62135.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.04%
GREEN value IS 89 (35.16% from 255) = 26.25%
BLUE value IS 138 (54.30% from 255) = 40.71%
R=33.04%
G=26.25%
B=40.71%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal112891380.190.3600.46268.1621.5944.51
Hex70598A132402E10c162d
Octal16013121223440564142655
Binary111000010110011000101010011100100010111010000110010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70598A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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