#715B96

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

Shades of Butterfly Bush #715B96

Tints of Butterfly Bush #715B96

Color information

#715B96 (or 0x715B96) is unknown color: approx Butterfly Bush. HEX triplet: 71, 5B and 96. RGB value is (113,91,150). Sum of RGB (Red+Green+Blue) = 113+91+150=354 (46% of max value = 765). Red value is 113 (44.53% from 255 or 31.92% from 354); Green value is 91 (35.94% from 255 or 25.71% from 354); Blue value is 150 (58.98% from 255 or 42.37% from 354); Max value from RGB is 150 - color contains mainly: blue. Hex color #715B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715B96 is #8EA469. Grayscale: #686868. Windows color (decimal): -9348202 or 9853809. OLE color: 9853809.

HSL color Cylindrical-coordinate representation of color #715B96: hue angle of 262.37º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #715B96 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11391150-
CMYK0.250.3900.41
HSL262.37º24.48%47.25%-
HSV(B)262.37º39.33%58.82%-
XYZ16.0613.1930.55-
YUV104.3153.79134.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.92%
GREEN value IS 91 (35.94% from 255) = 25.71%
BLUE value IS 150 (58.98% from 255) = 42.37%
R=31.92%
G=25.71%
B=42.37%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal113911500.250.3900.41262.3724.4847.25
Hex715B961927029106182f
Octal16113322631470514063057
Binary111000110110111001011011001100111010100110000011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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