Html Css Color HEX #640DCF Purple Heart

📋 copy color: '#640DCF'

red 100 ◦ green 13 ◦ blue 207

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

Shades of Purple Heart #640DCF

Tints of Purple Heart #640DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.69%

R = 31.25%
G = 4.06%
B = 64.69%

CMYK

 C value IS 0.52

 M value IS 0.94

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#640DCF (or 0x640DCF) is known color: Purple Heart. HEX triplet: 64, 0D and CF. RGB value is (100,13,207). Sum of RGB (Red+Green+Blue) = 100+13+207=320 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.25% from 320); Green value is 13 (5.47% from 255 or 4.06% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #640DCF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640DCF is #9BF230. Grayscale: #3C3C3C. Windows color (decimal): -10220081 or 13569380. OLE color: 13569380.

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

Color convert

RGB 100 13 207 -
CMYK 0.52 0.94 0 0.19
HSL 266.91º 0.88% 0.43% -
HSV(B) 266.91º 0.94% 0.81% -
XYZ 16.66 7.5 59.6 -
YUV 61.13 210.32 155.73 -
System Red Green Blue C M Y K H S L
Decimal 100 13 207 0.52 0.94 0 0.19 266.91 0.88 0.43
Hex 64 D CF 34 5E 0 13 10B 58 2B
Octal 144 15 317 64 136 0 23 413 130 53
Binary 1100100 1101 11001111 110100 1011110 0 10011 100001011 1011000 101011

Color Harmonies of #640DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640DCF

Black with #640DCF

Text Example


Text Example

White with #640DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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