#761677

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

Shades of Dark Purple #761677

Tints of Dark Purple #761677

Color information

#761677 (or 0x761677) is unknown color: approx Dark Purple. HEX triplet: 76, 16 and 77. RGB value is (118,22,119). Sum of RGB (Red+Green+Blue) = 118+22+119=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 22 (8.98% from 255 or 8.49% from 259); Blue value is 119 (46.88% from 255 or 45.95% from 259); Max value from RGB is 119 - color contains mainly: blue. Hex color #761677 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761677 is #89E988. Grayscale: #3D3D3D. Windows color (decimal): -9038217 or 7804534. OLE color: 7804534.

HSL color Cylindrical-coordinate representation of color #761677: hue angle of 299.38º 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 #761677 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11822119-
CMYK0.010.8200.53
HSL299.38º68.79%27.65%-
HSV(B)299.38º81.51%46.67%-
XYZ11.095.7617.98-
YUV61.76160.3168.11-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 22 (8.98% from 255) = 8.49%
BLUE value IS 119 (46.88% from 255) = 45.95%
R=45.56%
G=8.49%
B=45.95%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal118221190.010.8200.53299.3868.7927.65
Hex76167715203512b451c
Octal16626167112206545310534
Binary1110110101101110111110100100110101100101011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761677; }

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

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

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

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

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

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

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

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