Html Css Color HEX #6429DE Purple Heart

📋 copy color: '#6429DE'

red 100 ◦ green 41 ◦ blue 222

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

Shades of Purple Heart #6429DE

Tints of Purple Heart #6429DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 61.16%

R = 27.55%
G = 11.29%
B = 61.16%

CMYK

 C value IS 0.55

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6429DE (or 0x6429DE) is known color: Purple Heart. HEX triplet: 64, 29 and DE. RGB value is (100,41,222). Sum of RGB (Red+Green+Blue) = 100+41+222=363 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.55% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #6429DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6429DE is #9BD621. Grayscale: #4E4E4E. Windows color (decimal): -10212898 or 14559588. OLE color: 14559588.

HSL color Cylindrical-coordinate representation of color #6429DE: hue angle of 259.56º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6429DE is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 41 222 -
CMYK 0.55 0.82 0 0.13
HSL 259.56º 0.73% 0.52% -
HSV(B) 259.56º 0.82% 0.87% -
XYZ 19.23 9.57 69.94 -
YUV 79.28 208.55 142.78 -
System Red Green Blue C M Y K H S L
Decimal 100 41 222 0.55 0.82 0 0.13 259.56 0.73 0.52
Hex 64 29 DE 37 52 0 D 104 49 34
Octal 144 51 336 67 122 0 15 404 111 64
Binary 1100100 101001 11011110 110111 1010010 0 1101 100000100 1001001 110100

Color Harmonies of #6429DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6429DE

Black with #6429DE

Text Example


Text Example

White with #6429DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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