Html Css Color HEX #6429DF Purple Heart

📋 copy color: '#6429DF'

red 100 ◦ green 41 ◦ blue 223

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

Shades of Purple Heart #6429DF

Tints of Purple Heart #6429DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 61.26%

R = 27.47%
G = 11.26%
B = 61.26%

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

#6429DF (or 0x6429DF) is known color: Purple Heart. HEX triplet: 64, 29 and DF. RGB value is (100,41,223). Sum of RGB (Red+Green+Blue) = 100+41+223=364 (48% of max value = 765). Red value is 100 (39.45% from 255 or 27.47% from 364); Green value is 41 (16.41% from 255 or 11.26% from 364); Blue value is 223 (87.5% from 255 or 61.26% from 364); Max value from RGB is 223 - color contains mainly: blue. Hex color #6429DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6429DF is #9BD620. Grayscale: #4E4E4E. Windows color (decimal): -10212897 or 14625124. OLE color: 14625124.

HSL color Cylindrical-coordinate representation of color #6429DF: hue angle of 259.45º degrees, saturation: 0.74, 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 #6429DF is Cyan = 0.55, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 41 223 -
CMYK 0.55 0.82 0 0.13
HSL 259.45º 0.74% 0.52% -
HSV(B) 259.45º 0.82% 0.87% -
XYZ 19.37 9.62 70.65 -
YUV 79.39 209.05 142.7 -
System Red Green Blue C M Y K H S L
Decimal 100 41 223 0.55 0.82 0 0.13 259.45 0.74 0.52
Hex 64 29 DF 37 52 0 D 103 4A 34
Octal 144 51 337 67 122 0 15 403 112 64
Binary 1100100 101001 11011111 110111 1010010 0 1101 100000011 1001010 110100

Color Harmonies of #6429DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6429DF

Black with #6429DF

Text Example


Text Example

White with #6429DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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