#80267B

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

Shades of Dark Purple #80267B

Tints of Dark Purple #80267B

Color information

#80267B (or 0x80267B) is unknown color: approx Dark Purple. HEX triplet: 80, 26 and 7B. RGB value is (128,38,123). Sum of RGB (Red+Green+Blue) = 128+38+123=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 38 (15.23% from 255 or 13.15% from 289); Blue value is 123 (48.44% from 255 or 42.56% from 289); Max value from RGB is 128 - color contains mainly: red. Hex color #80267B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80267B is #7FD984. Grayscale: #4A4A4A. Windows color (decimal): -8378757 or 8070784. OLE color: 8070784.

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

Color convert

RGB12838123-
CMYK00.700.040.50
HSL303.33º54.22%32.55%-
HSV(B)303.33º70.31%50.2%-
XYZ13.177.4119.47-
YUV74.6155.32166.09-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.29%
GREEN value IS 38 (15.23% from 255) = 13.15%
BLUE value IS 123 (48.44% from 255) = 42.56%
R=44.29%
G=13.15%
B=42.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283812300.700.040.50303.3354.2232.55
Hex80267B04643212f3621
Octal2004617301064624576641
Binary10000000100110111101101000110100110010100101111110110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80267B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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