#745992

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

Shades of Butterfly Bush #745992

Tints of Butterfly Bush #745992

Color information

#745992 (or 0x745992) is unknown color: approx Butterfly Bush. HEX triplet: 74, 59 and 92. RGB value is (116,89,146). Sum of RGB (Red+Green+Blue) = 116+89+146=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 146 - color contains mainly: blue. Hex color #745992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745992 is #8BA66D. Grayscale: #676767. Windows color (decimal): -9152110 or 9591156. OLE color: 9591156.

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

Color convert

RGB11689146-
CMYK0.210.3900.43
HSL268.42º24.26%46.08%-
HSV(B)268.42º39.04%57.25%-
XYZ15.9612.9328.85-
YUV103.57151.95136.87-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.05%
GREEN value IS 89 (35.16% from 255) = 25.36%
BLUE value IS 146 (57.42% from 255) = 41.60%
R=33.05%
G=25.36%
B=41.60%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116891460.210.3900.43268.4224.2646.08
Hex745992152702B10c182e
Octal16413122225470534143056
Binary111010010110011001001010101100111010101110000110011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745992; }

 p { color: rgb(116,89,146); }

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

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

 a { background-color: rgb(116,89,146); }

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

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

 span { border-color: rgb(116,89,146); }

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