#745C90

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

Shades of Butterfly Bush #745C90

Tints of Butterfly Bush #745C90

Color information

#745C90 (or 0x745C90) is unknown color: approx Butterfly Bush. HEX triplet: 74, 5C and 90. RGB value is (116,92,144). Sum of RGB (Red+Green+Blue) = 116+92+144=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 144 - color contains mainly: blue. Hex color #745C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745C90 is #8BA36F. Grayscale: #686868. Windows color (decimal): -9151344 or 9460852. OLE color: 9460852.

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

Color convert

RGB11692144-
CMYK0.190.3600.44
HSL267.69º22.03%46.27%-
HSV(B)267.69º36.11%56.47%-
XYZ16.0613.3828.12-
YUV105.1149.95135.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.95%
GREEN value IS 92 (36.33% from 255) = 26.14%
BLUE value IS 144 (56.64% from 255) = 40.91%
R=32.95%
G=26.14%
B=40.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116921440.190.3600.44267.6922.0346.27
Hex745C90132402C10c162e
Octal16413422023440544142656
Binary111010010111001001000010011100100010110010000110010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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