#76166F

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

Shades of Dark Purple #76166F

Tints of Dark Purple #76166F

Color information

#76166F (or 0x76166F) is unknown color: approx Dark Purple. HEX triplet: 76, 16 and 6F. RGB value is (118,22,111). Sum of RGB (Red+Green+Blue) = 118+22+111=251 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.01% from 251); Green value is 22 (8.98% from 255 or 8.76% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 118 - color contains mainly: red. Hex color #76166F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76166F is #89E990. Grayscale: #3C3C3C. Windows color (decimal): -9038225 or 7280246. OLE color: 7280246.

HSL color Cylindrical-coordinate representation of color #76166F: hue angle of 304.38º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #76166F is Cyan = 0, Magento = 0.81, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB11822111-
CMYK00.810.060.54
HSL304.38º68.57%27.45%-
HSV(B)304.38º81.36%46.27%-
XYZ10.635.5715.55-
YUV60.85156.3168.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.01%
GREEN value IS 22 (8.98% from 255) = 8.76%
BLUE value IS 111 (43.75% from 255) = 44.22%
R=47.01%
G=8.76%
B=44.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.06
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182211100.810.060.54304.3868.5727.45
Hex76166F051636130451b
Octal16626157012166646010533
Binary111011010110110111101010001110110110100110000100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76166F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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