#715C86

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

Shades of Butterfly Bush #715C86

Tints of Butterfly Bush #715C86

Color information

#715C86 (or 0x715C86) is unknown color: approx Butterfly Bush. HEX triplet: 71, 5C and 86. RGB value is (113,92,134). Sum of RGB (Red+Green+Blue) = 113+92+134=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 92 (36.33% from 255 or 27.14% from 339); Blue value is 134 (52.73% from 255 or 39.53% from 339); Max value from RGB is 134 - color contains mainly: blue. Hex color #715C86 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715C86 is #8EA379. Grayscale: #666666. Windows color (decimal): -9347962 or 8805489. OLE color: 8805489.

HSL color Cylindrical-coordinate representation of color #715C86: hue angle of 270º degrees, saturation: 0.19, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #715C86 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11392134-
CMYK0.160.3100.47
HSL270º18.58%44.31%-
HSV(B)270º31.34%52.55%-
XYZ14.9412.8924.25-
YUV103.07145.46135.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.33%
GREEN value IS 92 (36.33% from 255) = 27.14%
BLUE value IS 134 (52.73% from 255) = 39.53%
R=33.33%
G=27.14%
B=39.53%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113921340.160.3100.4727018.5844.31
Hex715C86101F02F10e132c
Octal16113420620370574162354
Binary11100011011100100001101000011111010111110000111010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,92,134); }

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

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

 a { background-color: rgb(113,92,134); }

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

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

 span { border-color: rgb(113,92,134); }

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