Html Css Color HEX #640DD5 Purple Heart

📋 copy color: '#640DD5'

red 100 ◦ green 13 ◦ blue 213

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

Shades of Purple Heart #640DD5

Tints of Purple Heart #640DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 65.34%

R = 30.67%
G = 3.99%
B = 65.34%

CMYK

 C value IS 0.53

 M value IS 0.94

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#640DD5 (or 0x640DD5) is known color: Purple Heart. HEX triplet: 64, 0D and D5. RGB value is (100,13,213). Sum of RGB (Red+Green+Blue) = 100+13+213=326 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.67% from 326); Green value is 13 (5.47% from 255 or 3.99% from 326); Blue value is 213 (83.59% from 255 or 65.34% from 326); Max value from RGB is 213 - color contains mainly: blue. Hex color #640DD5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640DD5 is #9BF22A. Grayscale: #3D3D3D. Windows color (decimal): -10220075 or 13962596. OLE color: 13962596.

HSL color Cylindrical-coordinate representation of color #640DD5: hue angle of 266.1º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #640DD5 is Cyan = 0.53, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 13 213 -
CMYK 0.53 0.94 0 0.16
HSL 266.1º 0.88% 0.44% -
HSV(B) 266.1º 0.94% 0.84% -
XYZ 17.41 7.8 63.54 -
YUV 61.81 213.32 155.24 -
System Red Green Blue C M Y K H S L
Decimal 100 13 213 0.53 0.94 0 0.16 266.1 0.88 0.44
Hex 64 D D5 35 5E 0 10 10A 58 2C
Octal 144 15 325 65 136 0 20 412 130 54
Binary 1100100 1101 11010101 110101 1011110 0 10000 100001010 1011000 101100

Color Harmonies of #640DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640DD5

Black with #640DD5

Text Example


Text Example

White with #640DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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