#80126C

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

Shades of Dark Purple #80126C

Tints of Dark Purple #80126C

Color information

#80126C (or 0x80126C) is unknown color: approx Dark Purple. HEX triplet: 80, 12 and 6C. RGB value is (128,18,108). Sum of RGB (Red+Green+Blue) = 128+18+108=254 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50.39% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 108 (42.58% from 255 or 42.52% from 254); Max value from RGB is 128 - color contains mainly: red. Hex color #80126C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80126C is #7FED93. Grayscale: #3C3C3C. Windows color (decimal): -8383892 or 7082624. OLE color: 7082624.

HSL color Cylindrical-coordinate representation of color #80126C: hue angle of 310.91º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80126C is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB12818108-
CMYK00.860.160.50
HSL310.91º75.34%28.63%-
HSV(B)310.91º85.94%50.2%-
XYZ11.836.114.74-
YUV61.15154.44175.68-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 50.39%
GREEN value IS 18 (7.42% from 255) = 7.09%
BLUE value IS 108 (42.58% from 255) = 42.52%
R=50.39%
G=7.09%
B=42.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281810800.860.160.50310.9175.3428.63
Hex80126C05610321374b1d
Octal200221540126206246711335
Binary100000001001011011000101011010000110010100110111100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80126C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,18,108); }

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

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

 a { background-color: rgb(128,18,108); }

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

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

 span { border-color: rgb(128,18,108); }

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