#725593

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

Shades of Butterfly Bush #725593

Tints of Butterfly Bush #725593

Color information

#725593 (or 0x725593) is unknown color: approx Butterfly Bush. HEX triplet: 72, 55 and 93. RGB value is (114,85,147). Sum of RGB (Red+Green+Blue) = 114+85+147=346 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.95% from 346); Green value is 85 (33.59% from 255 or 24.57% from 346); Blue value is 147 (57.81% from 255 or 42.49% from 346); Max value from RGB is 147 - color contains mainly: blue. Hex color #725593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725593 is #8DAA6C. Grayscale: #646464. Windows color (decimal): -9284205 or 9655666. OLE color: 9655666.

HSL color Cylindrical-coordinate representation of color #725593: hue angle of 268.06º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #725593 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11485147-
CMYK0.220.4200.42
HSL268.06º26.72%45.49%-
HSV(B)268.06º42.18%57.65%-
XYZ15.4512.1829.14-
YUV100.74154.11137.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.95%
GREEN value IS 85 (33.59% from 255) = 24.57%
BLUE value IS 147 (57.81% from 255) = 42.49%
R=32.95%
G=24.57%
B=42.49%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114851470.220.4200.42268.0626.7245.49
Hex725593162A02A10c1b2d
Octal16212522326520524143355
Binary111001010101011001001110110101010010101010000110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725593; }

 p { color: rgb(114,85,147); }

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

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

 a { background-color: rgb(114,85,147); }

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

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

 span { border-color: rgb(114,85,147); }

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