#7410AA

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

Shades of Purple Heart #7410AA

Tints of Purple Heart #7410AA

Color information

#7410AA (or 0x7410AA) is unknown color: approx Purple Heart. HEX triplet: 74, 10 and AA. RGB value is (116,16,170). Sum of RGB (Red+Green+Blue) = 116+16+170=302 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.41% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 170 (66.80% from 255 or 56.29% from 302); Max value from RGB is 170 - color contains mainly: blue. Hex color #7410AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7410AA is #8BEF55. Grayscale: #3E3E3E. Windows color (decimal): -9170774 or 11145332. OLE color: 11145332.

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

Color convert

RGB11616170-
CMYK0.320.9100.33
HSL278.96º82.8%36.47%-
HSV(B)278.96º90.59%66.67%-
XYZ14.646.9938.61-
YUV63.46188.13165.48-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.41%
GREEN value IS 16 (6.64% from 255) = 5.30%
BLUE value IS 170 (66.80% from 255) = 56.29%
R=38.41%
G=5.30%
B=56.29%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116161700.320.9100.33278.9682.836.47
Hex7410AA205B0211175324
Octal164202524013304142712344
Binary11101001000010101010100000101101101000011000101111010011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7410AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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