#82316B

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

Shades of Dark Purple #82316B

Tints of Dark Purple #82316B

Color information

#82316B (or 0x82316B) is unknown color: approx Dark Purple. HEX triplet: 82, 31 and 6B. RGB value is (130,49,107). Sum of RGB (Red+Green+Blue) = 130+49+107=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 49 (19.53% from 255 or 17.13% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 130 - color contains mainly: red. Hex color #82316B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82316B is #7DCE94. Grayscale: #4F4F4F. Windows color (decimal): -8244885 or 7025026. OLE color: 7025026.

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

Color convert

RGB13049107-
CMYK00.620.180.49
HSL317.04º45.25%35.1%-
HSV(B)317.04º62.31%50.98%-
XYZ12.96814.77-
YUV79.83143.34163.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.45%
GREEN value IS 49 (19.53% from 255) = 17.13%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=45.45%
G=17.13%
B=37.41%

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
Decimal1304910700.620.180.49317.0445.2535.1
Hex82316B03E123113d2d23
Octal2026115307622614755543
Binary100000101100011101011011111010010110001100111101101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82316B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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