Html Css Color HEX #641DDB Purple Heart

📋 copy color: '#641DDB'

red 100 ◦ green 29 ◦ blue 219

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

Shades of Purple Heart #641DDB

Tints of Purple Heart #641DDB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.33%

 BLUE value IS 219 (85.94% from 255) = 62.93%

R = 28.74%
G = 8.33%
B = 62.93%

CMYK

 C value IS 0.54

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#641DDB (or 0x641DDB) is known color: Purple Heart. HEX triplet: 64, 1D and DB. RGB value is (100,29,219). Sum of RGB (Red+Green+Blue) = 100+29+219=348 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.74% from 348); Green value is 29 (11.72% from 255 or 8.33% from 348); Blue value is 219 (85.94% from 255 or 62.93% from 348); Max value from RGB is 219 - color contains mainly: blue. Hex color #641DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641DDB is #9BE224. Grayscale: #474747. Windows color (decimal): -10215973 or 14359908. OLE color: 14359908.

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

Color convert

RGB 100 29 219 -
CMYK 0.54 0.87 0 0.14
HSL 262.42º 0.77% 0.49% -
HSV(B) 262.42º 0.87% 0.86% -
XYZ 18.48 8.7 67.72 -
YUV 71.89 211.02 148.05 -
System Red Green Blue C M Y K H S L
Decimal 100 29 219 0.54 0.87 0 0.14 262.42 0.77 0.49
Hex 64 1D DB 36 57 0 E 106 4D 31
Octal 144 35 333 66 127 0 16 406 115 61
Binary 1100100 11101 11011011 110110 1010111 0 1110 100000110 1001101 110001

Color Harmonies of #641DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641DDB

Black with #641DDB

Text Example


Text Example

White with #641DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,29,219); }

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

background-color css

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

 a { background-color: rgb(100,29,219); }

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

border-color css

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

 span { border-color: rgb(100,29,219); }

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