#841279

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

Shades of Dark Purple #841279

Tints of Dark Purple #841279

Color information

#841279 (or 0x841279) is unknown color: approx Dark Purple. HEX triplet: 84, 12 and 79. RGB value is (132,18,121). Sum of RGB (Red+Green+Blue) = 132+18+121=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 18 (7.42% from 255 or 6.64% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #841279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841279 is #7BED86. Grayscale: #3F3F3F. Windows color (decimal): -8121735 or 7934596. OLE color: 7934596.

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

Color convert

RGB13218121-
CMYK00.860.080.48
HSL305.79º76%29.41%-
HSV(B)305.79º86.36%51.76%-
XYZ13.186.7218.69-
YUV63.83160.27176.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 18 (7.42% from 255) = 6.64%
BLUE value IS 121 (47.66% from 255) = 44.65%
R=48.71%
G=6.64%
B=44.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321812100.860.080.48305.797629.41
Hex8412790568301324c1d
Octal204221710126106046211435
Binary10000100100101111001010101101000110000100110010100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841279; }

 p { color: rgb(132,18,121); }

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

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

 a { background-color: rgb(132,18,121); }

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

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

 span { border-color: rgb(132,18,121); }

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