#715E8E

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

Shades of Butterfly Bush #715E8E

Tints of Butterfly Bush #715E8E

Color information

#715E8E (or 0x715E8E) is unknown color: approx Butterfly Bush. HEX triplet: 71, 5E and 8E. RGB value is (113,94,142). Sum of RGB (Red+Green+Blue) = 113+94+142=349 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.38% from 349); Green value is 94 (37.11% from 255 or 26.93% from 349); Blue value is 142 (55.86% from 255 or 40.69% from 349); Max value from RGB is 142 - color contains mainly: blue. Hex color #715E8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715E8E is #8EA171. Grayscale: #686868. Windows color (decimal): -9347442 or 9330289. OLE color: 9330289.

HSL color Cylindrical-coordinate representation of color #715E8E: hue angle of 263.75º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #715E8E is Cyan = 0.20, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11394142-
CMYK0.200.3400.44
HSL263.75º20.34%46.27%-
HSV(B)263.75º33.8%55.69%-
XYZ15.713.4727.36-
YUV105.15148.79133.6-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.38%
GREEN value IS 94 (37.11% from 255) = 26.93%
BLUE value IS 142 (55.86% from 255) = 40.69%
R=32.38%
G=26.93%
B=40.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal113941420.200.3400.44263.7520.3446.27
Hex715E8E142202C108142e
Octal16113621624420544102456
Binary111000110111101000111010100100010010110010000100010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,94,142); }

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

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

 a { background-color: rgb(113,94,142); }

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

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

 span { border-color: rgb(113,94,142); }

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