#745D92

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

Shades of Butterfly Bush #745D92

Tints of Butterfly Bush #745D92

Color information

#745D92 (or 0x745D92) is unknown color: approx Butterfly Bush. HEX triplet: 74, 5D and 92. RGB value is (116,93,146). Sum of RGB (Red+Green+Blue) = 116+93+146=355 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.68% from 355); Green value is 93 (36.72% from 255 or 26.20% from 355); Blue value is 146 (57.42% from 255 or 41.13% from 355); Max value from RGB is 146 - color contains mainly: blue. Hex color #745D92 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745D92 is #8BA26D. Grayscale: #696969. Windows color (decimal): -9151086 or 9592180. OLE color: 9592180.

HSL color Cylindrical-coordinate representation of color #745D92: hue angle of 266.04º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #745D92 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11693146-
CMYK0.210.3600.43
HSL266.04º22.18%46.86%-
HSV(B)266.04º36.3%57.25%-
XYZ16.3113.6228.96-
YUV105.92150.62135.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.68%
GREEN value IS 93 (36.72% from 255) = 26.20%
BLUE value IS 146 (57.42% from 255) = 41.13%
R=32.68%
G=26.20%
B=41.13%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116931460.210.3600.43266.0422.1846.86
Hex745D92152402B10a162f
Octal16413522225440534122657
Binary111010010111011001001010101100100010101110000101010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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