Html Css Color HEX #640EAC Purple Heart

📋 copy color: '#640EAC'

red 100 ◦ green 14 ◦ blue 172

#640EAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #640EAC

Tints of Purple Heart #640EAC

RGB

 RED value IS 100 (39.45% from 255) = 34.97%

 GREEN value IS 14 (5.86% from 255) = 4.9%

 BLUE value IS 172 (67.58% from 255) = 60.14%

R = 34.97%
G = 4.9%
B = 60.14%

CMYK

 C value IS 0.42

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#640EAC (or 0x640EAC) is known color: Purple Heart. HEX triplet: 64, 0E and AC. RGB value is (100,14,172). Sum of RGB (Red+Green+Blue) = 100+14+172=286 (37% of max value = 765). Red value is 100 (39.45% from 255 or 34.97% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 172 (67.58% from 255 or 60.14% from 286); Max value from RGB is 172 - color contains mainly: blue. Hex color #640EAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640EAC is #9BF153. Grayscale: #393939. Windows color (decimal): -10219860 or 11275876. OLE color: 11275876.

HSL color Cylindrical-coordinate representation of color #640EAC: hue angle of 272.66º 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 #640EAC is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 100 14 172 -
CMYK 0.42 0.92 0 0.33
HSL 272.66º 0.85% 0.36% -
HSV(B) 272.66º 0.92% 0.67% -
XYZ 12.86 6 39.51 -
YUV 57.73 192.49 158.15 -
System Red Green Blue C M Y K H S L
Decimal 100 14 172 0.42 0.92 0 0.33 272.66 0.85 0.36
Hex 64 E AC 2A 5C 0 21 111 55 24
Octal 144 16 254 52 134 0 41 421 125 44
Binary 1100100 1110 10101100 101010 1011100 0 100001 100010001 1010101 100100

Color Harmonies of #640EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640EAC

Black with #640EAC

Text Example


Text Example

White with #640EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #640EAC;
 }
 .AnyTagClassName
 {
   color: #640EAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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