#4929D7

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

Shades of Purple Heart #4929D7

Tints of Purple Heart #4929D7

Color information

#4929D7 (or 0x4929D7) is unknown color: approx Purple Heart. HEX triplet: 49, 29 and D7. RGB value is (73,41,215). Sum of RGB (Red+Green+Blue) = 73+41+215=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 215 (84.38% from 255 or 65.35% from 329); Max value from RGB is 215 - color contains mainly: blue. Hex color #4929D7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4929D7 is #B6D628. Grayscale: #454545. Windows color (decimal): -11982377 or 14100809. OLE color: 14100809.

HSL color Cylindrical-coordinate representation of color #4929D7: hue angle of 251.03º degrees, saturation: 0.69, 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 #4929D7 is Cyan = 0.66, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB7341215-
CMYK0.660.8100.16
HSL251.03º68.5%50.2%-
HSV(B)251.03º80.93%84.31%-
XYZ15.817.9164.98-
YUV70.4209.6129.85-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 22.19%
GREEN value IS 41 (16.41% from 255) = 12.46%
BLUE value IS 215 (84.38% from 255) = 65.35%
R=22.19%
G=12.46%
B=65.35%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal73412150.660.8100.16251.0368.550.2
Hex4929D74251010fb4532
Octal1115132710212102037310562
Binary10010011010011101011110000101010001010000111110111000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4929D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4929D7; }

 p { color: rgb(73,41,215); }

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

<style>
 a { background-color: #4929D7; }

 a { background-color: rgb(73,41,215); }

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

<style>
 span { border-color: #4929D7; }

 span { border-color: rgb(73,41,215); }

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