#76156B

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

Shades of Dark Purple #76156B

Tints of Dark Purple #76156B

Color information

#76156B (or 0x76156B) is unknown color: approx Dark Purple. HEX triplet: 76, 15 and 6B. RGB value is (118,21,107). Sum of RGB (Red+Green+Blue) = 118+21+107=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 107 (42.19% from 255 or 43.50% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76156B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76156B is #89EA94. Grayscale: #3B3B3B. Windows color (decimal): -9038485 or 7017846. OLE color: 7017846.

HSL color Cylindrical-coordinate representation of color #76156B: hue angle of 306.8º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76156B is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB11821107-
CMYK00.820.090.54
HSL306.8º69.78%27.25%-
HSV(B)306.8º82.2%46.27%-
XYZ10.395.4514.41-
YUV59.81154.64169.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.97%
GREEN value IS 21 (8.59% from 255) = 8.54%
BLUE value IS 107 (42.19% from 255) = 43.50%
R=47.97%
G=8.54%
B=43.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182110700.820.090.54306.869.7827.25
Hex76156B052936133461b
Octal166251530122116646310633
Binary1110110101011101011010100101001110110100110011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76156B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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