#80116C

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

Shades of Dark Purple #80116C

Tints of Dark Purple #80116C

Color information

#80116C (or 0x80116C) is unknown color: approx Dark Purple. HEX triplet: 80, 11 and 6C. RGB value is (128,17,108). Sum of RGB (Red+Green+Blue) = 128+17+108=253 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.59% from 253); Green value is 17 (7.03% from 255 or 6.72% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 128 - color contains mainly: red. Hex color #80116C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80116C is #7FEE93. Grayscale: #3C3C3C. Windows color (decimal): -8384148 or 7082368. OLE color: 7082368.

HSL color Cylindrical-coordinate representation of color #80116C: hue angle of 310.81º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #80116C is Cyan = 0, Magento = 0.87, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB12817108-
CMYK00.870.160.50
HSL310.81º76.55%28.43%-
HSV(B)310.81º86.72%50.2%-
XYZ11.816.0714.74-
YUV60.56154.77176.1-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.59%
GREEN value IS 17 (7.03% from 255) = 6.72%
BLUE value IS 108 (42.58% from 255) = 42.69%
R=50.59%
G=6.72%
B=42.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281710800.870.160.50310.8176.5528.43
Hex80116C05710321374d1c
Octal200211540127206246711534
Binary100000001000111011000101011110000110010100110111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80116C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80116C; }

 p { color: rgb(128,17,108); }

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

<style>
 a { background-color: #80116C; }

 a { background-color: rgb(128,17,108); }

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

<style>
 span { border-color: #80116C; }

 span { border-color: rgb(128,17,108); }

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