#76116D

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

Shades of Dark Purple #76116D

Tints of Dark Purple #76116D

Color information

#76116D (or 0x76116D) is unknown color: approx Dark Purple. HEX triplet: 76, 11 and 6D. RGB value is (118,17,109). Sum of RGB (Red+Green+Blue) = 118+17+109=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 17 (7.03% from 255 or 6.97% from 244); Blue value is 109 (42.97% from 255 or 44.67% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76116D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76116D is #89EE92. Grayscale: #393939. Windows color (decimal): -9039507 or 7147894. OLE color: 7147894.

HSL color Cylindrical-coordinate representation of color #76116D: hue angle of 305.35º 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 #76116D is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11817109-
CMYK00.860.080.54
HSL305.35º74.81%26.47%-
HSV(B)305.35º85.59%46.27%-
XYZ10.435.3614.95-
YUV57.69156.96171.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 17 (7.03% from 255) = 6.97%
BLUE value IS 109 (42.97% from 255) = 44.67%
R=48.36%
G=6.97%
B=44.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181710900.860.080.54305.3574.8126.47
Hex76116D0568361314b1a
Octal166211550126106646111332
Binary1110110100011101101010101101000110110100110001100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76116D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76116D; }

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

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

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

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

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

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

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

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