#80236E

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

Shades of Dark Purple #80236E

Tints of Dark Purple #80236E

Color information

#80236E (or 0x80236E) is unknown color: approx Dark Purple. HEX triplet: 80, 23 and 6E. RGB value is (128,35,110). Sum of RGB (Red+Green+Blue) = 128+35+110=273 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.89% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 110 (43.36% from 255 or 40.29% from 273); Max value from RGB is 128 - color contains mainly: red. Hex color #80236E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80236E is #7FDC91. Grayscale: #474747. Windows color (decimal): -8379538 or 7218048. OLE color: 7218048.

HSL color Cylindrical-coordinate representation of color #80236E: hue angle of 311.61º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #80236E is Cyan = 0, Magento = 0.73, Yellow = 0.14 and Black (K on CMYK) = 0.50.

Color convert

RGB12835110-
CMYK00.730.140.50
HSL311.61º57.06%31.96%-
HSV(B)311.61º72.66%50.2%-
XYZ12.326.9215.44-
YUV71.36149.81168.4-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.89%
GREEN value IS 35 (14.06% from 255) = 12.82%
BLUE value IS 110 (43.36% from 255) = 40.29%
R=46.89%
G=12.82%
B=40.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.14
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283511000.730.140.50311.6157.0631.96
Hex80236E049E321383920
Octal20043156011116624707140
Binary100000001000111101110010010011110110010100111000111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80236E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80236E; }

 p { color: rgb(128,35,110); }

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

<style>
 a { background-color: #80236E; }

 a { background-color: rgb(128,35,110); }

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

<style>
 span { border-color: #80236E; }

 span { border-color: rgb(128,35,110); }

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