#84277C

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

Shades of Dark Purple #84277C

Tints of Dark Purple #84277C

Color information

#84277C (or 0x84277C) is unknown color: approx Dark Purple. HEX triplet: 84, 27 and 7C. RGB value is (132,39,124). Sum of RGB (Red+Green+Blue) = 132+39+124=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #84277C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84277C is #7BD883. Grayscale: #4C4C4C. Windows color (decimal): -8116356 or 8136580. OLE color: 8136580.

HSL color Cylindrical-coordinate representation of color #84277C: hue angle of 305.16º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #84277C is Cyan = 0, Magento = 0.70, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13239124-
CMYK00.700.060.48
HSL305.16º54.39%33.53%-
HSV(B)305.16º70.45%51.76%-
XYZ13.887.8119.85-
YUV76.5154.81167.59-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 39 (15.62% from 255) = 13.22%
BLUE value IS 124 (48.83% from 255) = 42.03%
R=44.75%
G=13.22%
B=42.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323912400.700.060.48305.1654.3933.53
Hex84277C0466301313622
Octal2044717401066604616642
Binary10000100100111111110001000110110110000100110001110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84277C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84277C; }

 p { color: rgb(132,39,124); }

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

<style>
 a { background-color: #84277C; }

 a { background-color: rgb(132,39,124); }

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

<style>
 span { border-color: #84277C; }

 span { border-color: rgb(132,39,124); }

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