#725F95

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

Shades of Butterfly Bush #725F95

Tints of Butterfly Bush #725F95

Color information

#725F95 (or 0x725F95) is unknown color: approx Butterfly Bush. HEX triplet: 72, 5F and 95. RGB value is (114,95,149). Sum of RGB (Red+Green+Blue) = 114+95+149=358 (47% of max value = 765). Red value is 114 (44.92% from 255 or 31.84% from 358); Green value is 95 (37.5% from 255 or 26.54% from 358); Blue value is 149 (58.59% from 255 or 41.62% from 358); Max value from RGB is 149 - color contains mainly: blue. Hex color #725F95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725F95 is #8DA06A. Grayscale: #6A6A6A. Windows color (decimal): -9281643 or 9789298. OLE color: 9789298.

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

Color convert

RGB11495149-
CMYK0.230.3600.42
HSL261.11º22.13%47.84%-
HSV(B)261.11º36.24%58.43%-
XYZ16.4613.9330.26-
YUV106.84151.79133.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 31.84%
GREEN value IS 95 (37.5% from 255) = 26.54%
BLUE value IS 149 (58.59% from 255) = 41.62%
R=31.84%
G=26.54%
B=41.62%

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
Decimal114951490.230.3600.42261.1122.1347.84
Hex725F95172402A1051630
Octal16213722527440524052660
Binary111001010111111001010110111100100010101010000010110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,95,149); }

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

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

 a { background-color: rgb(114,95,149); }

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

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

 span { border-color: rgb(114,95,149); }

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