Html Css Color HEX #7219AB Purple Heart

📋 copy color: '#7219AB'

red 114 ◦ green 25 ◦ blue 171

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

Shades of Purple Heart #7219AB

Tints of Purple Heart #7219AB

RGB

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

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

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

R = 36.77%
G = 8.06%
B = 55.16%

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

#7219AB (or 0x7219AB) is known color: Purple Heart. HEX triplet: 72, 19 and AB. RGB value is (114,25,171). Sum of RGB (Red+Green+Blue) = 114+25+171=310 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.77% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 171 (67.19% from 255 or 55.16% from 310); Max value from RGB is 171 - color contains mainly: blue. Hex color #7219AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7219AB is #8DE654. Grayscale: #434343. Windows color (decimal): -9299541 or 11213170. OLE color: 11213170.

HSL color Cylindrical-coordinate representation of color #7219AB: hue angle of 276.58º 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 #7219AB is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 25 171 -
CMYK 0.33 0.85 0 0.33
HSL 276.58º 0.74% 0.38% -
HSV(B) 276.58º 0.85% 0.67% -
XYZ 14.64 7.21 39.15 -
YUV 68.26 185.99 160.63 -
System Red Green Blue C M Y K H S L
Decimal 114 25 171 0.33 0.85 0 0.33 276.58 0.74 0.38
Hex 72 19 AB 21 55 0 21 115 4A 26
Octal 162 31 253 41 125 0 41 425 112 46
Binary 1110010 11001 10101011 100001 1010101 0 100001 100010101 1001010 100110

Color Harmonies of #7219AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7219AB

Black with #7219AB

Text Example


Text Example

White with #7219AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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