Html Css Color HEX #642BDB Purple Heart

📋 copy color: '#642BDB'

red 100 ◦ green 43 ◦ blue 219

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

Shades of Purple Heart #642BDB

Tints of Purple Heart #642BDB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.88%

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

R = 27.62%
G = 11.88%
B = 60.5%

CMYK

 C value IS 0.54

 M value IS 0.80

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#642BDB (or 0x642BDB) is known color: Purple Heart. HEX triplet: 64, 2B and DB. RGB value is (100,43,219). Sum of RGB (Red+Green+Blue) = 100+43+219=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 219 (85.94% from 255 or 60.50% from 362); Max value from RGB is 219 - color contains mainly: blue. Hex color #642BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642BDB is #9BD424. Grayscale: #4F4F4F. Windows color (decimal): -10212389 or 14363492. OLE color: 14363492.

HSL color Cylindrical-coordinate representation of color #642BDB: hue angle of 259.43º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #642BDB is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 43 219 -
CMYK 0.54 0.80 0 0.14
HSL 259.43º 0.71% 0.51% -
HSV(B) 259.43º 0.8% 0.86% -
XYZ 18.91 9.55 67.87 -
YUV 80.11 206.38 142.19 -
System Red Green Blue C M Y K H S L
Decimal 100 43 219 0.54 0.80 0 0.14 259.43 0.71 0.51
Hex 64 2B DB 36 50 0 E 103 47 33
Octal 144 53 333 66 120 0 16 403 107 63
Binary 1100100 101011 11011011 110110 1010000 0 1110 100000011 1000111 110011

Color Harmonies of #642BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642BDB

Black with #642BDB

Text Example


Text Example

White with #642BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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