#771266

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

Shades of Dark Purple #771266

Tints of Dark Purple #771266

Color information

#771266 (or 0x771266) is unknown color: approx Dark Purple. HEX triplet: 77, 12 and 66. RGB value is (119,18,102). Sum of RGB (Red+Green+Blue) = 119+18+102=239 (31% of max value = 765). Red value is 119 (46.88% from 255 or 49.79% from 239); Green value is 18 (7.42% from 255 or 7.53% from 239); Blue value is 102 (40.23% from 255 or 42.68% from 239); Max value from RGB is 119 - color contains mainly: red. Hex color #771266 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771266 is #88ED99. Grayscale: #393939. Windows color (decimal): -8973722 or 6689399. OLE color: 6689399.

HSL color Cylindrical-coordinate representation of color #771266: hue angle of 310.1º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771266 is Cyan = 0, Magento = 0.85, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB11918102-
CMYK00.850.140.53
HSL310.1º73.72%26.86%-
HSV(B)310.1º84.87%46.67%-
XYZ10.225.3113.06-
YUV57.77152.96171.67-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 49.79%
GREEN value IS 18 (7.42% from 255) = 7.53%
BLUE value IS 102 (40.23% from 255) = 42.68%
R=49.79%
G=7.53%
B=42.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191810200.850.140.53310.173.7226.86
Hex771266055E351364a1b
Octal167221460125166546611233
Binary1110111100101100110010101011110110101100110110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771266; }

 p { color: rgb(119,18,102); }

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

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

 a { background-color: rgb(119,18,102); }

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

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

 span { border-color: rgb(119,18,102); }

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