#7915AE

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

Shades of Purple Heart #7915AE

Tints of Purple Heart #7915AE

Color information

#7915AE (or 0x7915AE) is unknown color: approx Purple Heart. HEX triplet: 79, 15 and AE. RGB value is (121,21,174). Sum of RGB (Red+Green+Blue) = 121+21+174=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 174 (68.36% from 255 or 55.06% from 316); Max value from RGB is 174 - color contains mainly: blue. Hex color #7915AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7915AE is #86EA51. Grayscale: #434343. Windows color (decimal): -8841810 or 11408761. OLE color: 11408761.

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

Color convert

RGB12121174-
CMYK0.300.8800.32
HSL279.22º78.46%38.24%-
HSV(B)279.22º87.93%68.24%-
XYZ15.797.6640.69-
YUV68.34187.63165.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.29%
GREEN value IS 21 (8.59% from 255) = 6.65%
BLUE value IS 174 (68.36% from 255) = 55.06%
R=38.29%
G=6.65%
B=55.06%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121211740.300.8800.32279.2278.4638.24
Hex7915AE1E580201174e26
Octal171252563613004042711646
Binary1111001101011010111011110101100001000001000101111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7915AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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