#745B99

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

Shades of Butterfly Bush #745B99

Tints of Butterfly Bush #745B99

Color information

#745B99 (or 0x745B99) is unknown color: approx Butterfly Bush. HEX triplet: 74, 5B and 99. RGB value is (116,91,153). Sum of RGB (Red+Green+Blue) = 116+91+153=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 91 (35.94% from 255 or 25.28% from 360); Blue value is 153 (60.16% from 255 or 42.5% from 360); Max value from RGB is 153 - color contains mainly: blue. Hex color #745B99 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745B99 is #8BA466. Grayscale: #696969. Windows color (decimal): -9151591 or 10050420. OLE color: 10050420.

HSL color Cylindrical-coordinate representation of color #745B99: hue angle of 264.19º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #745B99 is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11691153-
CMYK0.240.4100.4
HSL264.19º25.41%47.84%-
HSV(B)264.19º40.52%60%-
XYZ16.6913.531.86-
YUV105.54154.78135.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.22%
GREEN value IS 91 (35.94% from 255) = 25.28%
BLUE value IS 153 (60.16% from 255) = 42.5%
R=32.22%
G=25.28%
B=42.5%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal116911530.240.4100.4264.1925.4147.84
Hex745B9918290281081930
Octal16413323130510504103160
Binary111010010110111001100111000101001010100010000100011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745B99; }

 p { color: rgb(116,91,153); }

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

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

 a { background-color: rgb(116,91,153); }

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

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

 span { border-color: rgb(116,91,153); }

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