#745D8E

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

Shades of Butterfly Bush #745D8E

Tints of Butterfly Bush #745D8E

Color information

#745D8E (or 0x745D8E) is unknown color: approx Butterfly Bush. HEX triplet: 74, 5D and 8E. RGB value is (116,93,142). Sum of RGB (Red+Green+Blue) = 116+93+142=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 93 (36.72% from 255 or 26.50% from 351); Blue value is 142 (55.86% from 255 or 40.46% from 351); Max value from RGB is 142 - color contains mainly: blue. Hex color #745D8E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745D8E is #8BA271. Grayscale: #696969. Windows color (decimal): -9151090 or 9330036. OLE color: 9330036.

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

Color convert

RGB11693142-
CMYK0.180.3500.44
HSL268.16º20.85%46.08%-
HSV(B)268.16º34.51%55.69%-
XYZ1613.4927.35-
YUV105.46148.62135.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.05%
GREEN value IS 93 (36.72% from 255) = 26.50%
BLUE value IS 142 (55.86% from 255) = 40.46%
R=33.05%
G=26.50%
B=40.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal116931420.180.3500.44268.1620.8546.08
Hex745D8E122302C10c152e
Octal16413521622430544142556
Binary111010010111011000111010010100011010110010000110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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