#725D8C

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

Shades of Butterfly Bush #725D8C

Tints of Butterfly Bush #725D8C

Color information

#725D8C (or 0x725D8C) is unknown color: approx Butterfly Bush. HEX triplet: 72, 5D and 8C. RGB value is (114,93,140). Sum of RGB (Red+Green+Blue) = 114+93+140=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 93 (36.72% from 255 or 26.80% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 140 - color contains mainly: blue. Hex color #725D8C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725D8C is #8DA273. Grayscale: #686868. Windows color (decimal): -9282164 or 9198962. OLE color: 9198962.

HSL color Cylindrical-coordinate representation of color #725D8C: hue angle of 266.81º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #725D8C is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11493140-
CMYK0.190.3400.45
HSL266.81º20.17%45.69%-
HSV(B)266.81º33.57%54.9%-
XYZ15.5913.326.56-
YUV104.64147.96134.68-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.85%
GREEN value IS 93 (36.72% from 255) = 26.80%
BLUE value IS 140 (55.08% from 255) = 40.35%
R=32.85%
G=26.80%
B=40.35%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114931400.190.3400.45266.8120.1745.69
Hex725D8C132202D10b142e
Octal16213521423420554132456
Binary111001010111011000110010011100010010110110000101110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725D8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,93,140); }

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

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

 a { background-color: rgb(114,93,140); }

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

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

 span { border-color: rgb(114,93,140); }

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