#76186B

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

Shades of Dark Purple #76186B

Tints of Dark Purple #76186B

Color information

#76186B (or 0x76186B) is unknown color: approx Dark Purple. HEX triplet: 76, 18 and 6B. RGB value is (118,24,107). Sum of RGB (Red+Green+Blue) = 118+24+107=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 24 (9.77% from 255 or 9.64% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76186B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76186B is #89E794. Grayscale: #3D3D3D. Windows color (decimal): -9037717 or 7018614. OLE color: 7018614.

HSL color Cylindrical-coordinate representation of color #76186B: hue angle of 307.02º 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 #76186B is Cyan = 0, Magento = 0.80, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11824107-
CMYK00.800.090.54
HSL307.02º66.2%27.84%-
HSV(B)307.02º79.66%46.27%-
XYZ10.455.5714.43-
YUV61.57153.64168.25-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 24 (9.77% from 255) = 9.64%
BLUE value IS 107 (42.19% from 255) = 42.97%
R=47.39%
G=9.64%
B=42.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182410700.800.090.54307.0266.227.84
Hex76186B050936133421c
Octal166301530120116646310234
Binary1110110110001101011010100001001110110100110011100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76186B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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