#84077E

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

Shades of Purple #84077E

Tints of Purple #84077E

Color information

#84077E (or 0x84077E) is unknown color: approx Purple. HEX triplet: 84, 07 and 7E. RGB value is (132,7,126). Sum of RGB (Red+Green+Blue) = 132+7+126=265 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.81% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 126 (49.61% from 255 or 47.55% from 265); Max value from RGB is 132 - color contains mainly: red. Hex color #84077E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84077E is #7BF881. Grayscale: #393939. Windows color (decimal): -8124546 or 8259460. OLE color: 8259460.

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

Color convert

RGB1327126-
CMYK00.950.050.48
HSL302.88º89.93%27.25%-
HSV(B)302.88º94.7%51.76%-
XYZ13.366.5620.3-
YUV57.94166.41180.82-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.81%
GREEN value IS 7 (3.12% from 255) = 2.64%
BLUE value IS 126 (49.61% from 255) = 47.55%
R=49.81%
G=2.64%
B=47.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132712600.950.050.48302.8889.9327.25
Hex8477E05F53012f5a1b
Octal2047176013756045713233
Binary10000100111111111001011111101110000100101111101101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84077E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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