#840F7C

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

Shades of Purple #840F7C

Tints of Purple #840F7C

Color information

#840F7C (or 0x840F7C) is unknown color: approx Purple. HEX triplet: 84, 0F and 7C. RGB value is (132,15,124). Sum of RGB (Red+Green+Blue) = 132+15+124=271 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.71% from 271); Green value is 15 (6.25% from 255 or 5.54% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 132 - color contains mainly: red. Hex color #840F7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840F7C is #7BF083. Grayscale: #3E3E3E. Windows color (decimal): -8122500 or 8130436. OLE color: 8130436.

HSL color Cylindrical-coordinate representation of color #840F7C: hue angle of 304.1º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840F7C is Cyan = 0, Magento = 0.89, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13215124-
CMYK00.890.060.48
HSL304.1º79.59%28.82%-
HSV(B)304.1º88.64%51.76%-
XYZ13.326.719.66-
YUV62.41162.76177.64-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.71%
GREEN value IS 15 (6.25% from 255) = 5.54%
BLUE value IS 124 (48.83% from 255) = 45.76%
R=48.71%
G=5.54%
B=45.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321512400.890.060.48304.179.5928.82
Hex84F7C059630130501d
Octal20417174013166046012035
Binary100001001111111110001011001110110000100110000101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840F7C; }

 p { color: rgb(132,15,124); }

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

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

 a { background-color: rgb(132,15,124); }

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

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

 span { border-color: rgb(132,15,124); }

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