#84117F

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

Shades of Purple #84117F

Tints of Purple #84117F

Color information

#84117F (or 0x84117F) is unknown color: approx Purple. HEX triplet: 84, 11 and 7F. RGB value is (132,17,127). Sum of RGB (Red+Green+Blue) = 132+17+127=276 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.83% from 276); Green value is 17 (7.03% from 255 or 6.16% from 276); Blue value is 127 (50% from 255 or 46.01% from 276); Max value from RGB is 132 - color contains mainly: red. Hex color #84117F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84117F is #7BEE80. Grayscale: #3F3F3F. Windows color (decimal): -8121985 or 8327556. OLE color: 8327556.

HSL color Cylindrical-coordinate representation of color #84117F: hue angle of 302.61º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #84117F is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB13217127-
CMYK00.870.040.48
HSL302.61º77.18%29.22%-
HSV(B)302.61º87.12%51.76%-
XYZ13.556.8420.68-
YUV63.92163.6176.56-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.83%
GREEN value IS 17 (7.03% from 255) = 6.16%
BLUE value IS 127 (50% from 255) = 46.01%
R=47.83%
G=6.16%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321712700.870.040.48302.6177.1829.22
Hex84117F05743012f4d1d
Octal20421177012746045711535
Binary1000010010001111111101010111100110000100101111100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84117F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84117F; }

 p { color: rgb(132,17,127); }

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

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

 a { background-color: rgb(132,17,127); }

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

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

 span { border-color: rgb(132,17,127); }

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