#745891

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

Shades of Butterfly Bush #745891

Tints of Butterfly Bush #745891

Color information

#745891 (or 0x745891) is unknown color: approx Butterfly Bush. HEX triplet: 74, 58 and 91. RGB value is (116,88,145). Sum of RGB (Red+Green+Blue) = 116+88+145=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 145 - color contains mainly: blue. Hex color #745891 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745891 is #8BA76E. Grayscale: #666666. Windows color (decimal): -9152367 or 9525364. OLE color: 9525364.

HSL color Cylindrical-coordinate representation of color #745891: hue angle of 269.47º 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 #745891 is Cyan = 0.2, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11688145-
CMYK0.20.3900.43
HSL269.47º24.46%45.69%-
HSV(B)269.47º39.31%56.86%-
XYZ15.812.7428.41-
YUV102.87151.78137.37-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.24%
GREEN value IS 88 (34.77% from 255) = 25.21%
BLUE value IS 145 (57.03% from 255) = 41.55%
R=33.24%
G=25.21%
B=41.55%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116881450.20.3900.43269.4724.4645.69
Hex745891142702B10d182e
Octal16413022124470534153056
Binary111010010110001001000110100100111010101110000110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745891; }

 p { color: rgb(116,88,145); }

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

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

 a { background-color: rgb(116,88,145); }

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

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

 span { border-color: rgb(116,88,145); }

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