#842b7c

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

Shades of Dark Purple #842B7C

Tints of Dark Purple #842B7C

Color information

#842B7C (or 0x842B7C) is unknown color: approx Dark Purple. HEX triplet: 84, 2B and 7C. RGB value is (132,43,124). Sum of RGB (Red+Green+Blue) = 132+43+124=299 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.15% from 299); Green value is 43 (17.19% from 255 or 14.38% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 132 - color contains mainly: red. Hex color #842B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842B7C is #7BD483. Grayscale: #4E4E4E. Windows color (decimal): -8115332 or 8137604. OLE color: 8137604.

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

Color convert

RGB13243124-
CMYK00.670.060.48
HSL305.39º50.86%34.31%-
HSV(B)305.39º67.42%51.76%-
XYZ14.028.0919.89-
YUV78.84153.49165.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.15%
GREEN value IS 43 (17.19% from 255) = 14.38%
BLUE value IS 124 (48.83% from 255) = 41.47%
R=44.15%
G=14.38%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324312400.670.060.48305.3950.8634.31
Hex842B7C0436301313322
Octal2045317401036604616342
Binary10000100101011111110001000011110110000100110001110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842b7c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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