#841877

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

Shades of Dark Purple #841877

Tints of Dark Purple #841877

Color information

#841877 (or 0x841877) is unknown color: approx Dark Purple. HEX triplet: 84, 18 and 77. RGB value is (132,24,119). Sum of RGB (Red+Green+Blue) = 132+24+119=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 24 (9.77% from 255 or 8.73% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #841877 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841877 is #7BE788. Grayscale: #424242. Windows color (decimal): -8120201 or 7805060. OLE color: 7805060.

HSL color Cylindrical-coordinate representation of color #841877: hue angle of 307.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 #841877 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.48.

Color convert

RGB13224119-
CMYK00.820.100.48
HSL307.22º69.23%30.59%-
HSV(B)307.22º81.82%51.76%-
XYZ13.176.8918.09-
YUV67.12157.28174.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48%
GREEN value IS 24 (9.77% from 255) = 8.73%
BLUE value IS 119 (46.88% from 255) = 43.27%
R=48%
G=8.73%
B=43.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.10
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322411900.820.100.48307.2269.2330.59
Hex841877052A30133451f
Octal204301670122126046310537
Binary10000100110001110111010100101010110000100110011100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841877; }

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

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

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

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

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

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

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

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