Html Css Color HEX #640DCD Purple Heart

📋 copy color: '#640DCD'

red 100 ◦ green 13 ◦ blue 205

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

Shades of Purple Heart #640DCD

Tints of Purple Heart #640DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 64.47%

R = 31.45%
G = 4.09%
B = 64.47%

CMYK

 C value IS 0.51

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#640DCD (or 0x640DCD) is known color: Purple Heart. HEX triplet: 64, 0D and CD. RGB value is (100,13,205). Sum of RGB (Red+Green+Blue) = 100+13+205=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 13 (5.47% from 255 or 4.09% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #640DCD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640DCD is #9BF232. Grayscale: #3C3C3C. Windows color (decimal): -10220083 or 13438308. OLE color: 13438308.

HSL color Cylindrical-coordinate representation of color #640DCD: hue angle of 267.19º 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 #640DCD is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 13 205 -
CMYK 0.51 0.94 0 0.20
HSL 267.19º 0.88% 0.43% -
HSV(B) 267.19º 0.94% 0.8% -
XYZ 16.42 7.4 58.32 -
YUV 60.9 209.32 155.89 -
System Red Green Blue C M Y K H S L
Decimal 100 13 205 0.51 0.94 0 0.20 267.19 0.88 0.43
Hex 64 D CD 33 5E 0 14 10B 58 2B
Octal 144 15 315 63 136 0 24 413 130 53
Binary 1100100 1101 11001101 110011 1011110 0 10100 100001011 1011000 101011

Color Harmonies of #640DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640DCD

Black with #640DCD

Text Example


Text Example

White with #640DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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