#842A7F

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

Shades of Dark Purple #842A7F

Tints of Dark Purple #842A7F

Color information

#842A7F (or 0x842A7F) is unknown color: approx Dark Purple. HEX triplet: 84, 2A and 7F. RGB value is (132,42,127). Sum of RGB (Red+Green+Blue) = 132+42+127=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #842A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842A7F is #7BD580. Grayscale: #4E4E4E. Windows color (decimal): -8115585 or 8333956. OLE color: 8333956.

HSL color Cylindrical-coordinate representation of color #842A7F: hue angle of 303.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #842A7F is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB13242127-
CMYK00.680.040.48
HSL303.33º51.72%34.12%-
HSV(B)303.33º68.18%51.76%-
XYZ14.178.0920.89-
YUV78.6155.32166.09-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.85%
GREEN value IS 42 (16.80% from 255) = 13.95%
BLUE value IS 127 (50% from 255) = 42.19%
R=43.85%
G=13.95%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324212700.680.040.48303.3351.7234.12
Hex842A7F04443012f3422
Octal2045217701044604576442
Binary10000100101010111111101000100100110000100101111110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842A7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842A7F; }

 p { color: rgb(132,42,127); }

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

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

 a { background-color: rgb(132,42,127); }

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

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

 span { border-color: rgb(132,42,127); }

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