#841880

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

Shades of Dark Purple #841880

Tints of Dark Purple #841880

Color information

#841880 (or 0x841880) is unknown color: approx Dark Purple. HEX triplet: 84, 18 and 80. RGB value is (132,24,128). Sum of RGB (Red+Green+Blue) = 132+24+128=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 24 (9.77% from 255 or 8.45% from 284); Blue value is 128 (50.39% from 255 or 45.07% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #841880 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841880 is #7BE77F. Grayscale: #434343. Windows color (decimal): -8120192 or 8394884. OLE color: 8394884.

HSL color Cylindrical-coordinate representation of color #841880: hue angle of 302.22º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #841880 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB13224128-
CMYK00.820.030.48
HSL302.22º69.23%30.59%-
HSV(B)302.22º81.82%51.76%-
XYZ13.747.1221.07-
YUV68.15161.78173.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.48%
GREEN value IS 24 (9.77% from 255) = 8.45%
BLUE value IS 128 (50.39% from 255) = 45.07%
R=46.48%
G=8.45%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.03
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322412800.820.030.48302.2269.2330.59
Hex84188005233012e451f
Octal20430200012236045610537
Binary1000010011000100000000101001011110000100101110100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841880; }

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

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

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

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

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

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

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

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