Html Css Color HEX #640EA8 Purple Heart

📋 copy color: '#640EA8'

red 100 ◦ green 14 ◦ blue 168

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

Shades of Purple Heart #640EA8

Tints of Purple Heart #640EA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 59.57%

R = 35.46%
G = 4.96%
B = 59.57%

CMYK

 C value IS 0.40

 M value IS 0.92

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#640EA8 (or 0x640EA8) is known color: Purple Heart. HEX triplet: 64, 0E and A8. RGB value is (100,14,168). Sum of RGB (Red+Green+Blue) = 100+14+168=282 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.46% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 168 (66.02% from 255 or 59.57% from 282); Max value from RGB is 168 - color contains mainly: blue. Hex color #640EA8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #640EA8 is #9BF157. Grayscale: #383838. Windows color (decimal): -10219864 or 11013732. OLE color: 11013732.

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

Color convert

RGB 100 14 168 -
CMYK 0.40 0.92 0 0.34
HSL 273.51º 0.85% 0.36% -
HSV(B) 273.51º 0.92% 0.66% -
XYZ 12.48 5.85 37.52 -
YUV 57.27 190.49 158.48 -
System Red Green Blue C M Y K H S L
Decimal 100 14 168 0.40 0.92 0 0.34 273.51 0.85 0.36
Hex 64 E A8 28 5C 0 22 112 55 24
Octal 144 16 250 50 134 0 42 422 125 44
Binary 1100100 1110 10101000 101000 1011100 0 100010 100010010 1010101 100100

Color Harmonies of #640EA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640EA8

Black with #640EA8

Text Example


Text Example

White with #640EA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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