Html Css Color HEX #640AD6 Purple Heart

📋 copy color: '#640AD6'

red 100 ◦ green 10 ◦ blue 214

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

Shades of Purple Heart #640AD6

Tints of Purple Heart #640AD6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.09%

 BLUE value IS 214 (83.98% from 255) = 66.05%

R = 30.86%
G = 3.09%
B = 66.05%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#640AD6 (or 0x640AD6) is known color: Purple Heart. HEX triplet: 64, 0A and D6. RGB value is (100,10,214). Sum of RGB (Red+Green+Blue) = 100+10+214=324 (42% of max value = 765). Red value is 100 (39.45% from 255 or 30.86% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 214 (83.98% from 255 or 66.05% from 324); Max value from RGB is 214 - color contains mainly: blue. Hex color #640AD6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640AD6 is #9BF529. Grayscale: #3B3B3B. Windows color (decimal): -10220842 or 14027364. OLE color: 14027364.

HSL color Cylindrical-coordinate representation of color #640AD6: hue angle of 266.47º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #640AD6 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 10 214 -
CMYK 0.53 0.95 0 0.16
HSL 266.47º 0.91% 0.44% -
HSV(B) 266.47º 0.95% 0.84% -
XYZ 17.5 7.78 64.2 -
YUV 60.17 214.82 156.41 -
System Red Green Blue C M Y K H S L
Decimal 100 10 214 0.53 0.95 0 0.16 266.47 0.91 0.44
Hex 64 A D6 35 5F 0 10 10A 5B 2C
Octal 144 12 326 65 137 0 20 412 133 54
Binary 1100100 1010 11010110 110101 1011111 0 10000 100001010 1011011 101100

Color Harmonies of #640AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640AD6

Black with #640AD6

Text Example


Text Example

White with #640AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,10,214); }

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

background-color css

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

 a { background-color: rgb(100,10,214); }

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

border-color css

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

 span { border-color: rgb(100,10,214); }

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