#7127AE

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

Shades of Purple Heart #7127AE

Tints of Purple Heart #7127AE

Color information

#7127AE (or 0x7127AE) is unknown color: approx Purple Heart. HEX triplet: 71, 27 and AE. RGB value is (113,39,174). Sum of RGB (Red+Green+Blue) = 113+39+174=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 39 (15.62% from 255 or 11.96% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #7127AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7127AE is #8ED851. Grayscale: #4C4C4C. Windows color (decimal): -9361490 or 11413361. OLE color: 11413361.

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

Color convert

RGB11339174-
CMYK0.350.7800.32
HSL272.89º63.38%41.76%-
HSV(B)272.89º77.59%68.24%-
XYZ15.188.0240.79-
YUV76.52183.02154.02-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 34.66%
GREEN value IS 39 (15.62% from 255) = 11.96%
BLUE value IS 174 (68.36% from 255) = 53.37%
R=34.66%
G=11.96%
B=53.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal113391740.350.7800.32272.8963.3841.76
Hex7127AE234E0201113f2a
Octal16147256431160404217752
Binary11100011001111010111010001110011100100000100010001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7127AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,39,174); }

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

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

 a { background-color: rgb(113,39,174); }

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

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

 span { border-color: rgb(113,39,174); }

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