#64518D

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

Shades of Butterfly Bush #64518D

Tints of Butterfly Bush #64518D

Color information

#64518D (or 0x64518D) is unknown color: approx Butterfly Bush. HEX triplet: 64, 51 and 8D. RGB value is (100,81,141). Sum of RGB (Red+Green+Blue) = 100+81+141=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 81 (32.03% from 255 or 25.16% from 322); Blue value is 141 (55.47% from 255 or 43.79% from 322); Max value from RGB is 141 - color contains mainly: blue. Hex color #64518D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64518D is #9BAE72. Grayscale: #5D5D5D. Windows color (decimal): -10202739 or 9261412. OLE color: 9261412.

HSL color Cylindrical-coordinate representation of color #64518D: hue angle of 259º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #64518D is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB10081141-
CMYK0.290.4300.45
HSL259º27.03%43.53%-
HSV(B)259º42.55%55.29%-
XYZ13.0110.5226.54-
YUV93.52154.79132.62-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.06%
GREEN value IS 81 (32.03% from 255) = 25.16%
BLUE value IS 141 (55.47% from 255) = 43.79%
R=31.06%
G=25.16%
B=43.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100811410.290.4300.4525927.0343.53
Hex64518D1D2B02D1031b2c
Octal14412121535530554033354
Binary110010010100011000110111101101011010110110000001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64518D; }

 p { color: rgb(100,81,141); }

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

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

 a { background-color: rgb(100,81,141); }

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

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

 span { border-color: rgb(100,81,141); }

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