#80016B

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

Shades of Purple #80016B

Tints of Purple #80016B

Color information

#80016B (or 0x80016B) is unknown color: approx Purple. HEX triplet: 80, 01 and 6B. RGB value is (128,1,107). Sum of RGB (Red+Green+Blue) = 128+1+107=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #80016B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80016B is #7FFE94. Grayscale: #323232. Windows color (decimal): -8388245 or 7012736. OLE color: 7012736.

HSL color Cylindrical-coordinate representation of color #80016B: hue angle of 309.92º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80016B is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB1281107-
CMYK00.990.160.50
HSL309.92º98.45%25.29%-
HSV(B)309.92º99.22%50.2%-
XYZ11.575.6714.4-
YUV51.06159.58182.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 54.24%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 107 (42.19% from 255) = 45.34%
R=54.24%
G=0.42%
B=45.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128110700.990.160.50309.9298.4525.29
Hex8016B06310321366219
Octal20011530143206246614231
Binary10000000111010110110001110000110010100110110110001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,1,107); }

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

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

 a { background-color: rgb(128,1,107); }

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

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

 span { border-color: rgb(128,1,107); }

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