#7A21AC

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

Shades of Purple Heart #7A21AC

Tints of Purple Heart #7A21AC

Color information

#7A21AC (or 0x7A21AC) is unknown color: approx Purple Heart. HEX triplet: 7A, 21 and AC. RGB value is (122,33,172). Sum of RGB (Red+Green+Blue) = 122+33+172=327 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.31% from 327); Green value is 33 (13.28% from 255 or 10.09% from 327); Blue value is 172 (67.58% from 255 or 52.60% from 327); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A21AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A21AC is #85DE53. Grayscale: #4A4A4A. Windows color (decimal): -8773204 or 11280762. OLE color: 11280762.

HSL color Cylindrical-coordinate representation of color #7A21AC: hue angle of 278.42º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A21AC is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB12233172-
CMYK0.290.8100.33
HSL278.42º67.8%40.2%-
HSV(B)278.42º80.81%67.45%-
XYZ16.028.239.77-
YUV75.46182.49161.2-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 37.31%
GREEN value IS 33 (13.28% from 255) = 10.09%
BLUE value IS 172 (67.58% from 255) = 52.60%
R=37.31%
G=10.09%
B=52.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal122331720.290.8100.33278.4267.840.2
Hex7A21AC1D510211164428
Octal172412543512104142610450
Binary11110101000011010110011101101000101000011000101101000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A21AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,33,172); }

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

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

 a { background-color: rgb(122,33,172); }

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

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

 span { border-color: rgb(122,33,172); }

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