#82327A

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

Shades of Dark Purple #82327A

Tints of Dark Purple #82327A

Color information

#82327A (or 0x82327A) is unknown color: approx Dark Purple. HEX triplet: 82, 32 and 7A. RGB value is (130,50,122). Sum of RGB (Red+Green+Blue) = 130+50+122=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 50 (19.92% from 255 or 16.56% from 302); Blue value is 122 (48.05% from 255 or 40.40% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #82327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82327A is #7DCD85. Grayscale: #515151. Windows color (decimal): -8244614 or 8008322. OLE color: 8008322.

HSL color Cylindrical-coordinate representation of color #82327A: hue angle of 306º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #82327A is Cyan = 0, Magento = 0.62, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB13050122-
CMYK00.620.060.49
HSL306º44.44%35.29%-
HSV(B)306º61.54%50.98%-
XYZ13.868.4319.31-
YUV82.13150.5162.15-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.05%
GREEN value IS 50 (19.92% from 255) = 16.56%
BLUE value IS 122 (48.05% from 255) = 40.40%
R=43.05%
G=16.56%
B=40.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305012200.620.060.4930644.4435.29
Hex82327A03E6311322c23
Octal202621720766614625443
Binary1000001011001011110100111110110110001100110010101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82327A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,50,122); }

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

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

 a { background-color: rgb(130,50,122); }

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

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

 span { border-color: rgb(130,50,122); }

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