#7919BF

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

Shades of Purple Heart #7919BF

Tints of Purple Heart #7919BF

Color information

#7919BF (or 0x7919BF) is unknown color: approx Purple Heart. HEX triplet: 79, 19 and BF. RGB value is (121,25,191). Sum of RGB (Red+Green+Blue) = 121+25+191=337 (44% of max value = 765). Red value is 121 (47.66% from 255 or 35.91% from 337); Green value is 25 (10.16% from 255 or 7.42% from 337); Blue value is 191 (75% from 255 or 56.68% from 337); Max value from RGB is 191 - color contains mainly: blue. Hex color #7919BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7919BF is #86E640. Grayscale: #484848. Windows color (decimal): -8840769 or 12523897. OLE color: 12523897.

HSL color Cylindrical-coordinate representation of color #7919BF: hue angle of 274.7º 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 #7919BF is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12125191-
CMYK0.370.8700.25
HSL274.7º76.85%42.35%-
HSV(B)274.7º86.91%74.9%-
XYZ17.648.5250.01-
YUV72.63194.8162.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 35.91%
GREEN value IS 25 (10.16% from 255) = 7.42%
BLUE value IS 191 (75% from 255) = 56.68%
R=35.91%
G=7.42%
B=56.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121251910.370.8700.25274.776.8542.35
Hex7919BF25570191134d2a
Octal171312774512703142311552
Binary1111001110011011111110010110101110110011000100111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7919BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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