Html Css Color HEX #640ECD Purple Heart

📋 copy color: '#640ECD'

red 100 ◦ green 14 ◦ blue 205

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

Shades of Purple Heart #640ECD

Tints of Purple Heart #640ECD

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.39%

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

R = 31.35%
G = 4.39%
B = 64.26%

CMYK

 C value IS 0.51

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#640ECD (or 0x640ECD) is known color: Purple Heart. HEX triplet: 64, 0E and CD. RGB value is (100,14,205). Sum of RGB (Red+Green+Blue) = 100+14+205=319 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.35% from 319); Green value is 14 (5.86% from 255 or 4.39% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #640ECD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #640ECD is #9BF132. Grayscale: #3C3C3C. Windows color (decimal): -10219827 or 13438564. OLE color: 13438564.

HSL color Cylindrical-coordinate representation of color #640ECD: hue angle of 267.02º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #640ECD is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 100 14 205 -
CMYK 0.51 0.93 0 0.20
HSL 267.02º 0.87% 0.43% -
HSV(B) 267.02º 0.93% 0.8% -
XYZ 16.43 7.43 58.33 -
YUV 61.49 208.99 155.47 -
System Red Green Blue C M Y K H S L
Decimal 100 14 205 0.51 0.93 0 0.20 267.02 0.87 0.43
Hex 64 E CD 33 5D 0 14 10B 57 2B
Octal 144 16 315 63 135 0 24 413 127 53
Binary 1100100 1110 11001101 110011 1011101 0 10100 100001011 1010111 101011

Color Harmonies of #640ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #640ECD

Black with #640ECD

Text Example


Text Example

White with #640ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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