Html Css Color HEX #641CDB Purple Heart

📋 copy color: '#641CDB'

red 100 ◦ green 28 ◦ blue 219

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

Shades of Purple Heart #641CDB

Tints of Purple Heart #641CDB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.07%

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

R = 28.82%
G = 8.07%
B = 63.11%

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

#641CDB (or 0x641CDB) is known color: Purple Heart. HEX triplet: 64, 1C and DB. RGB value is (100,28,219). Sum of RGB (Red+Green+Blue) = 100+28+219=347 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.82% from 347); Green value is 28 (11.33% from 255 or 8.07% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #641CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641CDB is #9BE324. Grayscale: #464646. Windows color (decimal): -10216229 or 14359652. OLE color: 14359652.

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

Color convert

RGB 100 28 219 -
CMYK 0.54 0.87 0 0.14
HSL 262.62º 0.77% 0.48% -
HSV(B) 262.62º 0.87% 0.86% -
XYZ 18.46 8.65 67.72 -
YUV 71.3 211.35 148.47 -
System Red Green Blue C M Y K H S L
Decimal 100 28 219 0.54 0.87 0 0.14 262.62 0.77 0.48
Hex 64 1C DB 36 57 0 E 107 4D 30
Octal 144 34 333 66 127 0 16 407 115 60
Binary 1100100 11100 11011011 110110 1010111 0 1110 100000111 1001101 110000

Color Harmonies of #641CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641CDB

Black with #641CDB

Text Example


Text Example

White with #641CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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