Html Css Color HEX #7224AC Purple Heart

📋 copy color: '#7224AC'

red 114 ◦ green 36 ◦ blue 172

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

Shades of Purple Heart #7224AC

Tints of Purple Heart #7224AC

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.18%

 BLUE value IS 172 (67.58% from 255) = 53.42%

R = 35.4%
G = 11.18%
B = 53.42%

CMYK

 C value IS 0.34

 M value IS 0.79

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7224AC (or 0x7224AC) is known color: Purple Heart. HEX triplet: 72, 24 and AC. RGB value is (114,36,172). Sum of RGB (Red+Green+Blue) = 114+36+172=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 36 (14.45% from 255 or 11.18% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #7224AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7224AC is #8DDB53. Grayscale: #4A4A4A. Windows color (decimal): -9296724 or 11281522. OLE color: 11281522.

HSL color Cylindrical-coordinate representation of color #7224AC: hue angle of 274.41º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7224AC is Cyan = 0.34, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 36 172 -
CMYK 0.34 0.79 0 0.33
HSL 274.41º 0.65% 0.41% -
HSV(B) 274.41º 0.79% 0.67% -
XYZ 15.02 7.82 39.75 -
YUV 74.83 182.84 155.94 -
System Red Green Blue C M Y K H S L
Decimal 114 36 172 0.34 0.79 0 0.33 274.41 0.65 0.41
Hex 72 24 AC 22 4F 0 21 112 41 29
Octal 162 44 254 42 117 0 41 422 101 51
Binary 1110010 100100 10101100 100010 1001111 0 100001 100010010 1000001 101001

Color Harmonies of #7224AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7224AC

Black with #7224AC

Text Example


Text Example

White with #7224AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7224AC; }

 p { color: rgb(114,36,172); }

 H1.HeaderClassName
 {
   color: #7224AC;
 }
 .AnyTagClassName
 {
   color: #7224AC;
 }
</style>

background-color css

<style>
 a { background-color: #7224AC; }

 a { background-color: rgb(114,36,172); }

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

border-color css

<style>
 span { border-color: #7224AC; }

 span { border-color: rgb(114,36,172); }

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