#7321AE

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

Shades of Purple Heart #7321AE

Tints of Purple Heart #7321AE

Color information

#7321AE (or 0x7321AE) is unknown color: approx Purple Heart. HEX triplet: 73, 21 and AE. RGB value is (115,33,174). Sum of RGB (Red+Green+Blue) = 115+33+174=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 33 (13.28% from 255 or 10.25% from 322); Blue value is 174 (68.36% from 255 or 54.04% from 322); Max value from RGB is 174 - color contains mainly: blue. Hex color #7321AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7321AE is #8CDE51. Grayscale: #494949. Windows color (decimal): -9231954 or 11411827. OLE color: 11411827.

HSL color Cylindrical-coordinate representation of color #7321AE: hue angle of 274.89º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7321AE is Cyan = 0.34, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11533174-
CMYK0.340.8100.32
HSL274.89º68.12%40.59%-
HSV(B)274.89º81.03%68.24%-
XYZ15.257.7940.74-
YUV73.59184.67157.54-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.71%
GREEN value IS 33 (13.28% from 255) = 10.25%
BLUE value IS 174 (68.36% from 255) = 54.04%
R=35.71%
G=10.25%
B=54.04%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal115331740.340.8100.32274.8968.1240.59
Hex7321AE22510201134429
Octal163412564212104042310451
Binary111001110000110101110100010101000101000001000100111000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7321AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7321AE; }

 p { color: rgb(115,33,174); }

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

<style>
 a { background-color: #7321AE; }

 a { background-color: rgb(115,33,174); }

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

<style>
 span { border-color: #7321AE; }

 span { border-color: rgb(115,33,174); }

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