#725B8B

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

Shades of Butterfly Bush #725B8B

Tints of Butterfly Bush #725B8B

Color information

#725B8B (or 0x725B8B) is unknown color: approx Butterfly Bush. HEX triplet: 72, 5B and 8B. RGB value is (114,91,139). Sum of RGB (Red+Green+Blue) = 114+91+139=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 91 (35.94% from 255 or 26.45% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #725B8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725B8B is #8DA474. Grayscale: #676767. Windows color (decimal): -9282677 or 9132914. OLE color: 9132914.

HSL color Cylindrical-coordinate representation of color #725B8B: hue angle of 268.75º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #725B8B is Cyan = 0.18, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11491139-
CMYK0.180.3500.45
HSL268.75º20.87%45.1%-
HSV(B)268.75º34.53%54.51%-
XYZ15.3412.9226.11-
YUV103.35148.12135.6-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.14%
GREEN value IS 91 (35.94% from 255) = 26.45%
BLUE value IS 139 (54.69% from 255) = 40.41%
R=33.14%
G=26.45%
B=40.41%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal114911390.180.3500.45268.7520.8745.1
Hex725B8B122302D10d152d
Octal16213321322430554152555
Binary111001010110111000101110010100011010110110000110110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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