#842781

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

Shades of Dark Purple #842781

Tints of Dark Purple #842781

Color information

#842781 (or 0x842781) is unknown color: approx Dark Purple. HEX triplet: 84, 27 and 81. RGB value is (132,39,129). Sum of RGB (Red+Green+Blue) = 132+39+129=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 129 (50.78% from 255 or 43% from 300); Max value from RGB is 132 - color contains mainly: red. Hex color #842781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842781 is #7BD87E. Grayscale: #4C4C4C. Windows color (decimal): -8116351 or 8464260. OLE color: 8464260.

HSL color Cylindrical-coordinate representation of color #842781: hue angle of 301.94º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842781 is Cyan = 0, Magento = 0.70, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB13239129-
CMYK00.700.020.48
HSL301.94º54.39%33.53%-
HSV(B)301.94º70.45%51.76%-
XYZ14.27.9421.55-
YUV77.07157.31167.18-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44%
GREEN value IS 39 (15.62% from 255) = 13%
BLUE value IS 129 (50.78% from 255) = 43%
R=44%
G=13%
B=43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323912900.700.020.48301.9454.3933.53
Hex84278104623012e3622
Octal2044720101062604566642
Binary10000100100111100000010100011010110000100101110110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842781; }

 p { color: rgb(132,39,129); }

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

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

 a { background-color: rgb(132,39,129); }

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

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

 span { border-color: rgb(132,39,129); }

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