Html Css Color HEX #7219A7 Purple Heart

📋 copy color: '#7219A7'

red 114 ◦ green 25 ◦ blue 167

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

Shades of Purple Heart #7219A7

Tints of Purple Heart #7219A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 54.58%

R = 37.25%
G = 8.17%
B = 54.58%

CMYK

 C value IS 0.32

 M value IS 0.85

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7219A7 (or 0x7219A7) is known color: Purple Heart. HEX triplet: 72, 19 and A7. RGB value is (114,25,167). Sum of RGB (Red+Green+Blue) = 114+25+167=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 167 (65.62% from 255 or 54.58% from 306); Max value from RGB is 167 - color contains mainly: blue. Hex color #7219A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7219A7 is #8DE658. Grayscale: #434343. Windows color (decimal): -9299545 or 10951026. OLE color: 10951026.

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

Color convert

RGB 114 25 167 -
CMYK 0.32 0.85 0 0.35
HSL 277.61º 0.74% 0.38% -
HSV(B) 277.61º 0.85% 0.65% -
XYZ 14.26 7.06 37.17 -
YUV 67.8 183.99 160.95 -
System Red Green Blue C M Y K H S L
Decimal 114 25 167 0.32 0.85 0 0.35 277.61 0.74 0.38
Hex 72 19 A7 20 55 0 23 116 4A 26
Octal 162 31 247 40 125 0 43 426 112 46
Binary 1110010 11001 10100111 100000 1010101 0 100011 100010110 1001010 100110

Color Harmonies of #7219A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7219A7

Black with #7219A7

Text Example


Text Example

White with #7219A7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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