#842C69

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

Shades of Dark Purple #842C69

Tints of Dark Purple #842C69

Color information

#842C69 (or 0x842C69) is unknown color: approx Dark Purple. HEX triplet: 84, 2C and 69. RGB value is (132,44,105). Sum of RGB (Red+Green+Blue) = 132+44+105=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 44 (17.58% from 255 or 15.66% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #842C69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842C69 is #7BD396. Grayscale: #4D4D4D. Windows color (decimal): -8115095 or 6892676. OLE color: 6892676.

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

Color convert

RGB13244105-
CMYK00.670.200.48
HSL318.41º50%34.51%-
HSV(B)318.41º66.67%51.76%-
XYZ12.977.7314.17-
YUV77.27143.65167.04-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 44 (17.58% from 255) = 15.66%
BLUE value IS 105 (41.41% from 255) = 37.37%
R=46.98%
G=15.66%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324410500.670.200.48318.415034.51
Hex842C69043143013e3223
Octal20454151010324604766243
Binary1000010010110011010010100001110100110000100111110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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