#7414AA

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

Shades of Purple Heart #7414AA

Tints of Purple Heart #7414AA

Color information

#7414AA (or 0x7414AA) is unknown color: approx Purple Heart. HEX triplet: 74, 14 and AA. RGB value is (116,20,170). Sum of RGB (Red+Green+Blue) = 116+20+170=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 20 (8.20% from 255 or 6.54% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #7414AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7414AA is #8BEB55. Grayscale: #414141. Windows color (decimal): -9169750 or 11146356. OLE color: 11146356.

HSL color Cylindrical-coordinate representation of color #7414AA: hue angle of 278.4º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7414AA is Cyan = 0.32, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11620170-
CMYK0.320.8800.33
HSL278.4º78.95%37.25%-
HSV(B)278.4º88.24%66.67%-
XYZ14.717.1238.63-
YUV65.8186.8163.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 37.91%
GREEN value IS 20 (8.20% from 255) = 6.54%
BLUE value IS 170 (66.80% from 255) = 55.56%
R=37.91%
G=6.54%
B=55.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116201700.320.8800.33278.478.9537.25
Hex7414AA20580211164f25
Octal164242524013004142611745
Binary11101001010010101010100000101100001000011000101101001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7414AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7414AA; }

 p { color: rgb(116,20,170); }

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

<style>
 a { background-color: #7414AA; }

 a { background-color: rgb(116,20,170); }

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

<style>
 span { border-color: #7414AA; }

 span { border-color: rgb(116,20,170); }

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