#840671

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

Shades of Purple #840671

Tints of Purple #840671

Color information

#840671 (or 0x840671) is unknown color: approx Purple. HEX triplet: 84, 06 and 71. RGB value is (132,6,113). Sum of RGB (Red+Green+Blue) = 132+6+113=251 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.59% from 251); Green value is 6 (2.73% from 255 or 2.39% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 132 - color contains mainly: red. Hex color #840671 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840671 is #7BF98E. Grayscale: #373737. Windows color (decimal): -8124815 or 7407236. OLE color: 7407236.

HSL color Cylindrical-coordinate representation of color #840671: hue angle of 309.05º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840671 is Cyan = 0, Magento = 0.95, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB1326113-
CMYK00.950.140.48
HSL309.05º91.3%27.06%-
HSV(B)309.05º95.45%51.76%-
XYZ12.566.2316.16-
YUV55.87160.24182.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 52.59%
GREEN value IS 6 (2.73% from 255) = 2.39%
BLUE value IS 113 (44.53% from 255) = 45.02%
R=52.59%
G=2.39%
B=45.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.14
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132611300.950.140.48309.0591.327.06
Hex8467105FE301355b1b
Octal20461610137166046513333
Binary100001001101110001010111111110110000100110101101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840671; }

 p { color: rgb(132,6,113); }

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

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

 a { background-color: rgb(132,6,113); }

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

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

 span { border-color: rgb(132,6,113); }

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