Html Css Color HEX #641ED8 Purple Heart

📋 copy color: '#641ED8'

red 100 ◦ green 30 ◦ blue 216

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

Shades of Purple Heart #641ED8

Tints of Purple Heart #641ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 62.43%

R = 28.9%
G = 8.67%
B = 62.43%

CMYK

 C value IS 0.54

 M value IS 0.86

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#641ED8 (or 0x641ED8) is known color: Purple Heart. HEX triplet: 64, 1E and D8. RGB value is (100,30,216). Sum of RGB (Red+Green+Blue) = 100+30+216=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 30 (12.11% from 255 or 8.67% from 346); Blue value is 216 (84.77% from 255 or 62.43% from 346); Max value from RGB is 216 - color contains mainly: blue. Hex color #641ED8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641ED8 is #9BE127. Grayscale: #474747. Windows color (decimal): -10215720 or 14163556. OLE color: 14163556.

HSL color Cylindrical-coordinate representation of color #641ED8: hue angle of 262.58º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #641ED8 is Cyan = 0.54, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 100 30 216 -
CMYK 0.54 0.86 0 0.15
HSL 262.58º 0.76% 0.48% -
HSV(B) 262.58º 0.86% 0.85% -
XYZ 18.11 8.6 65.67 -
YUV 72.13 209.19 147.88 -
System Red Green Blue C M Y K H S L
Decimal 100 30 216 0.54 0.86 0 0.15 262.58 0.76 0.48
Hex 64 1E D8 36 56 0 F 107 4C 30
Octal 144 36 330 66 126 0 17 407 114 60
Binary 1100100 11110 11011000 110110 1010110 0 1111 100000111 1001100 110000

Color Harmonies of #641ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641ED8

Black with #641ED8

Text Example


Text Example

White with #641ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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