#82346A

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

Shades of Dark Purple #82346A

Tints of Dark Purple #82346A

Color information

#82346A (or 0x82346A) is unknown color: approx Dark Purple. HEX triplet: 82, 34 and 6A. RGB value is (130,52,106). Sum of RGB (Red+Green+Blue) = 130+52+106=288 (38% of max value = 765). Red value is 130 (51.17% from 255 or 45.14% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 130 - color contains mainly: red. Hex color #82346A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82346A is #7DCB95. Grayscale: #515151. Windows color (decimal): -8244118 or 6960258. OLE color: 6960258.

HSL color Cylindrical-coordinate representation of color #82346A: hue angle of 318.46º 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 #82346A is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB13052106-
CMYK00.600.180.49
HSL318.46º42.86%35.69%-
HSV(B)318.46º60%50.98%-
XYZ13.048.2414.54-
YUV81.48141.84162.61-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.14%
GREEN value IS 52 (20.70% from 255) = 18.06%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=45.14%
G=18.06%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305210600.600.180.49318.4642.8635.69
Hex82346A03C123113e2b24
Octal2026415207422614765344
Binary100000101101001101010011110010010110001100111110101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82346A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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