#6429DA

Color #6429DA Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #6429DA

Tints of Purple Heart #6429DA

Color information

#6429DA (or 0x6429DA) is unknown color: approx Purple Heart. HEX triplet: 64, 29 and DA. RGB value is (100,41,218). Sum of RGB (Red+Green+Blue) = 100+41+218=359 (47% of max value = 765). Red value is 100 (39.45% from 255 or 27.86% from 359); Green value is 41 (16.41% from 255 or 11.42% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #6429DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6429DA is #9BD625. Grayscale: #4E4E4E. Windows color (decimal): -10212902 or 14297444. OLE color: 14297444.

HSL color Cylindrical-coordinate representation of color #6429DA: hue angle of 260º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6429DA is Cyan = 0.54, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10041218-
CMYK0.540.8100.15
HSL260º70.52%50.78%-
HSV(B)260º81.19%85.49%-
XYZ18.79.3667.15-
YUV78.82206.55143.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 27.86%
GREEN value IS 41 (16.41% from 255) = 11.42%
BLUE value IS 218 (85.55% from 255) = 60.72%
R=27.86%
G=11.42%
B=60.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal100412180.540.8100.1526070.5250.78
Hex6429DA36510F1044733
Octal144513326612101740410763
Binary1100100101001110110101101101010001011111000001001000111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6429DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6429DA;
 }
 .AnyTagClassName
 {
   color: #6429DA;
 }
</style>
background-color css

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

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

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

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

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

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