Html Css Color HEX #640ED1 Purple Heart

📋 copy color: '#640ED1'

red 100 ◦ green 14 ◦ blue 209

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

Shades of Purple Heart #640ED1

Tints of Purple Heart #640ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 64.71%

R = 30.96%
G = 4.33%
B = 64.71%

CMYK

 C value IS 0.52

 M value IS 0.93

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#640ED1 (or 0x640ED1) is known color: Purple Heart. HEX triplet: 64, 0E and D1. RGB value is (100,14,209). Sum of RGB (Red+Green+Blue) = 100+14+209=323 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.96% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 209 (82.03% from 255 or 64.71% from 323); Max value from RGB is 209 - color contains mainly: blue. Hex color #640ED1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640ED1 is #9BF12E. Grayscale: #3D3D3D. Windows color (decimal): -10219823 or 13700708. OLE color: 13700708.

HSL color Cylindrical-coordinate representation of color #640ED1: hue angle of 266.46º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640ED1 is Cyan = 0.52, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 100 14 209 -
CMYK 0.52 0.93 0 0.18
HSL 266.46º 0.87% 0.44% -
HSV(B) 266.46º 0.93% 0.82% -
XYZ 16.92 7.63 60.9 -
YUV 61.94 210.99 155.14 -
System Red Green Blue C M Y K H S L
Decimal 100 14 209 0.52 0.93 0 0.18 266.46 0.87 0.44
Hex 64 E D1 34 5D 0 12 10A 57 2C
Octal 144 16 321 64 135 0 22 412 127 54
Binary 1100100 1110 11010001 110100 1011101 0 10010 100001010 1010111 101100

Color Harmonies of #640ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640ED1

Black with #640ED1

Text Example


Text Example

White with #640ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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