#745993

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

Shades of Butterfly Bush #745993

Tints of Butterfly Bush #745993

Color information

#745993 (or 0x745993) is unknown color: approx Butterfly Bush. HEX triplet: 74, 59 and 93. RGB value is (116,89,147). Sum of RGB (Red+Green+Blue) = 116+89+147=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 147 (57.81% from 255 or 41.76% from 352); Max value from RGB is 147 - color contains mainly: blue. Hex color #745993 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745993 is #8BA66C. Grayscale: #676767. Windows color (decimal): -9152109 or 9656692. OLE color: 9656692.

HSL color Cylindrical-coordinate representation of color #745993: hue angle of 267.93º degrees, saturation: 0.25, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #745993 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11689147-
CMYK0.210.3900.42
HSL267.93º24.58%46.27%-
HSV(B)267.93º39.46%57.65%-
XYZ16.0412.9629.26-
YUV103.68152.45136.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.95%
GREEN value IS 89 (35.16% from 255) = 25.28%
BLUE value IS 147 (57.81% from 255) = 41.76%
R=32.95%
G=25.28%
B=41.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116891470.210.3900.42267.9324.5846.27
Hex745993152702A10c192e
Octal16413122325470524143156
Binary111010010110011001001110101100111010101010000110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745993; }

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

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

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

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

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

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

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

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