#841276

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

Shades of Dark Purple #841276

Tints of Dark Purple #841276

Color information

#841276 (or 0x841276) is unknown color: approx Dark Purple. HEX triplet: 84, 12 and 76. RGB value is (132,18,118). Sum of RGB (Red+Green+Blue) = 132+18+118=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 118 (46.48% from 255 or 44.03% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #841276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #841276 is #7BED89. Grayscale: #3F3F3F. Windows color (decimal): -8121738 or 7737988. OLE color: 7737988.

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

Color convert

RGB13218118-
CMYK00.860.110.48
HSL307.37º76%29.41%-
HSV(B)307.37º86.36%51.76%-
XYZ136.6517.74-
YUV63.49158.77176.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.25%
GREEN value IS 18 (7.42% from 255) = 6.72%
BLUE value IS 118 (46.48% from 255) = 44.03%
R=49.25%
G=6.72%
B=44.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321811800.860.110.48307.377629.41
Hex841276056B301334c1d
Octal204221660126136046311435
Binary10000100100101110110010101101011110000100110011100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841276; }

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

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

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

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

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

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

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

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