#841380

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

Shades of Dark Purple #841380

Tints of Dark Purple #841380

Color information

#841380 (or 0x841380) is unknown color: approx Dark Purple. HEX triplet: 84, 13 and 80. RGB value is (132,19,128). Sum of RGB (Red+Green+Blue) = 132+19+128=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 128 (50.39% from 255 or 45.88% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #841380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841380 is #7BEC7F. Grayscale: #404040. Windows color (decimal): -8121472 or 8393604. OLE color: 8393604.

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

Color convert

RGB13219128-
CMYK00.860.030.48
HSL302.12º74.83%29.61%-
HSV(B)302.12º85.61%51.76%-
XYZ13.646.9321.04-
YUV65.21163.44175.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 19 (7.81% from 255) = 6.81%
BLUE value IS 128 (50.39% from 255) = 45.88%
R=47.31%
G=6.81%
B=45.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321912800.860.030.48302.1274.8329.61
Hex84138005633012e4b1e
Octal20423200012636045611336
Binary1000010010011100000000101011011110000100101110100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841380; }

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

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

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

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

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

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

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

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