#76156E

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

Shades of Dark Purple #76156E

Tints of Dark Purple #76156E

Color information

#76156E (or 0x76156E) is unknown color: approx Dark Purple. HEX triplet: 76, 15 and 6E. RGB value is (118,21,110). Sum of RGB (Red+Green+Blue) = 118+21+110=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 110 (43.36% from 255 or 44.18% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76156E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76156E is #89EA91. Grayscale: #3B3B3B. Windows color (decimal): -9038482 or 7214454. OLE color: 7214454.

HSL color Cylindrical-coordinate representation of color #76156E: hue angle of 304.95º 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 #76156E is Cyan = 0, Magento = 0.82, Yellow = 0.07 and Black (K on CMYK) = 0.54.

Color convert

RGB11821110-
CMYK00.820.070.54
HSL304.95º69.78%27.25%-
HSV(B)304.95º82.2%46.27%-
XYZ10.555.5115.26-
YUV60.15156.14169.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 21 (8.59% from 255) = 8.43%
BLUE value IS 110 (43.36% from 255) = 44.18%
R=47.39%
G=8.43%
B=44.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.07
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182111000.820.070.54304.9569.7827.25
Hex76156E052736131461b
Octal16625156012276646110633
Binary111011010101110111001010010111110110100110001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76156E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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