#80277D

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

Shades of Dark Purple #80277D

Tints of Dark Purple #80277D

Color information

#80277D (or 0x80277D) is unknown color: approx Dark Purple. HEX triplet: 80, 27 and 7D. RGB value is (128,39,125). Sum of RGB (Red+Green+Blue) = 128+39+125=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 39 (15.62% from 255 or 13.36% from 292); Blue value is 125 (49.22% from 255 or 42.81% from 292); Max value from RGB is 128 - color contains mainly: red. Hex color #80277D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80277D is #7FD882. Grayscale: #4B4B4B. Windows color (decimal): -8378499 or 8202112. OLE color: 8202112.

HSL color Cylindrical-coordinate representation of color #80277D: hue angle of 302.02º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #80277D is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.50.

Color convert

RGB12839125-
CMYK00.700.020.50
HSL302.02º53.29%32.75%-
HSV(B)302.02º69.53%50.2%-
XYZ13.337.5220.15-
YUV75.41155.99165.51-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.84%
GREEN value IS 39 (15.62% from 255) = 13.36%
BLUE value IS 125 (49.22% from 255) = 42.81%
R=43.84%
G=13.36%
B=42.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283912500.700.020.50302.0253.2932.75
Hex80277D04623212e3521
Octal2004717501062624566541
Binary1000000010011111111010100011010110010100101110110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80277D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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