#715B8D

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

Shades of Butterfly Bush #715B8D

Tints of Butterfly Bush #715B8D

Color information

#715B8D (or 0x715B8D) is unknown color: approx Butterfly Bush. HEX triplet: 71, 5B and 8D. RGB value is (113,91,141). Sum of RGB (Red+Green+Blue) = 113+91+141=345 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.75% from 345); Green value is 91 (35.94% from 255 or 26.38% from 345); Blue value is 141 (55.47% from 255 or 40.87% from 345); Max value from RGB is 141 - color contains mainly: blue. Hex color #715B8D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715B8D is #8EA472. Grayscale: #676767. Windows color (decimal): -9348211 or 9263985. OLE color: 9263985.

HSL color Cylindrical-coordinate representation of color #715B8D: hue angle of 266.4º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #715B8D is Cyan = 0.20, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11391141-
CMYK0.200.3500.45
HSL266.4º21.55%45.49%-
HSV(B)266.4º35.46%55.29%-
XYZ15.3612.9226.88-
YUV103.28149.29134.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.75%
GREEN value IS 91 (35.94% from 255) = 26.38%
BLUE value IS 141 (55.47% from 255) = 40.87%
R=32.75%
G=26.38%
B=40.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal113911410.200.3500.45266.421.5545.49
Hex715B8D142302D10a162d
Octal16113321524430554122655
Binary111000110110111000110110100100011010110110000101010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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