Html Css Color HEX #7222AB Purple Heart

📋 copy color: '#7222AB'

red 114 ◦ green 34 ◦ blue 171

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

Shades of Purple Heart #7222AB

Tints of Purple Heart #7222AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.61%

R = 35.74%
G = 10.66%
B = 53.61%

CMYK

 C value IS 0.33

 M value IS 0.80

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7222AB (or 0x7222AB) is known color: Purple Heart. HEX triplet: 72, 22 and AB. RGB value is (114,34,171). Sum of RGB (Red+Green+Blue) = 114+34+171=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 171 (67.19% from 255 or 53.61% from 319); Max value from RGB is 171 - color contains mainly: blue. Hex color #7222AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7222AB is #8DDD54. Grayscale: #494949. Windows color (decimal): -9297237 or 11215474. OLE color: 11215474.

HSL color Cylindrical-coordinate representation of color #7222AB: hue angle of 275.04º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7222AB is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 34 171 -
CMYK 0.33 0.80 0 0.33
HSL 275.04º 0.67% 0.4% -
HSV(B) 275.04º 0.8% 0.67% -
XYZ 14.86 7.66 39.22 -
YUV 73.54 183 156.86 -
System Red Green Blue C M Y K H S L
Decimal 114 34 171 0.33 0.80 0 0.33 275.04 0.67 0.4
Hex 72 22 AB 21 50 0 21 113 43 28
Octal 162 42 253 41 120 0 41 423 103 50
Binary 1110010 100010 10101011 100001 1010000 0 100001 100010011 1000011 101000

Color Harmonies of #7222AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7222AB

Black with #7222AB

Text Example


Text Example

White with #7222AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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