Html Css Color HEX #7222AD Purple Heart

📋 copy color: '#7222AD'

red 114 ◦ green 34 ◦ blue 173

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

Shades of Purple Heart #7222AD

Tints of Purple Heart #7222AD

RGB

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

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

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

R = 35.51%
G = 10.59%
B = 53.89%

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

#7222AD (or 0x7222AD) is known color: Purple Heart. HEX triplet: 72, 22 and AD. RGB value is (114,34,173). Sum of RGB (Red+Green+Blue) = 114+34+173=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 173 (67.97% from 255 or 53.89% from 321); Max value from RGB is 173 - color contains mainly: blue. Hex color #7222AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7222AD is #8DDD52. Grayscale: #494949. Windows color (decimal): -9297235 or 11346546. OLE color: 11346546.

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

Color convert

RGB 114 34 173 -
CMYK 0.34 0.80 0 0.32
HSL 274.53º 0.67% 0.41% -
HSV(B) 274.53º 0.8% 0.68% -
XYZ 15.05 7.74 40.24 -
YUV 73.77 184 156.7 -
System Red Green Blue C M Y K H S L
Decimal 114 34 173 0.34 0.80 0 0.32 274.53 0.67 0.41
Hex 72 22 AD 22 50 0 20 113 43 29
Octal 162 42 255 42 120 0 40 423 103 51
Binary 1110010 100010 10101101 100010 1010000 0 100000 100010011 1000011 101001

Color Harmonies of #7222AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7222AD

Black with #7222AD

Text Example


Text Example

White with #7222AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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