#705988

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

Shades of Butterfly Bush #705988

Tints of Butterfly Bush #705988

Color information

#705988 (or 0x705988) is unknown color: approx Butterfly Bush. HEX triplet: 70, 59 and 88. RGB value is (112,89,136). Sum of RGB (Red+Green+Blue) = 112+89+136=337 (44% of max value = 765). Red value is 112 (44.14% from 255 or 33.23% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 136 - color contains mainly: blue. Hex color #705988 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #705988 is #8FA677. Grayscale: #656565. Windows color (decimal): -9414264 or 8935792. OLE color: 8935792.

HSL color Cylindrical-coordinate representation of color #705988: hue angle of 269.36º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #705988 is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11289136-
CMYK0.180.3500.47
HSL269.36º20.89%44.12%-
HSV(B)269.36º34.56%53.33%-
XYZ14.712.3724.9-
YUV101.24147.62135.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 33.23%
GREEN value IS 89 (35.16% from 255) = 26.41%
BLUE value IS 136 (53.52% from 255) = 40.36%
R=33.23%
G=26.41%
B=40.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal112891360.180.3500.47269.3620.8944.12
Hex705988122302F10d152c
Octal16013121022430574152554
Binary111000010110011000100010010100011010111110000110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705988; }

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

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

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

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

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

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

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

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