#76116F

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

Shades of Dark Purple #76116F

Tints of Dark Purple #76116F

Color information

#76116F (or 0x76116F) is unknown color: approx Dark Purple. HEX triplet: 76, 11 and 6F. RGB value is (118,17,111). Sum of RGB (Red+Green+Blue) = 118+17+111=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 17 (7.03% from 255 or 6.91% from 246); Blue value is 111 (43.75% from 255 or 45.12% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76116F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76116F is #89EE90. Grayscale: #393939. Windows color (decimal): -9039505 or 7278966. OLE color: 7278966.

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

Color convert

RGB11817111-
CMYK00.860.060.54
HSL304.16º74.81%26.47%-
HSV(B)304.16º85.59%46.27%-
XYZ10.545.415.53-
YUV57.91157.96170.86-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.97%
GREEN value IS 17 (7.03% from 255) = 6.91%
BLUE value IS 111 (43.75% from 255) = 45.12%
R=47.97%
G=6.91%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181711100.860.060.54304.1674.8126.47
Hex76116F0566361304b1a
Octal16621157012666646011332
Binary111011010001110111101010110110110110100110000100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76116F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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