#841381

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

Shades of Dark Purple #841381

Tints of Dark Purple #841381

Color information

#841381 (or 0x841381) is unknown color: approx Dark Purple. HEX triplet: 84, 13 and 81. RGB value is (132,19,129). Sum of RGB (Red+Green+Blue) = 132+19+129=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 19 (7.81% from 255 or 6.79% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #841381 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841381 is #7BEC7E. Grayscale: #414141. Windows color (decimal): -8121471 or 8459140. OLE color: 8459140.

HSL color Cylindrical-coordinate representation of color #841381: hue angle of 301.59º 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 #841381 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB13219129-
CMYK00.860.020.48
HSL301.59º74.83%29.61%-
HSV(B)301.59º85.61%51.76%-
XYZ13.716.9621.39-
YUV65.33163.94175.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.14%
GREEN value IS 19 (7.81% from 255) = 6.79%
BLUE value IS 129 (50.78% from 255) = 46.07%
R=47.14%
G=6.79%
B=46.07%

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
Decimal1321912900.860.020.48301.5974.8329.61
Hex84138105623012e4b1e
Octal20423201012626045611336
Binary1000010010011100000010101011010110000100101110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841381; }

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

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

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

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

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

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

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

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