#7917BF

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

Shades of Purple Heart #7917BF

Tints of Purple Heart #7917BF

Color information

#7917BF (or 0x7917BF) is unknown color: approx Purple Heart. HEX triplet: 79, 17 and BF. RGB value is (121,23,191). Sum of RGB (Red+Green+Blue) = 121+23+191=335 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.12% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 191 (75% from 255 or 57.01% from 335); Max value from RGB is 191 - color contains mainly: blue. Hex color #7917BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7917BF is #86E840. Grayscale: #464646. Windows color (decimal): -8841281 or 12523385. OLE color: 12523385.

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

Color convert

RGB12123191-
CMYK0.370.8800.25
HSL275º78.5%41.96%-
HSV(B)275º87.96%74.9%-
XYZ17.68.4449.99-
YUV71.45195.47163.34-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.12%
GREEN value IS 23 (9.38% from 255) = 6.87%
BLUE value IS 191 (75% from 255) = 57.01%
R=36.12%
G=6.87%
B=57.01%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121231910.370.8800.2527578.541.96
Hex7917BF25580191134f2a
Octal171272774513003142311752
Binary1111001101111011111110010110110000110011000100111001111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7917BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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