#82346D

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

Shades of Dark Purple #82346D

Tints of Dark Purple #82346D

Color information

#82346D (or 0x82346D) is unknown color: approx Dark Purple. HEX triplet: 82, 34 and 6D. RGB value is (130,52,109). Sum of RGB (Red+Green+Blue) = 130+52+109=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 52 (20.70% from 255 or 17.87% from 291); Blue value is 109 (42.97% from 255 or 37.46% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #82346D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82346D is #7DCB92. Grayscale: #515151. Windows color (decimal): -8244115 or 7156866. OLE color: 7156866.

HSL color Cylindrical-coordinate representation of color #82346D: hue angle of 316.15º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #82346D is Cyan = 0, Magento = 0.60, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB13052109-
CMYK00.600.160.49
HSL316.15º42.86%35.69%-
HSV(B)316.15º60%50.98%-
XYZ13.198.3115.38-
YUV81.82143.34162.37-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.67%
GREEN value IS 52 (20.70% from 255) = 17.87%
BLUE value IS 109 (42.97% from 255) = 37.46%
R=44.67%
G=17.87%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305210900.600.160.49316.1542.8635.69
Hex82346D03C103113c2b24
Octal2026415507420614745344
Binary100000101101001101101011110010000110001100111100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82346D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82346D; }

 p { color: rgb(130,52,109); }

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

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

 a { background-color: rgb(130,52,109); }

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

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

 span { border-color: rgb(130,52,109); }

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