#761776

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

Shades of Dark Purple #761776

Tints of Dark Purple #761776

Color information

#761776 (or 0x761776) is unknown color: approx Dark Purple. HEX triplet: 76, 17 and 76. RGB value is (118,23,118). Sum of RGB (Red+Green+Blue) = 118+23+118=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 23 (9.38% from 255 or 8.88% from 259); Blue value is 118 (46.48% from 255 or 45.56% from 259); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #761776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761776 is #89E889. Grayscale: #3D3D3D. Windows color (decimal): -9037962 or 7739254. OLE color: 7739254.

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

Color convert

RGB11823118-
CMYK00.8100.54
HSL300º67.38%27.65%-
HSV(B)300º80.51%46.27%-
XYZ11.055.7717.67-
YUV62.23159.47167.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 23 (9.38% from 255) = 8.88%
BLUE value IS 118 (46.48% from 255) = 45.56%
R=45.56%
G=8.88%
B=45.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182311800.8100.5430067.3827.65
Hex76177605103612c431c
Octal16627166012106645410334
Binary1110110101111110110010100010110110100101100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761776

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761776; }

 p { color: rgb(118,23,118); }

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

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

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

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

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

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

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