#715691

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

Shades of Butterfly Bush #715691

Tints of Butterfly Bush #715691

Color information

#715691 (or 0x715691) is unknown color: approx Butterfly Bush. HEX triplet: 71, 56 and 91. RGB value is (113,86,145). Sum of RGB (Red+Green+Blue) = 113+86+145=344 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.85% from 344); Green value is 86 (33.98% from 255 or 25% from 344); Blue value is 145 (57.03% from 255 or 42.15% from 344); Max value from RGB is 145 - color contains mainly: blue. Hex color #715691 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715691 is #8EA96E. Grayscale: #646464. Windows color (decimal): -9349487 or 9524849. OLE color: 9524849.

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

Color convert

RGB11386145-
CMYK0.220.4100.43
HSL267.46º25.54%45.29%-
HSV(B)267.46º40.69%56.86%-
XYZ15.2512.2128.34-
YUV100.8152.95136.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.85%
GREEN value IS 86 (33.98% from 255) = 25%
BLUE value IS 145 (57.03% from 255) = 42.15%
R=32.85%
G=25%
B=42.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113861450.220.4100.43267.4625.5445.29
Hex715691162902B10b1a2d
Octal16112622126510534133255
Binary111000110101101001000110110101001010101110000101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715691; }

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

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

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

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

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

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

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

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