#82316A

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

Shades of Dark Purple #82316A

Tints of Dark Purple #82316A

Color information

#82316A (or 0x82316A) is unknown color: approx Dark Purple. HEX triplet: 82, 31 and 6A. RGB value is (130,49,106). Sum of RGB (Red+Green+Blue) = 130+49+106=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 49 (19.53% from 255 or 17.19% from 285); Blue value is 106 (41.80% from 255 or 37.19% from 285); Max value from RGB is 130 - color contains mainly: red. Hex color #82316A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82316A is #7DCE95. Grayscale: #4F4F4F. Windows color (decimal): -8244886 or 6959490. OLE color: 6959490.

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

Color convert

RGB13049106-
CMYK00.620.180.49
HSL317.78º45.25%35.1%-
HSV(B)317.78º62.31%50.98%-
XYZ12.917.9814.5-
YUV79.72142.84163.87-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.61%
GREEN value IS 49 (19.53% from 255) = 17.19%
BLUE value IS 106 (41.80% from 255) = 37.19%
R=45.61%
G=17.19%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304910600.620.180.49317.7845.2535.1
Hex82316A03E123113e2d23
Octal2026115207622614765543
Binary100000101100011101010011111010010110001100111110101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82316A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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