Html Css Color HEX #640DCA Purple Heart

📋 copy color: '#640DCA'

red 100 ◦ green 13 ◦ blue 202

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

Shades of Purple Heart #640DCA

Tints of Purple Heart #640DCA

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.13%

 BLUE value IS 202 (79.3% from 255) = 64.13%

R = 31.75%
G = 4.13%
B = 64.13%

CMYK

 C value IS 0.50

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#640DCA (or 0x640DCA) is known color: Purple Heart. HEX triplet: 64, 0D and CA. RGB value is (100,13,202). Sum of RGB (Red+Green+Blue) = 100+13+202=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 202 (79.30% from 255 or 64.13% from 315); Max value from RGB is 202 - color contains mainly: blue. Hex color #640DCA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640DCA is #9BF235. Grayscale: #3B3B3B. Windows color (decimal): -10220086 or 13241700. OLE color: 13241700.

HSL color Cylindrical-coordinate representation of color #640DCA: hue angle of 267.62º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640DCA is Cyan = 0.50, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 100 13 202 -
CMYK 0.50 0.94 0 0.21
HSL 267.62º 0.88% 0.42% -
HSV(B) 267.62º 0.94% 0.79% -
XYZ 16.06 7.26 56.43 -
YUV 60.56 207.82 156.13 -
System Red Green Blue C M Y K H S L
Decimal 100 13 202 0.50 0.94 0 0.21 267.62 0.88 0.42
Hex 64 D CA 32 5E 0 15 10C 58 2A
Octal 144 15 312 62 136 0 25 414 130 52
Binary 1100100 1101 11001010 110010 1011110 0 10101 100001100 1011000 101010

Color Harmonies of #640DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640DCA

Black with #640DCA

Text Example


Text Example

White with #640DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,13,202); }

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

background-color css

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

 a { background-color: rgb(100,13,202); }

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

border-color css

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

 span { border-color: rgb(100,13,202); }

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