#640EAE

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

Shades of Purple Heart #640EAE

Tints of Purple Heart #640EAE

Color information

#640EAE (or 0x640EAE) is unknown color: approx Purple Heart. HEX triplet: 64, 0E and AE. RGB value is (100,14,174). Sum of RGB (Red+Green+Blue) = 100+14+174=288 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.72% from 288); Green value is 14 (5.86% from 255 or 4.86% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #640EAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640EAE is #9BF151. Grayscale: #393939. Windows color (decimal): -10219858 or 11406948. OLE color: 11406948.

HSL color Cylindrical-coordinate representation of color #640EAE: hue angle of 272.25º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640EAE is Cyan = 0.43, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10014174-
CMYK0.430.9200.32
HSL272.25º85.11%36.86%-
HSV(B)272.25º91.95%68.24%-
XYZ13.056.0840.53-
YUV57.95193.49157.99-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.72%
GREEN value IS 14 (5.86% from 255) = 4.86%
BLUE value IS 174 (68.36% from 255) = 60.42%
R=34.72%
G=4.86%
B=60.42%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal100141740.430.9200.32272.2585.1136.86
Hex64EAE2B5C0201105525
Octal144162565313404042012545
Binary1100100111010101110101011101110001000001000100001010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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