#842C67

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

Shades of Dark Purple #842C67

Tints of Dark Purple #842C67

Color information

#842C67 (or 0x842C67) is unknown color: approx Dark Purple. HEX triplet: 84, 2C and 67. RGB value is (132,44,103). Sum of RGB (Red+Green+Blue) = 132+44+103=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 44 (17.58% from 255 or 15.77% from 279); Blue value is 103 (40.62% from 255 or 36.92% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #842C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842C67 is #7BD398. Grayscale: #4C4C4C. Windows color (decimal): -8115097 or 6761604. OLE color: 6761604.

HSL color Cylindrical-coordinate representation of color #842C67: hue angle of 319.77º 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 #842C67 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB13244103-
CMYK00.670.220.48
HSL319.77º50%34.51%-
HSV(B)319.77º66.67%51.76%-
XYZ12.867.6913.64-
YUV77.04142.65167.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 44 (17.58% from 255) = 15.77%
BLUE value IS 103 (40.62% from 255) = 36.92%
R=47.31%
G=15.77%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324410300.670.220.48319.775034.51
Hex842C6704316301403223
Octal20454147010326605006243
Binary1000010010110011001110100001110110110000101000000110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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