#70599A

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

Shades of Butterfly Bush #70599A

Tints of Butterfly Bush #70599A

Color information

#70599A (or 0x70599A) is unknown color: approx Butterfly Bush. HEX triplet: 70, 59 and 9A. RGB value is (112,89,154). Sum of RGB (Red+Green+Blue) = 112+89+154=355 (47% of max value = 765). Red value is 112 (44.14% from 255 or 31.55% from 355); Green value is 89 (35.16% from 255 or 25.07% from 355); Blue value is 154 (60.55% from 255 or 43.38% from 355); Max value from RGB is 154 - color contains mainly: blue. Hex color #70599A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70599A is #8FA665. Grayscale: #676767. Windows color (decimal): -9414246 or 10115440. OLE color: 10115440.

HSL color Cylindrical-coordinate representation of color #70599A: hue angle of 261.23º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70599A is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB11289154-
CMYK0.270.4200.40
HSL261.23º26.75%47.65%-
HSV(B)261.23º42.21%60.39%-
XYZ16.0912.9232.22-
YUV103.29156.62134.21-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 31.55%
GREEN value IS 89 (35.16% from 255) = 25.07%
BLUE value IS 154 (60.55% from 255) = 43.38%
R=31.55%
G=25.07%
B=43.38%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal112891540.270.4200.40261.2326.7547.65
Hex70599A1B2A0281051b30
Octal16013123233520504053360
Binary111000010110011001101011011101010010100010000010111011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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