#841382

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

Shades of Dark Purple #841382

Tints of Dark Purple #841382

Color information

#841382 (or 0x841382) is unknown color: approx Dark Purple. HEX triplet: 84, 13 and 82. RGB value is (132,19,130). Sum of RGB (Red+Green+Blue) = 132+19+130=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 19 (7.81% from 255 or 6.76% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #841382 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841382 is #7BEC7D. Grayscale: #414141. Windows color (decimal): -8121470 or 8524676. OLE color: 8524676.

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

Color convert

RGB13219130-
CMYK00.860.020.48
HSL301.06º74.83%29.61%-
HSV(B)301.06º85.61%51.76%-
XYZ13.786.9821.74-
YUV65.44164.44175.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 19 (7.81% from 255) = 6.76%
BLUE value IS 130 (51.17% from 255) = 46.26%
R=46.98%
G=6.76%
B=46.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321913000.860.020.48301.0674.8329.61
Hex84138205623012d4b1e
Octal20423202012626045511336
Binary1000010010011100000100101011010110000100101101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841382; }

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

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

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

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

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

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

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

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