#80317B

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

Shades of Dark Purple #80317B

Tints of Dark Purple #80317B

Color information

#80317B (or 0x80317B) is unknown color: approx Dark Purple. HEX triplet: 80, 31 and 7B. RGB value is (128,49,123). Sum of RGB (Red+Green+Blue) = 128+49+123=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 123 (48.44% from 255 or 41% from 300); Max value from RGB is 128 - color contains mainly: red. Hex color #80317B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80317B is #7FCE84. Grayscale: #505050. Windows color (decimal): -8375941 or 8073600. OLE color: 8073600.

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

Color convert

RGB12849123-
CMYK00.620.040.50
HSL303.8º44.63%34.71%-
HSV(B)303.8º61.72%50.2%-
XYZ13.588.2219.61-
YUV81.06151.67161.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.67%
GREEN value IS 49 (19.53% from 255) = 16.33%
BLUE value IS 123 (48.44% from 255) = 41%
R=42.67%
G=16.33%
B=41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1284912300.620.040.50303.844.6334.71
Hex80317B03E4321302d23
Octal200611730764624605543
Binary1000000011000111110110111110100110010100110000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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