#76118C

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

Shades of Purple #76118C

Tints of Purple #76118C

Color information

#76118C (or 0x76118C) is unknown color: approx Purple. HEX triplet: 76, 11 and 8C. RGB value is (118,17,140). Sum of RGB (Red+Green+Blue) = 118+17+140=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 17 (7.03% from 255 or 6.18% from 275); Blue value is 140 (55.08% from 255 or 50.91% from 275); Max value from RGB is 140 - color contains mainly: blue. Hex color #76118C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76118C is #89EE73. Grayscale: #3C3C3C. Windows color (decimal): -9039476 or 9179510. OLE color: 9179510.

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

Color convert

RGB11817140-
CMYK0.160.8800.45
HSL289.27º78.34%30.78%-
HSV(B)289.27º87.86%54.9%-
XYZ12.416.1525.34-
YUV61.22172.46168.5-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 17 (7.03% from 255) = 6.18%
BLUE value IS 140 (55.08% from 255) = 50.91%
R=42.91%
G=6.18%
B=50.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118171400.160.8800.45289.2778.3430.78
Hex76118C105802D1214e1f
Octal166212142013005544111637
Binary111011010001100011001000010110000101101100100001100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76118C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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