#80376D

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

Shades of Dark Purple #80376D

Tints of Dark Purple #80376D

Color information

#80376D (or 0x80376D) is unknown color: approx Dark Purple. HEX triplet: 80, 37 and 6D. RGB value is (128,55,109). Sum of RGB (Red+Green+Blue) = 128+55+109=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 109 (42.97% from 255 or 37.33% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #80376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80376D is #7FC892. Grayscale: #525252. Windows color (decimal): -8374419 or 7157632. OLE color: 7157632.

HSL color Cylindrical-coordinate representation of color #80376D: hue angle of 315.62º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #80376D is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB12855109-
CMYK00.570.150.50
HSL315.62º39.89%35.88%-
HSV(B)315.62º57.03%50.2%-
XYZ13.038.4315.41-
YUV82.98142.68160.11-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.84%
GREEN value IS 55 (21.88% from 255) = 18.84%
BLUE value IS 109 (42.97% from 255) = 37.33%
R=43.84%
G=18.84%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.15
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285510900.570.150.50315.6239.8935.88
Hex80376D039F3213c2824
Octal2006715507117624745044
Binary10000000110111110110101110011111110010100111100101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,55,109); }

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

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

 a { background-color: rgb(128,55,109); }

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

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

 span { border-color: rgb(128,55,109); }

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