Html Css Color HEX #7219BA Purple Heart

📋 copy color: '#7219BA'

red 114 ◦ green 25 ◦ blue 186

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

Shades of Purple Heart #7219BA

Tints of Purple Heart #7219BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 57.23%

R = 35.08%
G = 7.69%
B = 57.23%

CMYK

 C value IS 0.39

 M value IS 0.87

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7219BA (or 0x7219BA) is known color: Purple Heart. HEX triplet: 72, 19 and BA. RGB value is (114,25,186). Sum of RGB (Red+Green+Blue) = 114+25+186=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 25 (10.16% from 255 or 7.69% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #7219BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7219BA is #8DE645. Grayscale: #454545. Windows color (decimal): -9299526 or 12196210. OLE color: 12196210.

HSL color Cylindrical-coordinate representation of color #7219BA: hue angle of 273.17º degrees, saturation: 0.76, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7219BA is Cyan = 0.39, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 114 25 186 -
CMYK 0.39 0.87 0 0.27
HSL 273.17º 0.76% 0.41% -
HSV(B) 273.17º 0.87% 0.73% -
XYZ 16.15 7.82 47.11 -
YUV 69.97 193.49 159.41 -
System Red Green Blue C M Y K H S L
Decimal 114 25 186 0.39 0.87 0 0.27 273.17 0.76 0.41
Hex 72 19 BA 27 57 0 1B 111 4C 29
Octal 162 31 272 47 127 0 33 421 114 51
Binary 1110010 11001 10111010 100111 1010111 0 11011 100010001 1001100 101001

Color Harmonies of #7219BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7219BA

Black with #7219BA

Text Example


Text Example

White with #7219BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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