#7413AE

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

Shades of Purple Heart #7413AE

Tints of Purple Heart #7413AE

Color information

#7413AE (or 0x7413AE) is unknown color: approx Purple Heart. HEX triplet: 74, 13 and AE. RGB value is (116,19,174). Sum of RGB (Red+Green+Blue) = 116+19+174=309 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.54% from 309); Green value is 19 (7.81% from 255 or 6.15% from 309); Blue value is 174 (68.36% from 255 or 56.31% from 309); Max value from RGB is 174 - color contains mainly: blue. Hex color #7413AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7413AE is #8BEC51. Grayscale: #414141. Windows color (decimal): -9170002 or 11408244. OLE color: 11408244.

HSL color Cylindrical-coordinate representation of color #7413AE: hue angle of 277.55º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7413AE is Cyan = 0.33, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11619174-
CMYK0.330.8900.32
HSL277.55º80.31%37.84%-
HSV(B)277.55º89.08%68.24%-
XYZ15.087.2340.65-
YUV65.67189.14163.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.54%
GREEN value IS 19 (7.81% from 255) = 6.15%
BLUE value IS 174 (68.36% from 255) = 56.31%
R=37.54%
G=6.15%
B=56.31%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal116191740.330.8900.32277.5580.3137.84
Hex7413AE21590201165026
Octal164232564113104042612046
Binary11101001001110101110100001101100101000001000101101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7413AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,19,174); }

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

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

 a { background-color: rgb(116,19,174); }

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

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

 span { border-color: rgb(116,19,174); }

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