#715B91

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

Shades of Butterfly Bush #715B91

Tints of Butterfly Bush #715B91

Color information

#715B91 (or 0x715B91) is unknown color: approx Butterfly Bush. HEX triplet: 71, 5B and 91. RGB value is (113,91,145). Sum of RGB (Red+Green+Blue) = 113+91+145=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 145 - color contains mainly: blue. Hex color #715B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715B91 is #8EA46E. Grayscale: #676767. Windows color (decimal): -9348207 or 9526129. OLE color: 9526129.

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

Color convert

RGB11391145-
CMYK0.220.3700.43
HSL264.44º22.88%46.27%-
HSV(B)264.44º37.24%56.86%-
XYZ15.6613.0428.48-
YUV103.73151.29134.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.38%
GREEN value IS 91 (35.94% from 255) = 26.07%
BLUE value IS 145 (57.03% from 255) = 41.55%
R=32.38%
G=26.07%
B=41.55%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113911450.220.3700.43264.4422.8846.27
Hex715B91162502B108172e
Octal16113322126450534102756
Binary111000110110111001000110110100101010101110000100010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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