#801C81

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

Shades of Dark Purple #801C81

Tints of Dark Purple #801C81

Color information

#801C81 (or 0x801C81) is unknown color: approx Dark Purple. HEX triplet: 80, 1C and 81. RGB value is (128,28,129). Sum of RGB (Red+Green+Blue) = 128+28+129=285 (37% of max value = 765). Red value is 128 (50.39% from 255 or 44.91% from 285); Green value is 28 (11.33% from 255 or 9.82% from 285); Blue value is 129 (50.78% from 255 or 45.26% from 285); Max value from RGB is 129 - color contains mainly: blue. Hex color #801C81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801C81 is #7FE37E. Grayscale: #454545. Windows color (decimal): -8381311 or 8461440. OLE color: 8461440.

HSL color Cylindrical-coordinate representation of color #801C81: hue angle of 299.41º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #801C81 is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12828129-
CMYK0.010.7800.49
HSL299.41º64.33%30.78%-
HSV(B)299.41º78.29%50.59%-
XYZ13.28721.42-
YUV69.41161.63169.79-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.91%
GREEN value IS 28 (11.33% from 255) = 9.82%
BLUE value IS 129 (50.78% from 255) = 45.26%
R=44.91%
G=9.82%
B=45.26%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128281290.010.7800.49299.4164.3330.78
Hex801C8114E03112b401f
Octal20034201111606145310037
Binary100000001110010000001110011100110001100101011100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #801C81; }

 p { color: rgb(128,28,129); }

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

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

 a { background-color: rgb(128,28,129); }

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

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

 span { border-color: rgb(128,28,129); }

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