Html Css Color HEX #640DCC Purple Heart

📋 copy color: '#640DCC'

red 100 ◦ green 13 ◦ blue 204

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

Shades of Purple Heart #640DCC

Tints of Purple Heart #640DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.35%

R = 31.55%
G = 4.1%
B = 64.35%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#640DCC (or 0x640DCC) is known color: Purple Heart. HEX triplet: 64, 0D and CC. RGB value is (100,13,204). Sum of RGB (Red+Green+Blue) = 100+13+204=317 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.55% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 204 (80.08% from 255 or 64.35% from 317); Max value from RGB is 204 - color contains mainly: blue. Hex color #640DCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640DCC is #9BF233. Grayscale: #3C3C3C. Windows color (decimal): -10220084 or 13372772. OLE color: 13372772.

HSL color Cylindrical-coordinate representation of color #640DCC: hue angle of 267.33º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640DCC is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 100 13 204 -
CMYK 0.51 0.94 0 0.2
HSL 267.33º 0.88% 0.43% -
HSV(B) 267.33º 0.94% 0.8% -
XYZ 16.3 7.36 57.69 -
YUV 60.79 208.82 155.97 -
System Red Green Blue C M Y K H S L
Decimal 100 13 204 0.51 0.94 0 0.2 267.33 0.88 0.43
Hex 64 D CC 33 5E 0 14 10B 58 2B
Octal 144 15 314 63 136 0 24 413 130 53
Binary 1100100 1101 11001100 110011 1011110 0 10100 100001011 1011000 101011

Color Harmonies of #640DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640DCC

Black with #640DCC

Text Example


Text Example

White with #640DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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