#7913AE

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

Shades of Purple Heart #7913AE

Tints of Purple Heart #7913AE

Color information

#7913AE (or 0x7913AE) is unknown color: approx Purple Heart. HEX triplet: 79, 13 and AE. RGB value is (121,19,174). Sum of RGB (Red+Green+Blue) = 121+19+174=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 174 (68.36% from 255 or 55.41% from 314); Max value from RGB is 174 - color contains mainly: blue. Hex color #7913AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7913AE is #86EC51. Grayscale: #424242. Windows color (decimal): -8842322 or 11408249. OLE color: 11408249.

HSL color Cylindrical-coordinate representation of color #7913AE: hue angle of 279.48º 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 #7913AE is Cyan = 0.30, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12119174-
CMYK0.300.8900.32
HSL279.48º80.31%37.84%-
HSV(B)279.48º89.08%68.24%-
XYZ15.767.5940.68-
YUV67.17188.29166.4-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.54%
GREEN value IS 19 (7.81% from 255) = 6.05%
BLUE value IS 174 (68.36% from 255) = 55.41%
R=38.54%
G=6.05%
B=55.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121191740.300.8900.32279.4880.3137.84
Hex7913AE1E590201175026
Octal171232563613104042712046
Binary1111001100111010111011110101100101000001000101111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7913AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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