#640eb2

Color #640EB2 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #640EB2

Tints of Purple Heart #640EB2

Color information

#640EB2 (or 0x640EB2) is unknown color: approx Purple Heart. HEX triplet: 64, 0E and B2. RGB value is (100,14,178). Sum of RGB (Red+Green+Blue) = 100+14+178=292 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.25% from 292); Green value is 14 (5.86% from 255 or 4.79% from 292); Blue value is 178 (69.92% from 255 or 60.96% from 292); Max value from RGB is 178 - color contains mainly: blue. Hex color #640EB2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640EB2 is #9BF14D. Grayscale: #393939. Windows color (decimal): -10219854 or 11669092. OLE color: 11669092.

HSL color Cylindrical-coordinate representation of color #640EB2: hue angle of 271.46º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640EB2 is Cyan = 0.44, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB10014178-
CMYK0.440.9200.30
HSL271.46º85.42%37.65%-
HSV(B)271.46º92.13%69.8%-
XYZ13.456.2442.61-
YUV58.41195.49157.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.25%
GREEN value IS 14 (5.86% from 255) = 4.79%
BLUE value IS 178 (69.92% from 255) = 60.96%
R=34.25%
G=4.79%
B=60.96%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal100141780.440.9200.30271.4685.4237.65
Hex64EB22C5C01E10f5526
Octal144162625413403641712546
Binary110010011101011001010110010111000111101000011111010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640eb2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #640eb2; }

 p { color: rgb(100,14,178); }

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

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

 a { background-color: rgb(100,14,178); }

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

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

 span { border-color: rgb(100,14,178); }

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