#80267C

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

Shades of Dark Purple #80267C

Tints of Dark Purple #80267C

Color information

#80267C (or 0x80267C) is unknown color: approx Dark Purple. HEX triplet: 80, 26 and 7C. RGB value is (128,38,124). Sum of RGB (Red+Green+Blue) = 128+38+124=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 124 (48.83% from 255 or 42.76% from 290); Max value from RGB is 128 - color contains mainly: red. Hex color #80267C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80267C is #7FD983. Grayscale: #4A4A4A. Windows color (decimal): -8378756 or 8136320. OLE color: 8136320.

HSL color Cylindrical-coordinate representation of color #80267C: hue angle of 302.67º degrees, saturation: 0.54, 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 #80267C is Cyan = 0, Magento = 0.70, Yellow = 0.03 and Black (K on CMYK) = 0.50.

Color convert

RGB12838124-
CMYK00.700.030.50
HSL302.67º54.22%32.55%-
HSV(B)302.67º70.31%50.2%-
XYZ13.237.4319.81-
YUV74.71155.82166.01-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.14%
GREEN value IS 38 (15.23% from 255) = 13.10%
BLUE value IS 124 (48.83% from 255) = 42.76%
R=44.14%
G=13.10%
B=42.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.03
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283812400.700.030.50302.6754.2232.55
Hex80267C04633212f3621
Octal2004617401063624576641
Binary1000000010011011111000100011011110010100101111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80267C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80267C; }

 p { color: rgb(128,38,124); }

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

<style>
 a { background-color: #80267C; }

 a { background-color: rgb(128,38,124); }

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

<style>
 span { border-color: #80267C; }

 span { border-color: rgb(128,38,124); }

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