Html Css Color HEX #6429DC Purple Heart

📋 copy color: '#6429DC'

red 100 ◦ green 41 ◦ blue 220

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

Shades of Purple Heart #6429DC

Tints of Purple Heart #6429DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 60.94%

R = 27.7%
G = 11.36%
B = 60.94%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6429DC (or 0x6429DC) is known color: Purple Heart. HEX triplet: 64, 29 and DC. RGB value is (100,41,220). Sum of RGB (Red+Green+Blue) = 100+41+220=361 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.70% from 361); Green value is 41 (16.41% from 255 or 11.36% from 361); Blue value is 220 (86.33% from 255 or 60.94% from 361); Max value from RGB is 220 - color contains mainly: blue. Hex color #6429DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6429DC is #9BD623. Grayscale: #4E4E4E. Windows color (decimal): -10212900 or 14428516. OLE color: 14428516.

HSL color Cylindrical-coordinate representation of color #6429DC: hue angle of 259.78º degrees, saturation: 0.72, 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 #6429DC is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 41 220 -
CMYK 0.55 0.81 0 0.14
HSL 259.78º 0.72% 0.51% -
HSV(B) 259.78º 0.81% 0.86% -
XYZ 18.97 9.46 68.54 -
YUV 79.05 207.55 142.95 -
System Red Green Blue C M Y K H S L
Decimal 100 41 220 0.55 0.81 0 0.14 259.78 0.72 0.51
Hex 64 29 DC 37 51 0 E 104 48 33
Octal 144 51 334 67 121 0 16 404 110 63
Binary 1100100 101001 11011100 110111 1010001 0 1110 100000100 1001000 110011

Color Harmonies of #6429DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6429DC

Black with #6429DC

Text Example


Text Example

White with #6429DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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