#715E91

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

Shades of Butterfly Bush #715E91

Tints of Butterfly Bush #715E91

Color information

#715E91 (or 0x715E91) is unknown color: approx Butterfly Bush. HEX triplet: 71, 5E and 91. RGB value is (113,94,145). Sum of RGB (Red+Green+Blue) = 113+94+145=352 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.10% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 145 (57.03% from 255 or 41.19% from 352); Max value from RGB is 145 - color contains mainly: blue. Hex color #715E91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715E91 is #8EA16E. Grayscale: #696969. Windows color (decimal): -9347439 or 9526897. OLE color: 9526897.

HSL color Cylindrical-coordinate representation of color #715E91: hue angle of 262.35º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #715E91 is Cyan = 0.22, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11394145-
CMYK0.220.3500.43
HSL262.35º21.34%46.86%-
HSV(B)262.35º35.17%56.86%-
XYZ15.9213.5628.57-
YUV105.5150.29133.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.10%
GREEN value IS 94 (37.11% from 255) = 26.70%
BLUE value IS 145 (57.03% from 255) = 41.19%
R=32.10%
G=26.70%
B=41.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113941450.220.3500.43262.3521.3446.86
Hex715E91162302B106152f
Octal16113622126430534062557
Binary111000110111101001000110110100011010101110000011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715E91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,94,145); }

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

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

 a { background-color: rgb(113,94,145); }

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

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

 span { border-color: rgb(113,94,145); }

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