Html Css Color HEX #7219B9 Purple Heart

📋 copy color: '#7219B9'

red 114 ◦ green 25 ◦ blue 185

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

Shades of Purple Heart #7219B9

Tints of Purple Heart #7219B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 57.1%

R = 35.19%
G = 7.72%
B = 57.1%

CMYK

 C value IS 0.38

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7219B9 (or 0x7219B9) is known color: Purple Heart. HEX triplet: 72, 19 and B9. RGB value is (114,25,185). Sum of RGB (Red+Green+Blue) = 114+25+185=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 25 (10.16% from 255 or 7.72% from 324); Blue value is 185 (72.66% from 255 or 57.10% from 324); Max value from RGB is 185 - color contains mainly: blue. Hex color #7219B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7219B9 is #8DE646. Grayscale: #454545. Windows color (decimal): -9299527 or 12130674. OLE color: 12130674.

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

Color convert

RGB 114 25 185 -
CMYK 0.38 0.86 0 0.27
HSL 273.38º 0.76% 0.41% -
HSV(B) 273.38º 0.86% 0.73% -
XYZ 16.04 7.78 46.55 -
YUV 69.85 192.99 159.49 -
System Red Green Blue C M Y K H S L
Decimal 114 25 185 0.38 0.86 0 0.27 273.38 0.76 0.41
Hex 72 19 B9 26 56 0 1B 111 4C 29
Octal 162 31 271 46 126 0 33 421 114 51
Binary 1110010 11001 10111001 100110 1010110 0 11011 100010001 1001100 101001

Color Harmonies of #7219B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7219B9

Black with #7219B9

Text Example


Text Example

White with #7219B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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