#80117B

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

Shades of Dark Purple #80117B

Tints of Dark Purple #80117B

Color information

#80117B (or 0x80117B) is unknown color: approx Dark Purple. HEX triplet: 80, 11 and 7B. RGB value is (128,17,123). Sum of RGB (Red+Green+Blue) = 128+17+123=268 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.76% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 128 - color contains mainly: red. Hex color #80117B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80117B is #7FEE84. Grayscale: #3D3D3D. Windows color (decimal): -8384133 or 8065408. OLE color: 8065408.

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

Color convert

RGB12817123-
CMYK00.870.040.50
HSL302.7º76.55%28.43%-
HSV(B)302.7º86.72%50.2%-
XYZ12.686.4219.31-
YUV62.27162.27174.88-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.76%
GREEN value IS 17 (7.03% from 255) = 6.34%
BLUE value IS 123 (48.44% from 255) = 45.90%
R=47.76%
G=6.34%
B=45.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1281712300.870.040.50302.776.5528.43
Hex80117B05743212f4d1c
Octal20021173012746245711534
Binary1000000010001111101101010111100110010100101111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80117B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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