#840F7E

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

Shades of Purple #840F7E

Tints of Purple #840F7E

Color information

#840F7E (or 0x840F7E) is unknown color: approx Purple. HEX triplet: 84, 0F and 7E. RGB value is (132,15,126). Sum of RGB (Red+Green+Blue) = 132+15+126=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 15 (6.25% from 255 or 5.49% from 273); Blue value is 126 (49.61% from 255 or 46.15% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #840F7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840F7E is #7BF081. Grayscale: #3E3E3E. Windows color (decimal): -8122498 or 8261508. OLE color: 8261508.

HSL color Cylindrical-coordinate representation of color #840F7E: hue angle of 303.08º 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 #840F7E is Cyan = 0, Magento = 0.89, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13215126-
CMYK00.890.050.48
HSL303.08º79.59%28.82%-
HSV(B)303.08º88.64%51.76%-
XYZ13.456.7520.33-
YUV62.64163.76177.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.35%
GREEN value IS 15 (6.25% from 255) = 5.49%
BLUE value IS 126 (49.61% from 255) = 46.15%
R=48.35%
G=5.49%
B=46.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321512600.890.050.48303.0879.5928.82
Hex84F7E05953012f501d
Octal20417176013156045712035
Binary100001001111111111001011001101110000100101111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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