#771677

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

Shades of Dark Purple #771677

Tints of Dark Purple #771677

Color information

#771677 (or 0x771677) is unknown color: approx Dark Purple. HEX triplet: 77, 16 and 77. RGB value is (119,22,119). Sum of RGB (Red+Green+Blue) = 119+22+119=260 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.77% from 260); Green value is 22 (8.98% from 255 or 8.46% from 260); Blue value is 119 (46.88% from 255 or 45.77% from 260); Max value from RGB is 119 - color contains mainly: red, blue. Hex color #771677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #771677 is #88E988. Grayscale: #3D3D3D. Windows color (decimal): -8972681 or 7804535. OLE color: 7804535.

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

Color convert

RGB11922119-
CMYK00.8200.53
HSL300º68.79%27.65%-
HSV(B)300º81.51%46.67%-
XYZ11.225.8317.99-
YUV62.06160.14168.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.77%
GREEN value IS 22 (8.98% from 255) = 8.46%
BLUE value IS 119 (46.88% from 255) = 45.77%
R=45.77%
G=8.46%
B=45.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1192211900.8200.5330068.7927.65
Hex77167705203512c451c
Octal16726167012206545410534
Binary1110111101101110111010100100110101100101100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #771677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #771677; }

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

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

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

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

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

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

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

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