Html Css Color HEX #7219AD Purple Heart

📋 copy color: '#7219AD'

red 114 ◦ green 25 ◦ blue 173

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

Shades of Purple Heart #7219AD

Tints of Purple Heart #7219AD

RGB

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

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

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

R = 36.54%
G = 8.01%
B = 55.45%

CMYK

 C value IS 0.34

 M value IS 0.86

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7219AD (or 0x7219AD) is known color: Purple Heart. HEX triplet: 72, 19 and AD. RGB value is (114,25,173). Sum of RGB (Red+Green+Blue) = 114+25+173=312 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.54% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 173 (67.97% from 255 or 55.45% from 312); Max value from RGB is 173 - color contains mainly: blue. Hex color #7219AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7219AD is #8DE652. Grayscale: #434343. Windows color (decimal): -9299539 or 11344242. OLE color: 11344242.

HSL color Cylindrical-coordinate representation of color #7219AD: hue angle of 276.08º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7219AD is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 25 173 -
CMYK 0.34 0.86 0 0.32
HSL 276.08º 0.75% 0.39% -
HSV(B) 276.08º 0.86% 0.68% -
XYZ 14.83 7.29 40.16 -
YUV 68.48 186.99 160.47 -
System Red Green Blue C M Y K H S L
Decimal 114 25 173 0.34 0.86 0 0.32 276.08 0.75 0.39
Hex 72 19 AD 22 56 0 20 114 4B 27
Octal 162 31 255 42 126 0 40 424 113 47
Binary 1110010 11001 10101101 100010 1010110 0 100000 100010100 1001011 100111

Color Harmonies of #7219AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7219AD

Black with #7219AD

Text Example


Text Example

White with #7219AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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