#80337D

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

Shades of Dark Purple #80337D

Tints of Dark Purple #80337D

Color information

#80337D (or 0x80337D) is unknown color: approx Dark Purple. HEX triplet: 80, 33 and 7D. RGB value is (128,51,125). Sum of RGB (Red+Green+Blue) = 128+51+125=304 (40% of max value = 765). Red value is 128 (50.39% from 255 or 42.11% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 125 (49.22% from 255 or 41.12% from 304); Max value from RGB is 128 - color contains mainly: red. Hex color #80337D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80337D is #7FCC82. Grayscale: #525252. Windows color (decimal): -8375427 or 8205184. OLE color: 8205184.

HSL color Cylindrical-coordinate representation of color #80337D: hue angle of 302.34º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #80337D is Cyan = 0, Magento = 0.60, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB12851125-
CMYK00.600.020.50
HSL302.34º43.02%35.1%-
HSV(B)302.34º60.16%50.2%-
XYZ13.798.4420.3-
YUV82.46152.01160.48-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 42.11%
GREEN value IS 51 (20.31% from 255) = 16.78%
BLUE value IS 125 (49.22% from 255) = 41.12%
R=42.11%
G=16.78%
B=41.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285112500.600.020.50302.3443.0235.1
Hex80337D03C23212e2b23
Octal200631750742624565343
Binary100000001100111111101011110010110010100101110101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80337D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80337D; }

 p { color: rgb(128,51,125); }

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

<style>
 a { background-color: #80337D; }

 a { background-color: rgb(128,51,125); }

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

<style>
 span { border-color: #80337D; }

 span { border-color: rgb(128,51,125); }

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