#64518B

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

Shades of Butterfly Bush #64518B

Tints of Butterfly Bush #64518B

Color information

#64518B (or 0x64518B) is unknown color: approx Butterfly Bush. HEX triplet: 64, 51 and 8B. RGB value is (100,81,139). Sum of RGB (Red+Green+Blue) = 100+81+139=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 81 (32.03% from 255 or 25.31% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #64518B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64518B is #9BAE74. Grayscale: #5D5D5D. Windows color (decimal): -10202741 or 9130340. OLE color: 9130340.

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

Color convert

RGB10081139-
CMYK0.280.4200.45
HSL259.66º26.36%43.14%-
HSV(B)259.66º41.73%54.51%-
XYZ12.8610.4625.77-
YUV93.29153.79132.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.25%
GREEN value IS 81 (32.03% from 255) = 25.31%
BLUE value IS 139 (54.69% from 255) = 43.44%
R=31.25%
G=25.31%
B=43.44%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100811390.280.4200.45259.6626.3643.14
Hex64518B1C2A02D1041a2b
Octal14412121334520554043253
Binary110010010100011000101111100101010010110110000010011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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