#76186A

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

Shades of Dark Purple #76186A

Tints of Dark Purple #76186A

Color information

#76186A (or 0x76186A) is unknown color: approx Dark Purple. HEX triplet: 76, 18 and 6A. RGB value is (118,24,106). Sum of RGB (Red+Green+Blue) = 118+24+106=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 106 (41.80% from 255 or 42.74% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76186A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76186A is #89E795. Grayscale: #3D3D3D. Windows color (decimal): -9037718 or 6953078. OLE color: 6953078.

HSL color Cylindrical-coordinate representation of color #76186A: hue angle of 307.66º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76186A is Cyan = 0, Magento = 0.80, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB11824106-
CMYK00.800.100.54
HSL307.66º66.2%27.84%-
HSV(B)307.66º79.66%46.27%-
XYZ10.45.5514.16-
YUV61.45153.14168.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 24 (9.77% from 255) = 9.68%
BLUE value IS 106 (41.80% from 255) = 42.74%
R=47.58%
G=9.68%
B=42.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182410600.800.100.54307.6666.227.84
Hex76186A050A36134421c
Octal166301520120126646410234
Binary1110110110001101010010100001010110110100110100100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76186A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76186A; }

 p { color: rgb(118,24,106); }

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

<style>
 a { background-color: #76186A; }

 a { background-color: rgb(118,24,106); }

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

<style>
 span { border-color: #76186A; }

 span { border-color: rgb(118,24,106); }

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