#640EAB

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

Shades of Purple Heart #640EAB

Tints of Purple Heart #640EAB

Color information

#640EAB (or 0x640EAB) is unknown color: approx Purple Heart. HEX triplet: 64, 0E and AB. RGB value is (100,14,171). Sum of RGB (Red+Green+Blue) = 100+14+171=285 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.09% from 285); Green value is 14 (5.86% from 255 or 4.91% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #640EAB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640EAB is #9BF154. Grayscale: #393939. Windows color (decimal): -10219861 or 11210340. OLE color: 11210340.

HSL color Cylindrical-coordinate representation of color #640EAB: hue angle of 272.87º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #640EAB is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10014171-
CMYK0.420.9200.33
HSL272.87º84.86%36.27%-
HSV(B)272.87º91.81%67.06%-
XYZ12.765.9639.01-
YUV57.61191.99158.23-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.09%
GREEN value IS 14 (5.86% from 255) = 4.91%
BLUE value IS 171 (67.19% from 255) = 60%
R=35.09%
G=4.91%
B=60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal100141710.420.9200.33272.8784.8636.27
Hex64EAB2A5C0211115524
Octal144162535213404142112544
Binary1100100111010101011101010101110001000011000100011010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #640EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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