#745893

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

Shades of Butterfly Bush #745893

Tints of Butterfly Bush #745893

Color information

#745893 (or 0x745893) is unknown color: approx Butterfly Bush. HEX triplet: 74, 58 and 93. RGB value is (116,88,147). Sum of RGB (Red+Green+Blue) = 116+88+147=351 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.05% from 351); Green value is 88 (34.77% from 255 or 25.07% from 351); Blue value is 147 (57.81% from 255 or 41.88% from 351); Max value from RGB is 147 - color contains mainly: blue. Hex color #745893 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #745893 is #8BA76C. Grayscale: #666666. Windows color (decimal): -9152365 or 9656436. OLE color: 9656436.

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

Color convert

RGB11688147-
CMYK0.210.4000.42
HSL268.47º25.11%46.08%-
HSV(B)268.47º40.14%57.65%-
XYZ15.9612.829.23-
YUV103.1152.78137.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.05%
GREEN value IS 88 (34.77% from 255) = 25.07%
BLUE value IS 147 (57.81% from 255) = 41.88%
R=33.05%
G=25.07%
B=41.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116881470.210.4000.42268.4725.1146.08
Hex745893152802A10c192e
Octal16413022325500524143156
Binary111010010110001001001110101101000010101010000110011001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745893; }

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

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

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

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

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

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

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

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