#70588D

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

Shades of Butterfly Bush #70588D

Tints of Butterfly Bush #70588D

Color information

#70588D (or 0x70588D) is unknown color: approx Butterfly Bush. HEX triplet: 70, 58 and 8D. RGB value is (112,88,141). Sum of RGB (Red+Green+Blue) = 112+88+141=341 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.84% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 141 (55.47% from 255 or 41.35% from 341); Max value from RGB is 141 - color contains mainly: blue. Hex color #70588D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #70588D is #8FA772. Grayscale: #656565. Windows color (decimal): -9414515 or 9263216. OLE color: 9263216.

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

Color convert

RGB11288141-
CMYK0.210.3800.45
HSL267.17º23.14%44.9%-
HSV(B)267.17º37.59%55.29%-
XYZ14.9812.3526.79-
YUV101.22150.45135.69-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 32.84%
GREEN value IS 88 (34.77% from 255) = 25.81%
BLUE value IS 141 (55.47% from 255) = 41.35%
R=32.84%
G=25.81%
B=41.35%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal112881410.210.3800.45267.1723.1444.9
Hex70588D152602D10b172d
Octal16013021525460554132755
Binary111000010110001000110110101100110010110110000101110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #70588D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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