#84316A

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

Shades of Dark Purple #84316A

Tints of Dark Purple #84316A

Color information

#84316A (or 0x84316A) is unknown color: approx Dark Purple. HEX triplet: 84, 31 and 6A. RGB value is (132,49,106). Sum of RGB (Red+Green+Blue) = 132+49+106=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 49 (19.53% from 255 or 17.07% from 287); Blue value is 106 (41.80% from 255 or 36.93% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #84316A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84316A is #7BCE95. Grayscale: #505050. Windows color (decimal): -8113814 or 6959492. OLE color: 6959492.

HSL color Cylindrical-coordinate representation of color #84316A: hue angle of 318.8º 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 #84316A is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13249106-
CMYK00.630.200.48
HSL318.8º45.86%35.49%-
HSV(B)318.8º62.88%51.76%-
XYZ13.228.1414.51-
YUV80.32142.5164.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.99%
GREEN value IS 49 (19.53% from 255) = 17.07%
BLUE value IS 106 (41.80% from 255) = 36.93%
R=45.99%
G=17.07%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324910600.630.200.48318.845.8635.49
Hex84316A03F143013f2e23
Octal2046115207724604775643
Binary100001001100011101010011111110100110000100111111101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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