Html Css Color HEX #640CD1 Purple Heart

📋 copy color: '#640CD1'

red 100 ◦ green 12 ◦ blue 209

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

Shades of Purple Heart #640CD1

Tints of Purple Heart #640CD1

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.74%

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

R = 31.15%
G = 3.74%
B = 65.11%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#640CD1 (or 0x640CD1) is known color: Purple Heart. HEX triplet: 64, 0C and D1. RGB value is (100,12,209). Sum of RGB (Red+Green+Blue) = 100+12+209=321 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.15% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 209 (82.03% from 255 or 65.11% from 321); Max value from RGB is 209 - color contains mainly: blue. Hex color #640CD1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640CD1 is #9BF32E. Grayscale: #3C3C3C. Windows color (decimal): -10220335 or 13700196. OLE color: 13700196.

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

Color convert

RGB 100 12 209 -
CMYK 0.52 0.94 0 0.18
HSL 266.8º 0.89% 0.43% -
HSV(B) 266.8º 0.94% 0.82% -
XYZ 16.9 7.58 60.89 -
YUV 60.77 211.65 155.98 -
System Red Green Blue C M Y K H S L
Decimal 100 12 209 0.52 0.94 0 0.18 266.8 0.89 0.43
Hex 64 C D1 34 5E 0 12 10B 59 2B
Octal 144 14 321 64 136 0 22 413 131 53
Binary 1100100 1100 11010001 110100 1011110 0 10010 100001011 1011001 101011

Color Harmonies of #640CD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640CD1

Black with #640CD1

Text Example


Text Example

White with #640CD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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