#7410AD

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

Shades of Purple Heart #7410AD

Tints of Purple Heart #7410AD

Color information

#7410AD (or 0x7410AD) is unknown color: approx Purple Heart. HEX triplet: 74, 10 and AD. RGB value is (116,16,173). Sum of RGB (Red+Green+Blue) = 116+16+173=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #7410AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7410AD is #8BEF52. Grayscale: #3F3F3F. Windows color (decimal): -9170771 or 11341940. OLE color: 11341940.

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

Color convert

RGB11616173-
CMYK0.330.9100.32
HSL278.22º83.07%37.06%-
HSV(B)278.22º90.75%67.84%-
XYZ14.937.140.12-
YUV63.8189.63165.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.03%
GREEN value IS 16 (6.64% from 255) = 5.25%
BLUE value IS 173 (67.97% from 255) = 56.72%
R=38.03%
G=5.25%
B=56.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal116161730.330.9100.32278.2283.0737.06
Hex7410AD215B0201165325
Octal164202554113304042612345
Binary11101001000010101101100001101101101000001000101101010011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7410AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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