#80246F

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

Shades of Dark Purple #80246F

Tints of Dark Purple #80246F

Color information

#80246F (or 0x80246F) is unknown color: approx Dark Purple. HEX triplet: 80, 24 and 6F. RGB value is (128,36,111). Sum of RGB (Red+Green+Blue) = 128+36+111=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 36 (14.45% from 255 or 13.09% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 128 - color contains mainly: red. Hex color #80246F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #80246F is #7FDB90. Grayscale: #474747. Windows color (decimal): -8379281 or 7283840. OLE color: 7283840.

HSL color Cylindrical-coordinate representation of color #80246F: hue angle of 311.09º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80246F is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB12836111-
CMYK00.720.130.50
HSL311.09º56.1%32.16%-
HSV(B)311.09º71.88%50.2%-
XYZ12.4715.74-
YUV72.06149.98167.9-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 46.55%
GREEN value IS 36 (14.45% from 255) = 13.09%
BLUE value IS 111 (43.75% from 255) = 40.36%
R=46.55%
G=13.09%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1283611100.720.130.50311.0956.132.16
Hex80246F048D321373820
Octal20044157011015624677040
Binary100000001001001101111010010001101110010100110111111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80246F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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