#64519C

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

Shades of Butterfly Bush #64519C

Tints of Butterfly Bush #64519C

Color information

#64519C (or 0x64519C) is unknown color: approx Butterfly Bush. HEX triplet: 64, 51 and 9C. RGB value is (100,81,156). Sum of RGB (Red+Green+Blue) = 100+81+156=337 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.67% from 337); Green value is 81 (32.03% from 255 or 24.04% from 337); Blue value is 156 (61.33% from 255 or 46.29% from 337); Max value from RGB is 156 - color contains mainly: blue. Hex color #64519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #64519C is #9BAE63. Grayscale: #5E5E5E. Windows color (decimal): -10202724 or 10244452. OLE color: 10244452.

HSL color Cylindrical-coordinate representation of color #64519C: hue angle of 255.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64519C is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB10081156-
CMYK0.360.4800.39
HSL255.2º31.65%46.47%-
HSV(B)255.2º48.08%61.18%-
XYZ14.210.9932.83-
YUV95.23162.29131.4-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.67%
GREEN value IS 81 (32.03% from 255) = 24.04%
BLUE value IS 156 (61.33% from 255) = 46.29%
R=29.67%
G=24.04%
B=46.29%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal100811560.360.4800.39255.231.6546.47
Hex64519C2430027ff202e
Octal14412123444600473774056
Binary1100100101000110011100100100110000010011111111111100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64519C; }

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

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

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

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

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

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

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

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