#80317C

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

Shades of Dark Purple #80317C

Tints of Dark Purple #80317C

Color information

#80317C (or 0x80317C) is unknown color: approx Dark Purple. HEX triplet: 80, 31 and 7C. RGB value is (128,49,124). Sum of RGB (Red+Green+Blue) = 128+49+124=301 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.52% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 124 (48.83% from 255 or 41.20% from 301); Max value from RGB is 128 - color contains mainly: red. Hex color #80317C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80317C is #7FCE83. Grayscale: #505050. Windows color (decimal): -8375940 or 8139136. OLE color: 8139136.

HSL color Cylindrical-coordinate representation of color #80317C: hue angle of 303.04º 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 #80317C is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB12849124-
CMYK00.620.030.50
HSL303.04º44.63%34.71%-
HSV(B)303.04º61.72%50.2%-
XYZ13.648.2419.94-
YUV81.17152.17161.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.52%
GREEN value IS 49 (19.53% from 255) = 16.28%
BLUE value IS 124 (48.83% from 255) = 41.20%
R=42.52%
G=16.28%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1284912400.620.030.50303.0444.6334.71
Hex80317C03E33212f2d23
Octal200611740763624575543
Binary100000001100011111100011111011110010100101111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80317C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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