Html Css Color HEX #642DDB Purple Heart

📋 copy color: '#642DDB'

red 100 ◦ green 45 ◦ blue 219

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

Shades of Purple Heart #642DDB

Tints of Purple Heart #642DDB

RGB

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

 GREEN value IS 45 (17.97% from 255) = 12.36%

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

R = 27.47%
G = 12.36%
B = 60.16%

CMYK

 C value IS 0.54

 M value IS 0.79

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#642DDB (or 0x642DDB) is known color: Purple Heart. HEX triplet: 64, 2D and DB. RGB value is (100,45,219). Sum of RGB (Red+Green+Blue) = 100+45+219=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 219 (85.94% from 255 or 60.16% from 364); Max value from RGB is 219 - color contains mainly: blue. Hex color #642DDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #642DDB is #9BD224. Grayscale: #505050. Windows color (decimal): -10211877 or 14364004. OLE color: 14364004.

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

Color convert

RGB 100 45 219 -
CMYK 0.54 0.79 0 0.14
HSL 258.97º 0.71% 0.52% -
HSV(B) 258.97º 0.79% 0.86% -
XYZ 18.98 9.7 67.89 -
YUV 81.28 205.72 141.35 -
System Red Green Blue C M Y K H S L
Decimal 100 45 219 0.54 0.79 0 0.14 258.97 0.71 0.52
Hex 64 2D DB 36 4F 0 E 103 47 34
Octal 144 55 333 66 117 0 16 403 107 64
Binary 1100100 101101 11011011 110110 1001111 0 1110 100000011 1000111 110100

Color Harmonies of #642DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642DDB

Black with #642DDB

Text Example


Text Example

White with #642DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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