Html Css Color HEX #7219AA Purple Heart

📋 copy color: '#7219AA'

red 114 ◦ green 25 ◦ blue 170

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

Shades of Purple Heart #7219AA

Tints of Purple Heart #7219AA

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.09%

 BLUE value IS 170 (66.8% from 255) = 55.02%

R = 36.89%
G = 8.09%
B = 55.02%

CMYK

 C value IS 0.33

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7219AA (or 0x7219AA) is known color: Purple Heart. HEX triplet: 72, 19 and AA. RGB value is (114,25,170). Sum of RGB (Red+Green+Blue) = 114+25+170=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 170 (66.80% from 255 or 55.02% from 309); Max value from RGB is 170 - color contains mainly: blue. Hex color #7219AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7219AA is #8DE655. Grayscale: #434343. Windows color (decimal): -9299542 or 11147634. OLE color: 11147634.

HSL color Cylindrical-coordinate representation of color #7219AA: hue angle of 276.83º degrees, saturation: 0.74, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7219AA is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 25 170 -
CMYK 0.33 0.85 0 0.33
HSL 276.83º 0.74% 0.38% -
HSV(B) 276.83º 0.85% 0.67% -
XYZ 14.54 7.17 38.65 -
YUV 68.14 185.49 160.71 -
System Red Green Blue C M Y K H S L
Decimal 114 25 170 0.33 0.85 0 0.33 276.83 0.74 0.38
Hex 72 19 AA 21 55 0 21 115 4A 26
Octal 162 31 252 41 125 0 41 425 112 46
Binary 1110010 11001 10101010 100001 1010101 0 100001 100010101 1001010 100110

Color Harmonies of #7219AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7219AA

Black with #7219AA

Text Example


Text Example

White with #7219AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7219AA; }

 p { color: rgb(114,25,170); }

 H1.HeaderClassName
 {
   color: #7219AA;
 }
 .AnyTagClassName
 {
   color: #7219AA;
 }
</style>

background-color css

<style>
 a { background-color: #7219AA; }

 a { background-color: rgb(114,25,170); }

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

border-color css

<style>
 span { border-color: #7219AA; }

 span { border-color: rgb(114,25,170); }

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