#801876

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

Shades of Dark Purple #801876

Tints of Dark Purple #801876

Color information

#801876 (or 0x801876) is unknown color: approx Dark Purple. HEX triplet: 80, 18 and 76. RGB value is (128,24,118). Sum of RGB (Red+Green+Blue) = 128+24+118=270 (35% of max value = 765). Red value is 128 (50.39% from 255 or 47.41% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 128 - color contains mainly: red. Hex color #801876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801876 is #7FE789. Grayscale: #414141. Windows color (decimal): -8382346 or 7739520. OLE color: 7739520.

HSL color Cylindrical-coordinate representation of color #801876: hue angle of 305.77º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #801876 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.50.

Color convert

RGB12824118-
CMYK00.810.080.50
HSL305.77º68.42%29.8%-
HSV(B)305.77º81.25%50.2%-
XYZ12.56.5517.75-
YUV65.81157.46172.36-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 47.41%
GREEN value IS 24 (9.77% from 255) = 8.89%
BLUE value IS 118 (46.48% from 255) = 43.70%
R=47.41%
G=8.89%
B=43.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1282411800.810.080.50305.7768.4229.8
Hex801876051832132441e
Octal200301660121106246210436
Binary10000000110001110110010100011000110010100110010100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801876; }

 p { color: rgb(128,24,118); }

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

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

 a { background-color: rgb(128,24,118); }

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

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

 span { border-color: rgb(128,24,118); }

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