#80376F

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

Shades of Dark Purple #80376F

Tints of Dark Purple #80376F

Color information

#80376F (or 0x80376F) is unknown color: approx Dark Purple. HEX triplet: 80, 37 and 6F. RGB value is (128,55,111). Sum of RGB (Red+Green+Blue) = 128+55+111=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 128 - color contains mainly: red. Hex color #80376F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80376F is #7FC890. Grayscale: #535353. Windows color (decimal): -8374417 or 7288704. OLE color: 7288704.

HSL color Cylindrical-coordinate representation of color #80376F: hue angle of 313.97º 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 #80376F is Cyan = 0, Magento = 0.57, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB12855111-
CMYK00.570.130.50
HSL313.97º39.89%35.88%-
HSV(B)313.97º57.03%50.2%-
XYZ13.148.4715.98-
YUV83.21143.68159.95-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.54%
GREEN value IS 55 (21.88% from 255) = 18.71%
BLUE value IS 111 (43.75% from 255) = 37.76%
R=43.54%
G=18.71%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1285511100.570.130.50313.9739.8935.88
Hex80376F039D3213a2824
Octal2006715707115624725044
Binary10000000110111110111101110011101110010100111010101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80376F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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