Html Css Color HEX #6429DB Purple Heart

📋 copy color: '#6429DB'

red 100 ◦ green 41 ◦ blue 219

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

Shades of Purple Heart #6429DB

Tints of Purple Heart #6429DB

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.39%

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

R = 27.78%
G = 11.39%
B = 60.83%

CMYK

 C value IS 0.54

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6429DB (or 0x6429DB) is known color: Purple Heart. HEX triplet: 64, 29 and DB. RGB value is (100,41,219). Sum of RGB (Red+Green+Blue) = 100+41+219=360 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.78% from 360); Green value is 41 (16.41% from 255 or 11.39% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #6429DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6429DB is #9BD624. Grayscale: #4E4E4E. Windows color (decimal): -10212901 or 14362980. OLE color: 14362980.

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

Color convert

RGB 100 41 219 -
CMYK 0.54 0.81 0 0.14
HSL 259.89º 0.71% 0.51% -
HSV(B) 259.89º 0.81% 0.86% -
XYZ 18.83 9.41 67.84 -
YUV 78.93 207.05 143.03 -
System Red Green Blue C M Y K H S L
Decimal 100 41 219 0.54 0.81 0 0.14 259.89 0.71 0.51
Hex 64 29 DB 36 51 0 E 104 47 33
Octal 144 51 333 66 121 0 16 404 107 63
Binary 1100100 101001 11011011 110110 1010001 0 1110 100000100 1000111 110011

Color Harmonies of #6429DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6429DB

Black with #6429DB

Text Example


Text Example

White with #6429DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6429DB; }

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

 H1.HeaderClassName
 {
   color: #6429DB;
 }
 .AnyTagClassName
 {
   color: #6429DB;
 }
</style>

background-color css

<style>
 a { background-color: #6429DB; }

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

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

border-color css

<style>
 span { border-color: #6429DB; }

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

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