#84107E

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

Shades of Purple #84107E

Tints of Purple #84107E

Color information

#84107E (or 0x84107E) is unknown color: approx Purple. HEX triplet: 84, 10 and 7E. RGB value is (132,16,126). Sum of RGB (Red+Green+Blue) = 132+16+126=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 16 (6.64% from 255 or 5.84% from 274); Blue value is 126 (49.61% from 255 or 45.99% from 274); Max value from RGB is 132 - color contains mainly: red. Hex color #84107E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84107E is #7BEF81. Grayscale: #3E3E3E. Windows color (decimal): -8122242 or 8261764. OLE color: 8261764.

HSL color Cylindrical-coordinate representation of color #84107E: hue angle of 303.1º degrees, saturation: 0.78, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #84107E is Cyan = 0, Magento = 0.88, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13216126-
CMYK00.880.050.48
HSL303.1º78.38%29.02%-
HSV(B)303.1º87.88%51.76%-
XYZ13.476.7820.34-
YUV63.22163.43177.06-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.18%
GREEN value IS 16 (6.64% from 255) = 5.84%
BLUE value IS 126 (49.61% from 255) = 45.99%
R=48.18%
G=5.84%
B=45.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321612600.880.050.48303.178.3829.02
Hex84107E05853012f4e1d
Octal20420176013056045711635
Binary1000010010000111111001011000101110000100101111100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84107E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84107E; }

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

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

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

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

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

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

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

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