#76168C

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

Shades of Purple #76168C

Tints of Purple #76168C

Color information

#76168C (or 0x76168C) is unknown color: approx Purple. HEX triplet: 76, 16 and 8C. RGB value is (118,22,140). Sum of RGB (Red+Green+Blue) = 118+22+140=280 (37% of max value = 765). Red value is 118 (46.48% from 255 or 42.14% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 140 (55.08% from 255 or 50% from 280); Max value from RGB is 140 - color contains mainly: blue. Hex color #76168C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76168C is #89E973. Grayscale: #3F3F3F. Windows color (decimal): -9038196 or 9180790. OLE color: 9180790.

HSL color Cylindrical-coordinate representation of color #76168C: hue angle of 288.81º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #76168C is Cyan = 0.16, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11822140-
CMYK0.160.8400.45
HSL288.81º72.84%31.76%-
HSV(B)288.81º84.29%54.9%-
XYZ12.496.3225.37-
YUV64.16170.8166.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.14%
GREEN value IS 22 (8.98% from 255) = 7.86%
BLUE value IS 140 (55.08% from 255) = 50%
R=42.14%
G=7.86%
B=50%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118221400.160.8400.45288.8172.8431.76
Hex76168C105402D1214920
Octal166262142012405544111140
Binary1110110101101000110010000101010001011011001000011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76168C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76168C; }

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

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

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

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

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

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

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

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