Html Css Color HEX #7322AD Purple Heart

📋 copy color: '#7322AD'

red 115 ◦ green 34 ◦ blue 173

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

Shades of Purple Heart #7322AD

Tints of Purple Heart #7322AD

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.56%

 BLUE value IS 173 (67.97% from 255) = 53.73%

R = 35.71%
G = 10.56%
B = 53.73%

CMYK

 C value IS 0.34

 M value IS 0.80

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7322AD (or 0x7322AD) is known color: Purple Heart. HEX triplet: 73, 22 and AD. RGB value is (115,34,173). Sum of RGB (Red+Green+Blue) = 115+34+173=322 (42% of max value = 765). Red value is 115 (45.31% from 255 or 35.71% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #7322AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7322AD is #8CDD52. Grayscale: #494949. Windows color (decimal): -9231699 or 11346547. OLE color: 11346547.

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

Color convert

RGB 115 34 173 -
CMYK 0.34 0.80 0 0.32
HSL 274.96º 0.67% 0.41% -
HSV(B) 274.96º 0.8% 0.68% -
XYZ 15.19 7.81 40.24 -
YUV 74.07 183.84 157.2 -
System Red Green Blue C M Y K H S L
Decimal 115 34 173 0.34 0.80 0 0.32 274.96 0.67 0.41
Hex 73 22 AD 22 50 0 20 113 43 29
Octal 163 42 255 42 120 0 40 423 103 51
Binary 1110011 100010 10101101 100010 1010000 0 100000 100010011 1000011 101001

Color Harmonies of #7322AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7322AD

Black with #7322AD

Text Example


Text Example

White with #7322AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,34,173); }

 H1.HeaderClassName
 {
   color: #7322AD;
 }
 .AnyTagClassName
 {
   color: #7322AD;
 }
</style>

background-color css

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

 a { background-color: rgb(115,34,173); }

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

border-color css

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

 span { border-color: rgb(115,34,173); }

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