Html Css Color HEX #641EDD Purple Heart

📋 copy color: '#641EDD'

red 100 ◦ green 30 ◦ blue 221

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

Shades of Purple Heart #641EDD

Tints of Purple Heart #641EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 62.96%

R = 28.49%
G = 8.55%
B = 62.96%

CMYK

 C value IS 0.55

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#641EDD (or 0x641EDD) is known color: Purple Heart. HEX triplet: 64, 1E and DD. RGB value is (100,30,221). Sum of RGB (Red+Green+Blue) = 100+30+221=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 221 (86.72% from 255 or 62.96% from 351); Max value from RGB is 221 - color contains mainly: blue. Hex color #641EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641EDD is #9BE122. Grayscale: #484848. Windows color (decimal): -10215715 or 14491236. OLE color: 14491236.

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

Color convert

RGB 100 30 221 -
CMYK 0.55 0.86 0 0.13
HSL 261.99º 0.76% 0.49% -
HSV(B) 261.99º 0.86% 0.87% -
XYZ 18.77 8.86 69.13 -
YUV 72.7 211.69 147.47 -
System Red Green Blue C M Y K H S L
Decimal 100 30 221 0.55 0.86 0 0.13 261.99 0.76 0.49
Hex 64 1E DD 37 56 0 D 106 4C 31
Octal 144 36 335 67 126 0 15 406 114 61
Binary 1100100 11110 11011101 110111 1010110 0 1101 100000110 1001100 110001

Color Harmonies of #641EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641EDD

Black with #641EDD

Text Example


Text Example

White with #641EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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