Html Css Color HEX #6429BA Purple Heart

📋 copy color: '#6429BA'

red 100 ◦ green 41 ◦ blue 186

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

Shades of Purple Heart #6429BA

Tints of Purple Heart #6429BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 56.88%

R = 30.58%
G = 12.54%
B = 56.88%

CMYK

 C value IS 0.46

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6429BA (or 0x6429BA) is known color: Purple Heart. HEX triplet: 64, 29 and BA. RGB value is (100,41,186). Sum of RGB (Red+Green+Blue) = 100+41+186=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 41 (16.41% from 255 or 12.54% from 327); Blue value is 186 (73.05% from 255 or 56.88% from 327); Max value from RGB is 186 - color contains mainly: blue. Hex color #6429BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6429BA is #9BD645. Grayscale: #4A4A4A. Windows color (decimal): -10212934 or 12200292. OLE color: 12200292.

HSL color Cylindrical-coordinate representation of color #6429BA: hue angle of 264.41º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6429BA is Cyan = 0.46, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 100 41 186 -
CMYK 0.46 0.78 0 0.27
HSL 264.41º 0.64% 0.45% -
HSV(B) 264.41º 0.78% 0.73% -
XYZ 14.91 7.84 47.18 -
YUV 75.17 190.55 145.71 -
System Red Green Blue C M Y K H S L
Decimal 100 41 186 0.46 0.78 0 0.27 264.41 0.64 0.45
Hex 64 29 BA 2E 4E 0 1B 108 40 2D
Octal 144 51 272 56 116 0 33 410 100 55
Binary 1100100 101001 10111010 101110 1001110 0 11011 100001000 1000000 101101

Color Harmonies of #6429BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6429BA

Black with #6429BA

Text Example


Text Example

White with #6429BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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