#840D7C

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

Shades of Purple #840D7C

Tints of Purple #840D7C

Color information

#840D7C (or 0x840D7C) is unknown color: approx Purple. HEX triplet: 84, 0D and 7C. RGB value is (132,13,124). Sum of RGB (Red+Green+Blue) = 132+13+124=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 13 (5.47% from 255 or 4.83% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 132 - color contains mainly: red. Hex color #840D7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840D7C is #7BF283. Grayscale: #3C3C3C. Windows color (decimal): -8123012 or 8129924. OLE color: 8129924.

HSL color Cylindrical-coordinate representation of color #840D7C: hue angle of 304.03º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #840D7C is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13213124-
CMYK00.900.060.48
HSL304.03º82.07%28.43%-
HSV(B)304.03º90.15%51.76%-
XYZ13.36.6519.65-
YUV61.24163.42178.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.07%
GREEN value IS 13 (5.47% from 255) = 4.83%
BLUE value IS 124 (48.83% from 255) = 46.10%
R=49.07%
G=4.83%
B=46.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321312400.900.060.48304.0382.0728.43
Hex84D7C05A630130521c
Octal20415174013266046012234
Binary100001001101111110001011010110110000100110000101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840D7C; }

 p { color: rgb(132,13,124); }

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

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

 a { background-color: rgb(132,13,124); }

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

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

 span { border-color: rgb(132,13,124); }

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