#745894

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

Shades of Butterfly Bush #745894

Tints of Butterfly Bush #745894

Color information

#745894 (or 0x745894) is unknown color: approx Butterfly Bush. HEX triplet: 74, 58 and 94. RGB value is (116,88,148). Sum of RGB (Red+Green+Blue) = 116+88+148=352 (46% of max value = 765). Red value is 116 (45.70% from 255 or 32.95% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 148 (58.20% from 255 or 42.05% from 352); Max value from RGB is 148 - color contains mainly: blue. Hex color #745894 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745894 is #8BA76B. Grayscale: #676767. Windows color (decimal): -9152364 or 9721972. OLE color: 9721972.

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

Color convert

RGB11688148-
CMYK0.220.4100.42
HSL268º25.42%46.27%-
HSV(B)268º40.54%58.04%-
XYZ16.0412.8329.65-
YUV103.21153.28137.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.95%
GREEN value IS 88 (34.77% from 255) = 25%
BLUE value IS 148 (58.20% from 255) = 42.05%
R=32.95%
G=25%
B=42.05%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116881480.220.4100.4226825.4246.27
Hex745894162902A10c192e
Octal16413022426510524143156
Binary111010010110001001010010110101001010101010000110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745894; }

 p { color: rgb(116,88,148); }

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

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

 a { background-color: rgb(116,88,148); }

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

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

 span { border-color: rgb(116,88,148); }

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