#843168

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

Shades of Dark Purple #843168

Tints of Dark Purple #843168

Color information

#843168 (or 0x843168) is unknown color: approx Dark Purple. HEX triplet: 84, 31 and 68. RGB value is (132,49,104). Sum of RGB (Red+Green+Blue) = 132+49+104=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 104 (41.02% from 255 or 36.49% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #843168 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #843168 is #7BCE97. Grayscale: #4F4F4F. Windows color (decimal): -8113816 or 6828420. OLE color: 6828420.

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

Color convert

RGB13249104-
CMYK00.630.210.48
HSL320.24º45.86%35.49%-
HSV(B)320.24º62.88%51.76%-
XYZ13.118.113.97-
YUV80.09141.5165.03-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 49 (19.53% from 255) = 17.19%
BLUE value IS 104 (41.02% from 255) = 36.49%
R=46.32%
G=17.19%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324910400.630.210.48320.2445.8635.49
Hex84316803F15301402e23
Octal2046115007725605005643
Binary100001001100011101000011111110101110000101000000101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843168; }

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

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

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

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

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

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

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

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