Html Css Color HEX #640DD9 Purple Heart

📋 copy color: '#640DD9'

red 100 ◦ green 13 ◦ blue 217

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

Shades of Purple Heart #640DD9

Tints of Purple Heart #640DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 65.76%

R = 30.3%
G = 3.94%
B = 65.76%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#640DD9 (or 0x640DD9) is known color: Purple Heart. HEX triplet: 64, 0D and D9. RGB value is (100,13,217). Sum of RGB (Red+Green+Blue) = 100+13+217=330 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.30% from 330); Green value is 13 (5.47% from 255 or 3.94% from 330); Blue value is 217 (85.16% from 255 or 65.76% from 330); Max value from RGB is 217 - color contains mainly: blue. Hex color #640DD9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640DD9 is #9BF226. Grayscale: #3D3D3D. Windows color (decimal): -10220071 or 14224740. OLE color: 14224740.

HSL color Cylindrical-coordinate representation of color #640DD9: hue angle of 265.59º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640DD9 is Cyan = 0.54, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 13 217 -
CMYK 0.54 0.94 0 0.15
HSL 265.59º 0.89% 0.45% -
HSV(B) 265.59º 0.94% 0.85% -
XYZ 17.92 8.01 66.25 -
YUV 62.27 215.32 154.91 -
System Red Green Blue C M Y K H S L
Decimal 100 13 217 0.54 0.94 0 0.15 265.59 0.89 0.45
Hex 64 D D9 36 5E 0 F 10A 59 2D
Octal 144 15 331 66 136 0 17 412 131 55
Binary 1100100 1101 11011001 110110 1011110 0 1111 100001010 1011001 101101

Color Harmonies of #640DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640DD9

Black with #640DD9

Text Example


Text Example

White with #640DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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