#84047F

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

Shades of Purple #84047F

Tints of Purple #84047F

Color information

#84047F (or 0x84047F) is unknown color: approx Purple. HEX triplet: 84, 04 and 7F. RGB value is (132,4,127). Sum of RGB (Red+Green+Blue) = 132+4+127=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #84047F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84047F is #7BFB80. Grayscale: #373737. Windows color (decimal): -8125313 or 8324228. OLE color: 8324228.

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

Color convert

RGB1324127-
CMYK00.970.040.48
HSL302.34º94.12%26.67%-
HSV(B)302.34º96.97%51.76%-
XYZ13.396.5220.63-
YUV56.29167.91182-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.19%
GREEN value IS 4 (1.95% from 255) = 1.52%
BLUE value IS 127 (50% from 255) = 48.29%
R=50.19%
G=1.52%
B=48.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132412700.970.040.48302.3494.1226.67
Hex8447F06143012e5e1b
Octal2044177014146045613633
Binary10000100100111111101100001100110000100101110101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84047F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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