#801D83

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

Shades of Dark Purple #801D83

Tints of Dark Purple #801D83

Color information

#801D83 (or 0x801D83) is unknown color: approx Dark Purple. HEX triplet: 80, 1D and 83. RGB value is (128,29,131). Sum of RGB (Red+Green+Blue) = 128+29+131=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 29 (11.72% from 255 or 10.07% from 288); Blue value is 131 (51.56% from 255 or 45.49% from 288); Max value from RGB is 131 - color contains mainly: blue. Hex color #801D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801D83 is #7FE27C. Grayscale: #454545. Windows color (decimal): -8381053 or 8592768. OLE color: 8592768.

HSL color Cylindrical-coordinate representation of color #801D83: hue angle of 298.24º 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 #801D83 is Cyan = 0.02, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12829131-
CMYK0.020.7800.49
HSL298.24º63.75%31.37%-
HSV(B)298.24º77.86%51.37%-
XYZ13.447.1122.14-
YUV70.23162.3169.21-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 44.44%
GREEN value IS 29 (11.72% from 255) = 10.07%
BLUE value IS 131 (51.56% from 255) = 45.49%
R=44.44%
G=10.07%
B=45.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal128291310.020.7800.49298.2463.7531.37
Hex801D8324E03112a401f
Octal20035203211606145210037
Binary1000000011101100000111010011100110001100101010100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,29,131); }

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

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

 a { background-color: rgb(128,29,131); }

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

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

 span { border-color: rgb(128,29,131); }

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