Html Css Color HEX #641EDC Purple Heart

📋 copy color: '#641EDC'

red 100 ◦ green 30 ◦ blue 220

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

Shades of Purple Heart #641EDC

Tints of Purple Heart #641EDC

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.57%

 BLUE value IS 220 (86.33% from 255) = 62.86%

R = 28.57%
G = 8.57%
B = 62.86%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#641EDC (or 0x641EDC) is known color: Purple Heart. HEX triplet: 64, 1E and DC. RGB value is (100,30,220). Sum of RGB (Red+Green+Blue) = 100+30+220=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 30 (12.11% from 255 or 8.57% from 350); Blue value is 220 (86.33% from 255 or 62.86% from 350); Max value from RGB is 220 - color contains mainly: blue. Hex color #641EDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641EDC is #9BE123. Grayscale: #474747. Windows color (decimal): -10215716 or 14425700. OLE color: 14425700.

HSL color Cylindrical-coordinate representation of color #641EDC: hue angle of 262.11º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641EDC is Cyan = 0.55, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 30 220 -
CMYK 0.55 0.86 0 0.14
HSL 262.11º 0.76% 0.49% -
HSV(B) 262.11º 0.86% 0.86% -
XYZ 18.64 8.81 68.43 -
YUV 72.59 211.19 147.55 -
System Red Green Blue C M Y K H S L
Decimal 100 30 220 0.55 0.86 0 0.14 262.11 0.76 0.49
Hex 64 1E DC 37 56 0 E 106 4C 31
Octal 144 36 334 67 126 0 16 406 114 61
Binary 1100100 11110 11011100 110111 1010110 0 1110 100000110 1001100 110001

Color Harmonies of #641EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641EDC

Black with #641EDC

Text Example


Text Example

White with #641EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #641EDC; }

 p { color: rgb(100,30,220); }

 H1.HeaderClassName
 {
   color: #641EDC;
 }
 .AnyTagClassName
 {
   color: #641EDC;
 }
</style>

background-color css

<style>
 a { background-color: #641EDC; }

 a { background-color: rgb(100,30,220); }

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

border-color css

<style>
 span { border-color: #641EDC; }

 span { border-color: rgb(100,30,220); }

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