#801F84

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

Shades of Dark Purple #801F84

Tints of Dark Purple #801F84

Color information

#801F84 (or 0x801F84) is unknown color: approx Dark Purple. HEX triplet: 80, 1F and 84. RGB value is (128,31,132). Sum of RGB (Red+Green+Blue) = 128+31+132=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 132 (51.95% from 255 or 45.36% from 291); Max value from RGB is 132 - color contains mainly: blue. Hex color #801F84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #801F84 is #7FE07B. Grayscale: #474747. Windows color (decimal): -8380540 or 8658816. OLE color: 8658816.

HSL color Cylindrical-coordinate representation of color #801F84: hue angle of 297.62º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #801F84 is Cyan = 0.03, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12831132-
CMYK0.030.7700.48
HSL297.62º61.96%31.96%-
HSV(B)297.62º76.52%51.76%-
XYZ13.567.2422.51-
YUV71.52162.14168.29-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 43.99%
GREEN value IS 31 (12.5% from 255) = 10.65%
BLUE value IS 132 (51.95% from 255) = 45.36%
R=43.99%
G=10.65%
B=45.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal128311320.030.7700.48297.6261.9631.96
Hex801F8434D03012a3e20
Octal2003720431150604527640
Binary1000000011111100001001110011010110000100101010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #801F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,31,132); }

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

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

 a { background-color: rgb(128,31,132); }

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

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

 span { border-color: rgb(128,31,132); }

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