#84316C

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

Shades of Dark Purple #84316C

Tints of Dark Purple #84316C

Color information

#84316C (or 0x84316C) is unknown color: approx Dark Purple. HEX triplet: 84, 31 and 6C. RGB value is (132,49,108). Sum of RGB (Red+Green+Blue) = 132+49+108=289 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.67% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 108 (42.58% from 255 or 37.37% from 289); Max value from RGB is 132 - color contains mainly: red. Hex color #84316C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84316C is #7BCE93. Grayscale: #505050. Windows color (decimal): -8113812 or 7090564. OLE color: 7090564.

HSL color Cylindrical-coordinate representation of color #84316C: hue angle of 317.35º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #84316C is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB13249108-
CMYK00.630.180.48
HSL317.35º45.86%35.49%-
HSV(B)317.35º62.88%51.76%-
XYZ13.328.1815.07-
YUV80.54143.5164.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.67%
GREEN value IS 49 (19.53% from 255) = 16.96%
BLUE value IS 108 (42.58% from 255) = 37.37%
R=45.67%
G=16.96%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324910800.630.180.48317.3545.8635.49
Hex84316C03F123013d2e23
Octal2046115407722604755643
Binary100001001100011101100011111110010110000100111101101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84316C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,49,108); }

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

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

 a { background-color: rgb(132,49,108); }

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

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

 span { border-color: rgb(132,49,108); }

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