#725999

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

Shades of Butterfly Bush #725999

Tints of Butterfly Bush #725999

Color information

#725999 (or 0x725999) is unknown color: approx Butterfly Bush. HEX triplet: 72, 59 and 99. RGB value is (114,89,153). Sum of RGB (Red+Green+Blue) = 114+89+153=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #725999 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725999 is #8DA666. Grayscale: #676767. Windows color (decimal): -9283175 or 10049906. OLE color: 10049906.

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

Color convert

RGB11489153-
CMYK0.250.4200.4
HSL263.44º26.45%47.45%-
HSV(B)263.44º41.83%60%-
XYZ16.2613.0231.79-
YUV103.77155.78135.3-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.02%
GREEN value IS 89 (35.16% from 255) = 25%
BLUE value IS 153 (60.16% from 255) = 42.98%
R=32.02%
G=25%
B=42.98%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal114891530.250.4200.4263.4426.4547.45
Hex725999192A0281071a2f
Octal16213123131520504073257
Binary111001010110011001100111001101010010100010000011111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725999; }

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

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

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

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

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

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

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

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