#7716B9

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

Shades of Purple Heart #7716B9

Tints of Purple Heart #7716B9

Color information

#7716B9 (or 0x7716B9) is unknown color: approx Purple Heart. HEX triplet: 77, 16 and B9. RGB value is (119,22,185). Sum of RGB (Red+Green+Blue) = 119+22+185=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 22 (8.98% from 255 or 6.75% from 326); Blue value is 185 (72.66% from 255 or 56.75% from 326); Max value from RGB is 185 - color contains mainly: blue. Hex color #7716B9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7716B9 is #88E946. Grayscale: #454545. Windows color (decimal): -8972615 or 12129911. OLE color: 12129911.

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

Color convert

RGB11922185-
CMYK0.360.8800.27
HSL275.71º78.74%40.59%-
HSV(B)275.71º88.11%72.55%-
XYZ16.65846.57-
YUV69.58193.14163.25-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.50%
GREEN value IS 22 (8.98% from 255) = 6.75%
BLUE value IS 185 (72.66% from 255) = 56.75%
R=36.50%
G=6.75%
B=56.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal119221850.360.8800.27275.7178.7440.59
Hex7716B9245801B1144f29
Octal167262714413003342411751
Binary1110111101101011100110010010110000110111000101001001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7716B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,22,185); }

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

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

 a { background-color: rgb(119,22,185); }

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

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

 span { border-color: rgb(119,22,185); }

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