#725E94

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

Shades of Butterfly Bush #725E94

Tints of Butterfly Bush #725E94

Color information

#725E94 (or 0x725E94) is unknown color: approx Butterfly Bush. HEX triplet: 72, 5E and 94. RGB value is (114,94,148). Sum of RGB (Red+Green+Blue) = 114+94+148=356 (47% of max value = 765). Red value is 114 (44.92% from 255 or 32.02% from 356); Green value is 94 (37.11% from 255 or 26.40% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #725E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725E94 is #8DA16B. Grayscale: #696969. Windows color (decimal): -9281900 or 9723506. OLE color: 9723506.

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

Color convert

RGB11494148-
CMYK0.230.3600.42
HSL262.22º22.31%47.45%-
HSV(B)262.22º36.49%58.04%-
XYZ16.2913.7229.81-
YUV106.14151.63133.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.02%
GREEN value IS 94 (37.11% from 255) = 26.40%
BLUE value IS 148 (58.20% from 255) = 41.57%
R=32.02%
G=26.40%
B=41.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114941480.230.3600.42262.2222.3147.45
Hex725E94172402A106162f
Octal16213622427440524062657
Binary111001010111101001010010111100100010101010000011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,94,148); }

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

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

 a { background-color: rgb(114,94,148); }

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

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

 span { border-color: rgb(114,94,148); }

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