#842C7A

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

Shades of Dark Purple #842C7A

Tints of Dark Purple #842C7A

Color information

#842C7A (or 0x842C7A) is unknown color: approx Dark Purple. HEX triplet: 84, 2C and 7A. RGB value is (132,44,122). Sum of RGB (Red+Green+Blue) = 132+44+122=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 44 (17.58% from 255 or 14.77% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #842C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842C7A is #7BD385. Grayscale: #4E4E4E. Windows color (decimal): -8115078 or 8006788. OLE color: 8006788.

HSL color Cylindrical-coordinate representation of color #842C7A: hue angle of 306.82º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #842C7A is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.48.

Color convert

RGB13244122-
CMYK00.670.080.48
HSL306.82º50%34.51%-
HSV(B)306.82º66.67%51.76%-
XYZ13.938.1119.24-
YUV79.2152.15165.66-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 44 (17.58% from 255) = 14.77%
BLUE value IS 122 (48.05% from 255) = 40.94%
R=44.30%
G=14.77%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324412200.670.080.48306.825034.51
Hex842C7A0438301333223
Octal20454172010310604636243
Binary100001001011001111010010000111000110000100110011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,44,122); }

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

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

 a { background-color: rgb(132,44,122); }

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

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

 span { border-color: rgb(132,44,122); }

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