#840974

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

Shades of Purple #840974

Tints of Purple #840974

Color information

#840974 (or 0x840974) is unknown color: approx Purple. HEX triplet: 84, 09 and 74. RGB value is (132,9,116). Sum of RGB (Red+Green+Blue) = 132+9+116=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 9 (3.91% from 255 or 3.50% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #840974 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840974 is #7BF68B. Grayscale: #393939. Windows color (decimal): -8124044 or 7604612. OLE color: 7604612.

HSL color Cylindrical-coordinate representation of color #840974: hue angle of 307.8º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #840974 is Cyan = 0, Magento = 0.93, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB1329116-
CMYK00.930.120.48
HSL307.8º87.23%27.65%-
HSV(B)307.8º93.18%51.76%-
XYZ12.776.3617.08-
YUV57.97160.75180.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.36%
GREEN value IS 9 (3.91% from 255) = 3.50%
BLUE value IS 116 (45.70% from 255) = 45.14%
R=51.36%
G=3.50%
B=45.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.12
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132911600.930.120.48307.887.2327.65
Hex8497405DC30134571c
Octal204111640135146046412734
Binary1000010010011110100010111011100110000100110100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840974; }

 p { color: rgb(132,9,116); }

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

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

 a { background-color: rgb(132,9,116); }

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

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

 span { border-color: rgb(132,9,116); }

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