#715991

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

Shades of Butterfly Bush #715991

Tints of Butterfly Bush #715991

Color information

#715991 (or 0x715991) is unknown color: approx Butterfly Bush. HEX triplet: 71, 59 and 91. RGB value is (113,89,145). Sum of RGB (Red+Green+Blue) = 113+89+145=347 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.56% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 145 (57.03% from 255 or 41.79% from 347); Max value from RGB is 145 - color contains mainly: blue. Hex color #715991 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715991 is #8EA66E. Grayscale: #666666. Windows color (decimal): -9348719 or 9525617. OLE color: 9525617.

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

Color convert

RGB11389145-
CMYK0.220.3900.43
HSL265.71º23.93%45.88%-
HSV(B)265.71º38.62%56.86%-
XYZ15.4912.728.42-
YUV102.56151.95135.45-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.56%
GREEN value IS 89 (35.16% from 255) = 25.65%
BLUE value IS 145 (57.03% from 255) = 41.79%
R=32.56%
G=25.65%
B=41.79%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113891450.220.3900.43265.7123.9345.88
Hex715991162702B10a182e
Octal16113122126470534123056
Binary111000110110011001000110110100111010101110000101011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715991; }

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

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

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

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

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

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

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

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