#7219BF

Color #7219BF Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7219BF

Tints of Purple Heart #7219BF

Color information

#7219BF (or 0x7219BF) is unknown color: approx Purple Heart. HEX triplet: 72, 19 and BF. RGB value is (114,25,191). Sum of RGB (Red+Green+Blue) = 114+25+191=330 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.55% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 191 (75% from 255 or 57.88% from 330); Max value from RGB is 191 - color contains mainly: blue. Hex color #7219BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7219BF is #8DE640. Grayscale: #454545. Windows color (decimal): -9299521 or 12523890. OLE color: 12523890.

HSL color Cylindrical-coordinate representation of color #7219BF: hue angle of 272.17º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7219BF is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11425191-
CMYK0.400.8700.25
HSL272.17º76.85%42.35%-
HSV(B)272.17º86.91%74.9%-
XYZ16.698.0349.96-
YUV70.54195.99159-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.55%
GREEN value IS 25 (10.16% from 255) = 7.58%
BLUE value IS 191 (75% from 255) = 57.88%
R=34.55%
G=7.58%
B=57.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114251910.400.8700.25272.1776.8542.35
Hex7219BF28570191104d2a
Octal162312775012703142011552
Binary1110010110011011111110100010101110110011000100001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7219BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7219BF;
 }
 .AnyTagClassName
 {
   color: #7219BF;
 }
</style>
background-color css

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

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

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

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

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

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