Html Css Color HEX #642CDB Purple Heart

📋 copy color: '#642CDB'

red 100 ◦ green 44 ◦ blue 219

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

Shades of Purple Heart #642CDB

Tints of Purple Heart #642CDB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 12.12%

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

R = 27.55%
G = 12.12%
B = 60.33%

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

#642CDB (or 0x642CDB) is known color: Purple Heart. HEX triplet: 64, 2C and DB. RGB value is (100,44,219). Sum of RGB (Red+Green+Blue) = 100+44+219=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #642CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642CDB is #9BD324. Grayscale: #505050. Windows color (decimal): -10212133 or 14363748. OLE color: 14363748.

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

Color convert

RGB 100 44 219 -
CMYK 0.54 0.80 0 0.14
HSL 259.2º 0.71% 0.52% -
HSV(B) 259.2º 0.8% 0.86% -
XYZ 18.94 9.63 67.88 -
YUV 80.69 206.05 141.77 -
System Red Green Blue C M Y K H S L
Decimal 100 44 219 0.54 0.80 0 0.14 259.2 0.71 0.52
Hex 64 2C DB 36 50 0 E 103 47 34
Octal 144 54 333 66 120 0 16 403 107 64
Binary 1100100 101100 11011011 110110 1010000 0 1110 100000011 1000111 110100

Color Harmonies of #642CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642CDB

Black with #642CDB

Text Example


Text Example

White with #642CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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