#715D85

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

Shades of Butterfly Bush #715D85

Tints of Butterfly Bush #715D85

Color information

#715D85 (or 0x715D85) is unknown color: approx Butterfly Bush. HEX triplet: 71, 5D and 85. RGB value is (113,93,133). Sum of RGB (Red+Green+Blue) = 113+93+133=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 133 (52.34% from 255 or 39.23% from 339); Max value from RGB is 133 - color contains mainly: blue. Hex color #715D85 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715D85 is #8EA27A. Grayscale: #676767. Windows color (decimal): -9347707 or 8740209. OLE color: 8740209.

HSL color Cylindrical-coordinate representation of color #715D85: hue angle of 270º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #715D85 is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11393133-
CMYK0.150.3000.48
HSL270º17.7%44.31%-
HSV(B)270º30.08%52.16%-
XYZ14.9613.0323.92-
YUV103.54144.63134.75-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.33%
GREEN value IS 93 (36.72% from 255) = 27.43%
BLUE value IS 133 (52.34% from 255) = 39.23%
R=33.33%
G=27.43%
B=39.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113931330.150.3000.4827017.744.31
Hex715D85F1E03010e122c
Octal16113520517360604162254
Binary1110001101110110000101111111110011000010000111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715D85; }

 p { color: rgb(113,93,133); }

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

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

 a { background-color: rgb(113,93,133); }

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

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

 span { border-color: rgb(113,93,133); }

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