#7221AA

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

Shades of Purple Heart #7221AA

Tints of Purple Heart #7221AA

Color information

#7221AA (or 0x7221AA) is unknown color: approx Purple Heart. HEX triplet: 72, 21 and AA. RGB value is (114,33,170). Sum of RGB (Red+Green+Blue) = 114+33+170=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 170 (66.80% from 255 or 53.63% from 317); Max value from RGB is 170 - color contains mainly: blue. Hex color #7221AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7221AA is #8DDE55. Grayscale: #484848. Windows color (decimal): -9297494 or 11149682. OLE color: 11149682.

HSL color Cylindrical-coordinate representation of color #7221AA: hue angle of 275.47º degrees, saturation: 0.67, 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 #7221AA is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11433170-
CMYK0.330.8100.33
HSL275.47º67.49%39.8%-
HSV(B)275.47º80.59%66.67%-
XYZ14.747.5738.71-
YUV72.84182.84157.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.96%
GREEN value IS 33 (13.28% from 255) = 10.41%
BLUE value IS 170 (66.80% from 255) = 53.63%
R=35.96%
G=10.41%
B=53.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114331700.330.8100.33275.4767.4939.8
Hex7221AA21510211134328
Octal162412524112104142310350
Binary111001010000110101010100001101000101000011000100111000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7221AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,33,170); }

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

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

 a { background-color: rgb(114,33,170); }

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

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

 span { border-color: rgb(114,33,170); }

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