#715C88

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

Shades of Butterfly Bush #715C88

Tints of Butterfly Bush #715C88

Color information

#715C88 (or 0x715C88) is unknown color: approx Butterfly Bush. HEX triplet: 71, 5C and 88. RGB value is (113,92,136). Sum of RGB (Red+Green+Blue) = 113+92+136=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 92 (36.33% from 255 or 26.98% from 341); Blue value is 136 (53.52% from 255 or 39.88% from 341); Max value from RGB is 136 - color contains mainly: blue. Hex color #715C88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715C88 is #8EA377. Grayscale: #676767. Windows color (decimal): -9347960 or 8936561. OLE color: 8936561.

HSL color Cylindrical-coordinate representation of color #715C88: hue angle of 268.64º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #715C88 is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11392136-
CMYK0.170.3200.47
HSL268.64º19.3%44.71%-
HSV(B)268.64º32.35%53.33%-
XYZ15.0812.9425-
YUV103.3146.46134.92-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 33.14%
GREEN value IS 92 (36.33% from 255) = 26.98%
BLUE value IS 136 (53.52% from 255) = 39.88%
R=33.14%
G=26.98%
B=39.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal113921360.170.3200.47268.6419.344.71
Hex715C88112002F10d132d
Octal16113421021400574152355
Binary111000110111001000100010001100000010111110000110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,92,136); }

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

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

 a { background-color: rgb(113,92,136); }

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

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

 span { border-color: rgb(113,92,136); }

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