#82356A

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

Shades of Dark Purple #82356A

Tints of Dark Purple #82356A

Color information

#82356A (or 0x82356A) is unknown color: approx Dark Purple. HEX triplet: 82, 35 and 6A. RGB value is (130,53,106). Sum of RGB (Red+Green+Blue) = 130+53+106=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 53 (21.09% from 255 or 18.34% from 289); Blue value is 106 (41.80% from 255 or 36.68% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #82356A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82356A is #7DCA95. Grayscale: #515151. Windows color (decimal): -8243862 or 6960514. OLE color: 6960514.

HSL color Cylindrical-coordinate representation of color #82356A: hue angle of 318.7º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #82356A is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB13053106-
CMYK00.590.180.49
HSL318.7º42.08%35.88%-
HSV(B)318.7º59.23%50.98%-
XYZ13.088.3314.55-
YUV82.06141.51162.19-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.98%
GREEN value IS 53 (21.09% from 255) = 18.34%
BLUE value IS 106 (41.80% from 255) = 36.68%
R=44.98%
G=18.34%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305310600.590.180.49318.742.0835.88
Hex82356A03B123113f2a24
Octal2026515207322614775244
Binary100000101101011101010011101110010110001100111111101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82356A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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