#715693

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

Shades of Butterfly Bush #715693

Tints of Butterfly Bush #715693

Color information

#715693 (or 0x715693) is unknown color: approx Butterfly Bush. HEX triplet: 71, 56 and 93. RGB value is (113,86,147). Sum of RGB (Red+Green+Blue) = 113+86+147=346 (45% of max value = 765). Red value is 113 (44.53% from 255 or 32.66% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #715693 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715693 is #8EA96C. Grayscale: #646464. Windows color (decimal): -9349485 or 9655921. OLE color: 9655921.

HSL color Cylindrical-coordinate representation of color #715693: hue angle of 266.56º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #715693 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11386147-
CMYK0.230.4100.42
HSL266.56º26.18%45.69%-
HSV(B)266.56º41.5%57.65%-
XYZ15.412.2729.16-
YUV101.03153.95136.54-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.66%
GREEN value IS 86 (33.98% from 255) = 24.86%
BLUE value IS 147 (57.81% from 255) = 42.49%
R=32.66%
G=24.86%
B=42.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113861470.230.4100.42266.5626.1845.69
Hex715693172902A10b1a2e
Octal16112622327510524133256
Binary111000110101101001001110111101001010101010000101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715693; }

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

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

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

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

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

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

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

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