Html Css Color HEX #6429DD Purple Heart

📋 copy color: '#6429DD'

red 100 ◦ green 41 ◦ blue 221

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

Shades of Purple Heart #6429DD

Tints of Purple Heart #6429DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 61.05%

R = 27.62%
G = 11.33%
B = 61.05%

CMYK

 C value IS 0.55

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6429DD (or 0x6429DD) is known color: Purple Heart. HEX triplet: 64, 29 and DD. RGB value is (100,41,221). Sum of RGB (Red+Green+Blue) = 100+41+221=362 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.62% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #6429DD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6429DD is #9BD622. Grayscale: #4E4E4E. Windows color (decimal): -10212899 or 14494052. OLE color: 14494052.

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

Color convert

RGB 100 41 221 -
CMYK 0.55 0.81 0 0.13
HSL 259.67º 0.73% 0.51% -
HSV(B) 259.67º 0.81% 0.87% -
XYZ 19.1 9.52 69.24 -
YUV 79.16 208.05 142.86 -
System Red Green Blue C M Y K H S L
Decimal 100 41 221 0.55 0.81 0 0.13 259.67 0.73 0.51
Hex 64 29 DD 37 51 0 D 104 49 33
Octal 144 51 335 67 121 0 15 404 111 63
Binary 1100100 101001 11011101 110111 1010001 0 1101 100000100 1001001 110011

Color Harmonies of #6429DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6429DD

Black with #6429DD

Text Example


Text Example

White with #6429DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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