#725B91

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

Shades of Butterfly Bush #725B91

Tints of Butterfly Bush #725B91

Color information

#725B91 (or 0x725B91) is unknown color: approx Butterfly Bush. HEX triplet: 72, 5B and 91. RGB value is (114,91,145). Sum of RGB (Red+Green+Blue) = 114+91+145=350 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.57% from 350); Green value is 91 (35.94% from 255 or 26% 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 #725B91 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725B91 is #8DA46E. Grayscale: #676767. Windows color (decimal): -9282671 or 9526130. OLE color: 9526130.

HSL color Cylindrical-coordinate representation of color #725B91: hue angle of 265.56º degrees, saturation: 0.23, 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 #725B91 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11491145-
CMYK0.210.3700.43
HSL265.56º22.88%46.27%-
HSV(B)265.56º37.24%56.86%-
XYZ15.7913.128.49-
YUV104.03151.12135.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.57%
GREEN value IS 91 (35.94% from 255) = 26%
BLUE value IS 145 (57.03% from 255) = 41.43%
R=32.57%
G=26%
B=41.43%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114911450.210.3700.43265.5622.8846.27
Hex725B91152502B10a172e
Octal16213322125450534122756
Binary111001010110111001000110101100101010101110000101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725B91; }

 p { color: rgb(114,91,145); }

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

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

 a { background-color: rgb(114,91,145); }

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

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

 span { border-color: rgb(114,91,145); }

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