#80107B

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

Shades of Purple #80107B

Tints of Purple #80107B

Color information

#80107B (or 0x80107B) is unknown color: approx Purple. HEX triplet: 80, 10 and 7B. RGB value is (128,16,123). Sum of RGB (Red+Green+Blue) = 128+16+123=267 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.94% from 267); Green value is 16 (6.64% from 255 or 5.99% from 267); Blue value is 123 (48.44% from 255 or 46.07% from 267); Max value from RGB is 128 - color contains mainly: red. Hex color #80107B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80107B is #7FEF84. Grayscale: #3D3D3D. Windows color (decimal): -8384389 or 8065152. OLE color: 8065152.

HSL color Cylindrical-coordinate representation of color #80107B: hue angle of 302.68º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80107B is Cyan = 0, Magento = 0.88, Yellow = 0.04 and Black (K on CMYK) = 0.50.

Color convert

RGB12816123-
CMYK00.880.040.50
HSL302.68º77.78%28.24%-
HSV(B)302.68º87.5%50.2%-
XYZ12.666.3919.3-
YUV61.69162.61175.3-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.94%
GREEN value IS 16 (6.64% from 255) = 5.99%
BLUE value IS 123 (48.44% from 255) = 46.07%
R=47.94%
G=5.99%
B=46.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281612300.880.040.50302.6877.7828.24
Hex80107B05843212f4e1c
Octal20020173013046245711634
Binary1000000010000111101101011000100110010100101111100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80107B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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