#84057F

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

Shades of Purple #84057F

Tints of Purple #84057F

Color information

#84057F (or 0x84057F) is unknown color: approx Purple. HEX triplet: 84, 05 and 7F. RGB value is (132,5,127). Sum of RGB (Red+Green+Blue) = 132+5+127=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 127 (50% from 255 or 48.11% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #84057F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84057F is #7BFA80. Grayscale: #383838. Windows color (decimal): -8125057 or 8324484. OLE color: 8324484.

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

Color convert

RGB1325127-
CMYK00.960.040.48
HSL302.36º92.7%26.86%-
HSV(B)302.36º96.21%51.76%-
XYZ13.46.5520.64-
YUV56.88167.58181.58-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 1.89%
BLUE value IS 127 (50% from 255) = 48.11%
R=50%
G=1.89%
B=48.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132512700.960.040.48302.3692.726.86
Hex8457F06043012e5d1b
Octal2045177014046045613533
Binary10000100101111111101100000100110000100101110101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84057F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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