#82317B

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

Shades of Dark Purple #82317B

Tints of Dark Purple #82317B

Color information

#82317B (or 0x82317B) is unknown color: approx Dark Purple. HEX triplet: 82, 31 and 7B. RGB value is (130,49,123). Sum of RGB (Red+Green+Blue) = 130+49+123=302 (40% of max value = 765). Red value is 130 (51.17% from 255 or 43.05% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 130 - color contains mainly: red. Hex color #82317B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82317B is #7DCE84. Grayscale: #515151. Windows color (decimal): -8244869 or 8073602. OLE color: 8073602.

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

Color convert

RGB13049123-
CMYK00.620.050.49
HSL305.19º45.25%35.1%-
HSV(B)305.19º62.31%50.98%-
XYZ13.888.3719.62-
YUV81.66151.34162.48-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.05%
GREEN value IS 49 (19.53% from 255) = 16.23%
BLUE value IS 123 (48.44% from 255) = 40.73%
R=43.05%
G=16.23%
B=40.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1304912300.620.050.49305.1945.2535.1
Hex82317B03E5311312d23
Octal202611730765614615543
Binary1000001011000111110110111110101110001100110001101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82317B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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