Html Css Color HEX #7320AE Purple Heart

📋 copy color: '#7320AE'

red 115 ◦ green 32 ◦ blue 174

#7320AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #7320AE

Tints of Purple Heart #7320AE

RGB

 RED value IS 115 (45.31% from 255) = 35.83%

 GREEN value IS 32 (12.89% from 255) = 9.97%

 BLUE value IS 174 (68.36% from 255) = 54.21%

R = 35.83%
G = 9.97%
B = 54.21%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7320AE (or 0x7320AE) is known color: Purple Heart. HEX triplet: 73, 20 and AE. RGB value is (115,32,174). Sum of RGB (Red+Green+Blue) = 115+32+174=321 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.83% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #7320AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7320AE is #8CDF51. Grayscale: #484848. Windows color (decimal): -9232210 or 11411571. OLE color: 11411571.

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

Color convert

RGB 115 32 174 -
CMYK 0.34 0.82 0 0.32
HSL 275.07º 0.69% 0.4% -
HSV(B) 275.07º 0.82% 0.68% -
XYZ 15.23 7.73 40.73 -
YUV 73.01 185 157.95 -
System Red Green Blue C M Y K H S L
Decimal 115 32 174 0.34 0.82 0 0.32 275.07 0.69 0.4
Hex 73 20 AE 22 52 0 20 113 45 28
Octal 163 40 256 42 122 0 40 423 105 50
Binary 1110011 100000 10101110 100010 1010010 0 100000 100010011 1000101 101000

Color Harmonies of #7320AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7320AE

Black with #7320AE

Text Example


Text Example

White with #7320AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7320AE;
 }
 .AnyTagClassName
 {
   color: #7320AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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