#725997

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

Shades of Butterfly Bush #725997

Tints of Butterfly Bush #725997

Color information

#725997 (or 0x725997) is unknown color: approx Butterfly Bush. HEX triplet: 72, 59 and 97. RGB value is (114,89,151). Sum of RGB (Red+Green+Blue) = 114+89+151=354 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.20% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 151 - color contains mainly: blue. Hex color #725997 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725997 is #8DA668. Grayscale: #676767. Windows color (decimal): -9283177 or 9918834. OLE color: 9918834.

HSL color Cylindrical-coordinate representation of color #725997: hue angle of 264.19º degrees, saturation: 0.26, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #725997 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11489151-
CMYK0.250.4100.41
HSL264.19º25.83%47.06%-
HSV(B)264.19º41.06%59.22%-
XYZ16.112.9630.93-
YUV103.54154.78135.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.20%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 151 (59.38% from 255) = 42.66%
R=32.20%
G=25.14%
B=42.66%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114891510.250.4100.41264.1925.8347.06
Hex72599719290291081a2f
Octal16213122731510514103257
Binary111001010110011001011111001101001010100110000100011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725997; }

 p { color: rgb(114,89,151); }

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

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

 a { background-color: rgb(114,89,151); }

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

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

 span { border-color: rgb(114,89,151); }

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