Html Css Color HEX #7220AD Purple Heart

📋 copy color: '#7220AD'

red 114 ◦ green 32 ◦ blue 173

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

Shades of Purple Heart #7220AD

Tints of Purple Heart #7220AD

RGB

 RED value IS 114 (44.92% from 255) = 35.74%

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

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

R = 35.74%
G = 10.03%
B = 54.23%

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

#7220AD (or 0x7220AD) is known color: Purple Heart. HEX triplet: 72, 20 and AD. RGB value is (114,32,173). Sum of RGB (Red+Green+Blue) = 114+32+173=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 32 (12.89% from 255 or 10.03% from 319); Blue value is 173 (67.97% from 255 or 54.23% from 319); Max value from RGB is 173 - color contains mainly: blue. Hex color #7220AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7220AD is #8DDF52. Grayscale: #484848. Windows color (decimal): -9297747 or 11346034. OLE color: 11346034.

HSL color Cylindrical-coordinate representation of color #7220AD: hue angle of 274.89º 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 #7220AD is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 32 173 -
CMYK 0.34 0.82 0 0.32
HSL 274.89º 0.69% 0.4% -
HSV(B) 274.89º 0.82% 0.68% -
XYZ 15 7.63 40.22 -
YUV 72.59 184.67 157.54 -
System Red Green Blue C M Y K H S L
Decimal 114 32 173 0.34 0.82 0 0.32 274.89 0.69 0.4
Hex 72 20 AD 22 52 0 20 113 45 28
Octal 162 40 255 42 122 0 40 423 105 50
Binary 1110010 100000 10101101 100010 1010010 0 100000 100010011 1000101 101000

Color Harmonies of #7220AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7220AD

Black with #7220AD

Text Example


Text Example

White with #7220AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,32,173); }

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

background-color css

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

 a { background-color: rgb(114,32,173); }

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

border-color css

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

 span { border-color: rgb(114,32,173); }

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