#715C91

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

Shades of Butterfly Bush #715C91

Tints of Butterfly Bush #715C91

Color information

#715C91 (or 0x715C91) is unknown color: approx Butterfly Bush. HEX triplet: 71, 5C and 91. RGB value is (113,92,145). Sum of RGB (Red+Green+Blue) = 113+92+145=350 (46% of max value = 765). Red value is 113 (44.53% from 255 or 32.29% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 145 (57.03% from 255 or 41.43% from 350); Max value from RGB is 145 - color contains mainly: blue. Hex color #715C91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #715C91 is #8EA36E. Grayscale: #686868. Windows color (decimal): -9347951 or 9526385. OLE color: 9526385.

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

Color convert

RGB11392145-
CMYK0.220.3700.43
HSL263.77º22.36%46.47%-
HSV(B)263.77º36.55%56.86%-
XYZ15.7513.2128.51-
YUV104.32150.96134.19-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 32.29%
GREEN value IS 92 (36.33% from 255) = 26.29%
BLUE value IS 145 (57.03% from 255) = 41.43%
R=32.29%
G=26.29%
B=41.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal113921450.220.3700.43263.7722.3646.47
Hex715C91162502B108162e
Octal16113422126450534102656
Binary111000110111001001000110110100101010101110000100010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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