#725B90

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

Shades of Butterfly Bush #725B90

Tints of Butterfly Bush #725B90

Color information

#725B90 (or 0x725B90) is unknown color: approx Butterfly Bush. HEX triplet: 72, 5B and 90. RGB value is (114,91,144). Sum of RGB (Red+Green+Blue) = 114+91+144=349 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.66% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #725B90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725B90 is #8DA46F. Grayscale: #676767. Windows color (decimal): -9282672 or 9460594. OLE color: 9460594.

HSL color Cylindrical-coordinate representation of color #725B90: hue angle of 266.04º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #725B90 is Cyan = 0.21, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11491144-
CMYK0.210.3700.44
HSL266.04º22.55%46.08%-
HSV(B)266.04º36.81%56.47%-
XYZ15.7113.0728.08-
YUV103.92150.62135.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.66%
GREEN value IS 91 (35.94% from 255) = 26.07%
BLUE value IS 144 (56.64% from 255) = 41.26%
R=32.66%
G=26.07%
B=41.26%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114911440.210.3700.44266.0422.5546.08
Hex725B90152502C10a172e
Octal16213322025450544122756
Binary111001010110111001000010101100101010110010000101010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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