#84276E

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

Shades of Dark Purple #84276E

Tints of Dark Purple #84276E

Color information

#84276E (or 0x84276E) is unknown color: approx Dark Purple. HEX triplet: 84, 27 and 6E. RGB value is (132,39,110). Sum of RGB (Red+Green+Blue) = 132+39+110=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 110 (43.36% from 255 or 39.15% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #84276E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84276E is #7BD891. Grayscale: #4A4A4A. Windows color (decimal): -8116370 or 7219076. OLE color: 7219076.

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

Color convert

RGB13239110-
CMYK00.700.170.48
HSL314.19º54.39%33.53%-
HSV(B)314.19º70.45%51.76%-
XYZ13.067.4815.51-
YUV74.9147.81168.73-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 39 (15.62% from 255) = 13.88%
BLUE value IS 110 (43.36% from 255) = 39.15%
R=46.98%
G=13.88%
B=39.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323911000.700.170.48314.1954.3933.53
Hex84276E046113013a3622
Octal20447156010621604726642
Binary1000010010011111011100100011010001110000100111010110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84276E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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