#840678

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

Shades of Purple #840678

Tints of Purple #840678

Color information

#840678 (or 0x840678) is unknown color: approx Purple. HEX triplet: 84, 06 and 78. RGB value is (132,6,120). Sum of RGB (Red+Green+Blue) = 132+6+120=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 6 (2.73% from 255 or 2.33% from 258); Blue value is 120 (47.27% from 255 or 46.51% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #840678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840678 is #7BF987. Grayscale: #383838. Windows color (decimal): -8124808 or 7865988. OLE color: 7865988.

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

Color convert

RGB1326120-
CMYK00.950.090.48
HSL305.71º91.3%27.06%-
HSV(B)305.71º95.45%51.76%-
XYZ12.976.3918.32-
YUV56.67163.74181.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.16%
GREEN value IS 6 (2.73% from 255) = 2.33%
BLUE value IS 120 (47.27% from 255) = 46.51%
R=51.16%
G=2.33%
B=46.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.09
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132612000.950.090.48305.7191.327.06
Hex8467805F9301325b1b
Octal20461700137116046213333
Binary100001001101111000010111111001110000100110010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840678; }

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

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

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

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

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

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

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

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