Html Css Color HEX #641BDB Purple Heart

📋 copy color: '#641BDB'

red 100 ◦ green 27 ◦ blue 219

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

Shades of Purple Heart #641BDB

Tints of Purple Heart #641BDB

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.8%

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

R = 28.9%
G = 7.8%
B = 63.29%

CMYK

 C value IS 0.54

 M value IS 0.88

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#641BDB (or 0x641BDB) is known color: Purple Heart. HEX triplet: 64, 1B and DB. RGB value is (100,27,219). Sum of RGB (Red+Green+Blue) = 100+27+219=346 (45% of max value = 765). Red value is 100 (39.45% from 255 or 28.90% from 346); Green value is 27 (10.94% from 255 or 7.80% from 346); Blue value is 219 (85.94% from 255 or 63.29% from 346); Max value from RGB is 219 - color contains mainly: blue. Hex color #641BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #641BDB is #9BE424. Grayscale: #464646. Windows color (decimal): -10216485 or 14359396. OLE color: 14359396.

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

Color convert

RGB 100 27 219 -
CMYK 0.54 0.88 0 0.14
HSL 262.81º 0.78% 0.48% -
HSV(B) 262.81º 0.88% 0.86% -
XYZ 18.43 8.61 67.71 -
YUV 70.72 211.68 148.89 -
System Red Green Blue C M Y K H S L
Decimal 100 27 219 0.54 0.88 0 0.14 262.81 0.78 0.48
Hex 64 1B DB 36 58 0 E 107 4E 30
Octal 144 33 333 66 130 0 16 407 116 60
Binary 1100100 11011 11011011 110110 1011000 0 1110 100000111 1001110 110000

Color Harmonies of #641BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #641BDB

Black with #641BDB

Text Example


Text Example

White with #641BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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