#84316E

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

Shades of Dark Purple #84316E

Tints of Dark Purple #84316E

Color information

#84316E (or 0x84316E) is unknown color: approx Dark Purple. HEX triplet: 84, 31 and 6E. RGB value is (132,49,110). Sum of RGB (Red+Green+Blue) = 132+49+110=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 49 (19.53% from 255 or 16.84% from 291); Blue value is 110 (43.36% from 255 or 37.80% from 291); Max value from RGB is 132 - color contains mainly: red. Hex color #84316E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84316E is #7BCE91. Grayscale: #505050. Windows color (decimal): -8113810 or 7221636. OLE color: 7221636.

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

Color convert

RGB13249110-
CMYK00.630.170.48
HSL315.9º45.86%35.49%-
HSV(B)315.9º62.88%51.76%-
XYZ13.438.2315.63-
YUV80.77144.5164.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.36%
GREEN value IS 49 (19.53% from 255) = 16.84%
BLUE value IS 110 (43.36% from 255) = 37.80%
R=45.36%
G=16.84%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324911000.630.170.48315.945.8635.49
Hex84316E03F113013c2e23
Octal2046115607721604745643
Binary100001001100011101110011111110001110000100111100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84316E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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