#745995

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

Shades of Butterfly Bush #745995

Tints of Butterfly Bush #745995

Color information

#745995 (or 0x745995) is unknown color: approx Butterfly Bush. HEX triplet: 74, 59 and 95. RGB value is (116,89,149). Sum of RGB (Red+Green+Blue) = 116+89+149=354 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.77% from 354); Green value is 89 (35.16% from 255 or 25.14% from 354); Blue value is 149 (58.59% from 255 or 42.09% from 354); Max value from RGB is 149 - color contains mainly: blue. Hex color #745995 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745995 is #8BA66A. Grayscale: #676767. Windows color (decimal): -9152107 or 9787764. OLE color: 9787764.

HSL color Cylindrical-coordinate representation of color #745995: hue angle of 267º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #745995 is Cyan = 0.22, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11689149-
CMYK0.220.4000.42
HSL267º25.21%46.67%-
HSV(B)267º40.27%58.43%-
XYZ16.213.0330.09-
YUV103.91153.45136.62-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.77%
GREEN value IS 89 (35.16% from 255) = 25.14%
BLUE value IS 149 (58.59% from 255) = 42.09%
R=32.77%
G=25.14%
B=42.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116891490.220.4000.4226725.2146.67
Hex745995162802A10b192f
Octal16413122526500524133157
Binary111010010110011001010110110101000010101010000101111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745995; }

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

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

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

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

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

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

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

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