#745990

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

Shades of Butterfly Bush #745990

Tints of Butterfly Bush #745990

Color information

#745990 (or 0x745990) is unknown color: approx Butterfly Bush. HEX triplet: 74, 59 and 90. RGB value is (116,89,144). Sum of RGB (Red+Green+Blue) = 116+89+144=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 144 (56.64% from 255 or 41.26% from 349); Max value from RGB is 144 - color contains mainly: blue. Hex color #745990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745990 is #8BA66F. Grayscale: #676767. Windows color (decimal): -9152112 or 9460084. OLE color: 9460084.

HSL color Cylindrical-coordinate representation of color #745990: hue angle of 269.45º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #745990 is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11689144-
CMYK0.190.3800.44
HSL269.45º23.61%45.69%-
HSV(B)269.45º38.19%56.47%-
XYZ15.8112.8728.04-
YUV103.34150.95137.03-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.24%
GREEN value IS 89 (35.16% from 255) = 25.50%
BLUE value IS 144 (56.64% from 255) = 41.26%
R=33.24%
G=25.50%
B=41.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116891440.190.3800.44269.4523.6145.69
Hex745990132602C10d182e
Octal16413122023460544153056
Binary111010010110011001000010011100110010110010000110111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745990; }

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

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

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

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

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

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

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

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