#7D15AE

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

Shades of Purple Heart #7D15AE

Tints of Purple Heart #7D15AE

Color information

#7D15AE (or 0x7D15AE) is unknown color: approx Purple Heart. HEX triplet: 7D, 15 and AE. RGB value is (125,21,174). Sum of RGB (Red+Green+Blue) = 125+21+174=320 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.06% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 174 (68.36% from 255 or 54.38% from 320); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D15AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D15AE is #82EA51. Grayscale: #454545. Windows color (decimal): -8579666 or 11408765. OLE color: 11408765.

HSL color Cylindrical-coordinate representation of color #7D15AE: hue angle of 280.78º 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 #7D15AE is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12521174-
CMYK0.280.8800.32
HSL280.78º78.46%38.24%-
HSV(B)280.78º87.93%68.24%-
XYZ16.377.9540.72-
YUV69.54186.96167.56-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 39.06%
GREEN value IS 21 (8.59% from 255) = 6.56%
BLUE value IS 174 (68.36% from 255) = 54.38%
R=39.06%
G=6.56%
B=54.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125211740.280.8800.32280.7878.4638.24
Hex7D15AE1C580201194e26
Octal175252563413004043111646
Binary1111101101011010111011100101100001000001000110011001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D15AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D15AE; }

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

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

<style>
 a { background-color: #7D15AE; }

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

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

<style>
 span { border-color: #7D15AE; }

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

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