#843373

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

Shades of Dark Purple #843373

Tints of Dark Purple #843373

Color information

#843373 (or 0x843373) is unknown color: approx Dark Purple. HEX triplet: 84, 33 and 73. RGB value is (132,51,115). Sum of RGB (Red+Green+Blue) = 132+51+115=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 51 (20.31% from 255 or 17.11% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 132 - color contains mainly: red. Hex color #843373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843373 is #7BCC8C. Grayscale: #525252. Windows color (decimal): -8113293 or 7549828. OLE color: 7549828.

HSL color Cylindrical-coordinate representation of color #843373: hue angle of 312.59º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #843373 is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB13251115-
CMYK00.610.130.48
HSL312.59º44.26%35.88%-
HSV(B)312.59º61.36%51.76%-
XYZ13.798.5117.14-
YUV82.52146.34163.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.30%
GREEN value IS 51 (20.31% from 255) = 17.11%
BLUE value IS 115 (45.31% from 255) = 38.59%
R=44.30%
G=17.11%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1325111500.610.130.48312.5944.2635.88
Hex84337303DD301392c24
Octal2046316307515604715444
Binary10000100110011111001101111011101110000100111001101100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843373; }

 p { color: rgb(132,51,115); }

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

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

 a { background-color: rgb(132,51,115); }

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

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

 span { border-color: rgb(132,51,115); }

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