#76118b

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

Shades of Purple #76118B

Tints of Purple #76118B

Color information

#76118B (or 0x76118B) is unknown color: approx Purple. HEX triplet: 76, 11 and 8B. RGB value is (118,17,139). Sum of RGB (Red+Green+Blue) = 118+17+139=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 139 (54.69% from 255 or 50.73% from 274); Max value from RGB is 139 - color contains mainly: blue. Hex color #76118B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #76118B is #89EE74. Grayscale: #3C3C3C. Windows color (decimal): -9039477 or 9113974. OLE color: 9113974.

HSL color Cylindrical-coordinate representation of color #76118B: hue angle of 289.67º 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 #76118B is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB11817139-
CMYK0.150.8800.45
HSL289.67º78.21%30.59%-
HSV(B)289.67º87.77%54.51%-
XYZ12.336.1224.96-
YUV61.11171.96168.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 17 (7.03% from 255) = 6.20%
BLUE value IS 139 (54.69% from 255) = 50.73%
R=43.07%
G=6.20%
B=50.73%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal118171390.150.8800.45289.6778.2130.59
Hex76118BF5802D1224e1f
Octal166212131713005544211637
Binary11101101000110001011111110110000101101100100010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76118b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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