#7D1AAE

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

Shades of Purple Heart #7D1AAE

Tints of Purple Heart #7D1AAE

Color information

#7D1AAE (or 0x7D1AAE) is unknown color: approx Purple Heart. HEX triplet: 7D, 1A and AE. RGB value is (125,26,174). Sum of RGB (Red+Green+Blue) = 125+26+174=325 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.46% from 325); Green value is 26 (10.55% from 255 or 8% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D1AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1AAE is #82E551. Grayscale: #474747. Windows color (decimal): -8578386 or 11410045. OLE color: 11410045.

HSL color Cylindrical-coordinate representation of color #7D1AAE: hue angle of 280.14º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D1AAE is Cyan = 0.28, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12526174-
CMYK0.280.8500.32
HSL280.14º74%39.22%-
HSV(B)280.14º85.06%68.24%-
XYZ16.478.1540.75-
YUV72.47185.3165.47-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 38.46%
GREEN value IS 26 (10.55% from 255) = 8%
BLUE value IS 174 (68.36% from 255) = 53.54%
R=38.46%
G=8%
B=53.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal125261740.280.8500.32280.147439.22
Hex7D1AAE1C550201184a27
Octal175322563412504043011247
Binary1111101110101010111011100101010101000001000110001001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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