#761176

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

Shades of Purple #761176

Tints of Purple #761176

Color information

#761176 (or 0x761176) is unknown color: approx Purple. HEX triplet: 76, 11 and 76. RGB value is (118,17,118). Sum of RGB (Red+Green+Blue) = 118+17+118=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 118 (46.48% from 255 or 46.64% from 253); Max value from RGB is 118 - color contains mainly: red, blue. Hex color #761176 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761176 is #89EE89. Grayscale: #3A3A3A. Windows color (decimal): -9039498 or 7737718. OLE color: 7737718.

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

Color convert

RGB11817118-
CMYK00.8600.54
HSL300º74.81%26.47%-
HSV(B)300º85.59%46.27%-
XYZ10.945.5617.64-
YUV58.71161.46170.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 17 (7.03% from 255) = 6.72%
BLUE value IS 118 (46.48% from 255) = 46.64%
R=46.64%
G=6.72%
B=46.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181711800.8600.5430074.8126.47
Hex76117605603612c4b1a
Octal16621166012606645411332
Binary1110110100011110110010101100110110100101100100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761176; }

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

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

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

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

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

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

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

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