Html Css Color HEX #641ED4 Purple Heart

📋 copy color: '#641ED4'

red 100 ◦ green 30 ◦ blue 212

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

Shades of Purple Heart #641ED4

Tints of Purple Heart #641ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 61.99%

R = 29.24%
G = 8.77%
B = 61.99%

CMYK

 C value IS 0.53

 M value IS 0.86

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#641ED4 (or 0x641ED4) is known color: Purple Heart. HEX triplet: 64, 1E and D4. RGB value is (100,30,212). Sum of RGB (Red+Green+Blue) = 100+30+212=342 (45% of max value = 765). Red value is 100 (39.45% from 255 or 29.24% from 342); Green value is 30 (12.11% from 255 or 8.77% from 342); Blue value is 212 (83.20% from 255 or 61.99% from 342); Max value from RGB is 212 - color contains mainly: blue. Hex color #641ED4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641ED4 is #9BE12B. Grayscale: #474747. Windows color (decimal): -10215724 or 13901412. OLE color: 13901412.

HSL color Cylindrical-coordinate representation of color #641ED4: hue angle of 263.08º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641ED4 is Cyan = 0.53, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 100 30 212 -
CMYK 0.53 0.86 0 0.17
HSL 263.08º 0.75% 0.47% -
HSV(B) 263.08º 0.86% 0.83% -
XYZ 17.6 8.39 62.98 -
YUV 71.68 207.19 148.2 -
System Red Green Blue C M Y K H S L
Decimal 100 30 212 0.53 0.86 0 0.17 263.08 0.75 0.47
Hex 64 1E D4 35 56 0 11 107 4B 2F
Octal 144 36 324 65 126 0 21 407 113 57
Binary 1100100 11110 11010100 110101 1010110 0 10001 100000111 1001011 101111

Color Harmonies of #641ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641ED4

Black with #641ED4

Text Example


Text Example

White with #641ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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