#725C92

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

Shades of Butterfly Bush #725C92

Tints of Butterfly Bush #725C92

Color information

#725C92 (or 0x725C92) is unknown color: approx Butterfly Bush. HEX triplet: 72, 5C and 92. RGB value is (114,92,146). Sum of RGB (Red+Green+Blue) = 114+92+146=352 (46% of max value = 765). Red value is 114 (44.92% from 255 or 32.39% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 146 (57.42% from 255 or 41.48% from 352); Max value from RGB is 146 - color contains mainly: blue. Hex color #725C92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #725C92 is #8DA36D. Grayscale: #686868. Windows color (decimal): -9282414 or 9591922. OLE color: 9591922.

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

Color convert

RGB11492146-
CMYK0.220.3700.43
HSL264.44º22.69%46.67%-
HSV(B)264.44º36.99%57.25%-
XYZ15.9513.3128.92-
YUV104.73151.29134.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 32.39%
GREEN value IS 92 (36.33% from 255) = 26.14%
BLUE value IS 146 (57.42% from 255) = 41.48%
R=32.39%
G=26.14%
B=41.48%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114921460.220.3700.43264.4422.6946.67
Hex725C92162502B108172f
Octal16213422226450534102757
Binary111001010111001001001010110100101010101110000100010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,92,146); }

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

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

 a { background-color: rgb(114,92,146); }

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

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

 span { border-color: rgb(114,92,146); }

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