#771976

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

Shades of Dark Purple #771976

Tints of Dark Purple #771976

Color information

#771976 (or 0x771976) is unknown color: approx Dark Purple. HEX triplet: 77, 19 and 76. RGB value is (119,25,118). Sum of RGB (Red+Green+Blue) = 119+25+118=262 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.42% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 118 (46.48% from 255 or 45.04% from 262); Max value from RGB is 119 - color contains mainly: red. Hex color #771976 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771976 is #88E689. Grayscale: #3F3F3F. Windows color (decimal): -8971914 or 7739767. OLE color: 7739767.

HSL color Cylindrical-coordinate representation of color #771976: hue angle of 300.64º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #771976 is Cyan = 0, Magento = 0.79, Yellow = 0.01 and Black (K on CMYK) = 0.53.

Color convert

RGB11925118-
CMYK00.790.010.53
HSL300.64º65.28%28.24%-
HSV(B)300.64º78.99%46.67%-
XYZ11.235.9317.69-
YUV63.71158.64167.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.42%
GREEN value IS 25 (10.16% from 255) = 9.54%
BLUE value IS 118 (46.48% from 255) = 45.04%
R=45.42%
G=9.54%
B=45.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.01
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1192511800.790.010.53300.6465.2828.24
Hex77197604F13512d411c
Octal16731166011716545510134
Binary1110111110011110110010011111110101100101101100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771976; }

 p { color: rgb(119,25,118); }

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

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

 a { background-color: rgb(119,25,118); }

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

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

 span { border-color: rgb(119,25,118); }

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