#4919AE

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

Shades of Purple Heart #4919AE

Tints of Purple Heart #4919AE

Color information

#4919AE (or 0x4919AE) is unknown color: approx Purple Heart. HEX triplet: 49, 19 and AE. RGB value is (73,25,174). Sum of RGB (Red+Green+Blue) = 73+25+174=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 25 (10.16% from 255 or 9.19% from 272); Blue value is 174 (68.36% from 255 or 63.97% from 272); Max value from RGB is 174 - color contains mainly: blue. Hex color #4919AE is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #4919AE is #B6E651. Grayscale: #373737. Windows color (decimal): -11986514 or 11409737. OLE color: 11409737.

HSL color Cylindrical-coordinate representation of color #4919AE: hue angle of 259.33º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #4919AE is Cyan = 0.58, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7325174-
CMYK0.580.8600.32
HSL259.33º74.87%39.02%-
HSV(B)259.33º85.63%68.24%-
XYZ10.745.1740.48-
YUV56.34194.4139.88-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.84%
GREEN value IS 25 (10.16% from 255) = 9.19%
BLUE value IS 174 (68.36% from 255) = 63.97%
R=26.84%
G=9.19%
B=63.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal73251740.580.8600.32259.3374.8739.02
Hex4919AE3A560201034b27
Octal111312567212604040311347
Binary10010011100110101110111010101011001000001000000111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4919AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4919AE; }

 p { color: rgb(73,25,174); }

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

<style>
 a { background-color: #4919AE; }

 a { background-color: rgb(73,25,174); }

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

<style>
 span { border-color: #4919AE; }

 span { border-color: rgb(73,25,174); }

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