#725990

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

Shades of Butterfly Bush #725990

Tints of Butterfly Bush #725990

Color information

#725990 (or 0x725990) is unknown color: approx Butterfly Bush. HEX triplet: 72, 59 and 90. RGB value is (114,89,144). Sum of RGB (Red+Green+Blue) = 114+89+144=347 (45% of max value = 765). Red value is 114 (44.92% from 255 or 32.85% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 144 (56.64% from 255 or 41.50% from 347); Max value from RGB is 144 - color contains mainly: blue. Hex color #725990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725990 is #8DA66F. Grayscale: #666666. Windows color (decimal): -9283184 or 9460082. OLE color: 9460082.

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

Color convert

RGB11489144-
CMYK0.210.3800.44
HSL267.27º23.61%45.69%-
HSV(B)267.27º38.19%56.47%-
XYZ15.5512.7428.02-
YUV102.74151.28136.03-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.85%
GREEN value IS 89 (35.16% from 255) = 25.65%
BLUE value IS 144 (56.64% from 255) = 41.50%
R=32.85%
G=25.65%
B=41.50%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal114891440.210.3800.44267.2723.6145.69
Hex725990152602C10b182e
Octal16213122025460544133056
Binary111001010110011001000010101100110010110010000101111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725990; }

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

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

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

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

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

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

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

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