#7916B4

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

Shades of Purple Heart #7916B4

Tints of Purple Heart #7916B4

Color information

#7916B4 (or 0x7916B4) is unknown color: approx Purple Heart. HEX triplet: 79, 16 and B4. RGB value is (121,22,180). Sum of RGB (Red+Green+Blue) = 121+22+180=323 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.46% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 180 (70.70% from 255 or 55.73% from 323); Max value from RGB is 180 - color contains mainly: blue. Hex color #7916B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7916B4 is #86E94B. Grayscale: #454545. Windows color (decimal): -8841548 or 11802233. OLE color: 11802233.

HSL color Cylindrical-coordinate representation of color #7916B4: hue angle of 277.59º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7916B4 is Cyan = 0.33, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB12122180-
CMYK0.330.8800.29
HSL277.59º78.22%39.61%-
HSV(B)277.59º87.78%70.59%-
XYZ16.417.9343.85-
YUV69.61190.3164.65-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.46%
GREEN value IS 22 (8.98% from 255) = 6.81%
BLUE value IS 180 (70.70% from 255) = 55.73%
R=37.46%
G=6.81%
B=55.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal121221800.330.8800.29277.5978.2239.61
Hex7916B4215801D1164e28
Octal171262644113003542611650
Binary1111001101101011010010000110110000111011000101101001110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7916B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7916B4; }

 p { color: rgb(121,22,180); }

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

<style>
 a { background-color: #7916B4; }

 a { background-color: rgb(121,22,180); }

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

<style>
 span { border-color: #7916B4; }

 span { border-color: rgb(121,22,180); }

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