#80316E

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

Shades of Dark Purple #80316E

Tints of Dark Purple #80316E

Color information

#80316E (or 0x80316E) is unknown color: approx Dark Purple. HEX triplet: 80, 31 and 6E. RGB value is (128,49,110). Sum of RGB (Red+Green+Blue) = 128+49+110=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 110 (43.36% from 255 or 38.33% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #80316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80316E is #7FCE91. Grayscale: #4F4F4F. Windows color (decimal): -8375954 or 7221632. OLE color: 7221632.

HSL color Cylindrical-coordinate representation of color #80316E: hue angle of 313.67º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #80316E is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB12849110-
CMYK00.620.140.50
HSL313.67º44.63%34.71%-
HSV(B)313.67º61.72%50.2%-
XYZ12.817.9115.6-
YUV79.58145.17162.54-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.60%
GREEN value IS 49 (19.53% from 255) = 17.07%
BLUE value IS 110 (43.36% from 255) = 38.33%
R=44.60%
G=17.07%
B=38.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1284911000.620.140.50313.6744.6334.71
Hex80316E03EE3213a2d23
Octal2006115607616624725543
Binary10000000110001110111001111101110110010100111010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,49,110); }

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

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

 a { background-color: rgb(128,49,110); }

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

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

 span { border-color: rgb(128,49,110); }

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