#840382

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

Shades of Purple #840382

Tints of Purple #840382

Color information

#840382 (or 0x840382) is unknown color: approx Purple. HEX triplet: 84, 03 and 82. RGB value is (132,3,130). Sum of RGB (Red+Green+Blue) = 132+3+130=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 130 (51.17% from 255 or 49.06% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #840382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840382 is #7BFC7D. Grayscale: #373737. Windows color (decimal): -8125566 or 8520580. OLE color: 8520580.

HSL color Cylindrical-coordinate representation of color #840382: hue angle of 300.93º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #840382 is Cyan = 0, Magento = 0.98, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB1323130-
CMYK00.980.020.48
HSL300.93º95.56%26.47%-
HSV(B)300.93º97.73%51.76%-
XYZ13.586.5821.67-
YUV56.05169.74182.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.81%
GREEN value IS 3 (1.56% from 255) = 1.13%
BLUE value IS 130 (51.17% from 255) = 49.06%
R=49.81%
G=1.13%
B=49.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132313000.980.020.48300.9395.5626.47
Hex8438206223012d601a
Octal2043202014226045514032
Binary1000010011100000100110001010110000100101101110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840382; }

 p { color: rgb(132,3,130); }

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

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

 a { background-color: rgb(132,3,130); }

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

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

 span { border-color: rgb(132,3,130); }

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