Html Css Color HEX #640DC7 Purple Heart

📋 copy color: '#640DC7'

red 100 ◦ green 13 ◦ blue 199

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

Shades of Purple Heart #640DC7

Tints of Purple Heart #640DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 63.78%

R = 32.05%
G = 4.17%
B = 63.78%

CMYK

 C value IS 0.50

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#640DC7 (or 0x640DC7) is known color: Purple Heart. HEX triplet: 64, 0D and C7. RGB value is (100,13,199). Sum of RGB (Red+Green+Blue) = 100+13+199=312 (41% of max value = 765). Red value is 100 (39.45% from 255 or 32.05% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 199 (78.12% from 255 or 63.78% from 312); Max value from RGB is 199 - color contains mainly: blue. Hex color #640DC7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640DC7 is #9BF238. Grayscale: #3B3B3B. Windows color (decimal): -10220089 or 13045092. OLE color: 13045092.

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

Color convert

RGB 100 13 199 -
CMYK 0.50 0.93 0 0.22
HSL 268.06º 0.88% 0.42% -
HSV(B) 268.06º 0.93% 0.78% -
XYZ 15.71 7.12 54.58 -
YUV 60.22 206.32 156.38 -
System Red Green Blue C M Y K H S L
Decimal 100 13 199 0.50 0.93 0 0.22 268.06 0.88 0.42
Hex 64 D C7 32 5D 0 16 10C 58 2A
Octal 144 15 307 62 135 0 26 414 130 52
Binary 1100100 1101 11000111 110010 1011101 0 10110 100001100 1011000 101010

Color Harmonies of #640DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640DC7

Black with #640DC7

Text Example


Text Example

White with #640DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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