#4D29D5

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

Shades of Purple Heart #4D29D5

Tints of Purple Heart #4D29D5

Color information

#4D29D5 (or 0x4D29D5) is unknown color: approx Purple Heart. HEX triplet: 4D, 29 and D5. RGB value is (77,41,213). Sum of RGB (Red+Green+Blue) = 77+41+213=331 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.26% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 213 (83.59% from 255 or 64.35% from 331); Max value from RGB is 213 - color contains mainly: blue. Hex color #4D29D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #4D29D5 is #B2D62A. Grayscale: #464646. Windows color (decimal): -11720235 or 13969741. OLE color: 13969741.

HSL color Cylindrical-coordinate representation of color #4D29D5: hue angle of 252.56º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4D29D5 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7741213-
CMYK0.640.8100.16
HSL252.56º67.72%49.8%-
HSV(B)252.56º80.75%83.53%-
XYZ15.867.9763.65-
YUV71.37207.93132.01-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.26%
GREEN value IS 41 (16.41% from 255) = 12.39%
BLUE value IS 213 (83.59% from 255) = 64.35%
R=23.26%
G=12.39%
B=64.35%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal77412130.640.8100.16252.5667.7249.8
Hex4D29D54051010fd4432
Octal1155132510012102037510462
Binary10011011010011101010110000001010001010000111111011000100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D29D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4D29D5; }

 p { color: rgb(77,41,213); }

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

<style>
 a { background-color: #4D29D5; }

 a { background-color: rgb(77,41,213); }

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

<style>
 span { border-color: #4D29D5; }

 span { border-color: rgb(77,41,213); }

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