#84277F

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

Shades of Dark Purple #84277F

Tints of Dark Purple #84277F

Color information

#84277F (or 0x84277F) is unknown color: approx Dark Purple. HEX triplet: 84, 27 and 7F. RGB value is (132,39,127). Sum of RGB (Red+Green+Blue) = 132+39+127=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 127 (50% from 255 or 42.62% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #84277F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84277F is #7BD880. Grayscale: #4C4C4C. Windows color (decimal): -8116353 or 8333188. OLE color: 8333188.

HSL color Cylindrical-coordinate representation of color #84277F: hue angle of 303.23º 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 #84277F is Cyan = 0, Magento = 0.70, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB13239127-
CMYK00.700.040.48
HSL303.23º54.39%33.53%-
HSV(B)303.23º70.45%51.76%-
XYZ14.077.8920.86-
YUV76.84156.31167.34-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 39 (15.62% from 255) = 13.09%
BLUE value IS 127 (50% from 255) = 42.62%
R=44.30%
G=13.09%
B=42.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323912700.700.040.48303.2354.3933.53
Hex84277F04643012f3622
Octal2044717701064604576642
Binary10000100100111111111101000110100110000100101111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84277F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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