#82317A

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

Shades of Dark Purple #82317A

Tints of Dark Purple #82317A

Color information

#82317A (or 0x82317A) is unknown color: approx Dark Purple. HEX triplet: 82, 31 and 7A. RGB value is (130,49,122). Sum of RGB (Red+Green+Blue) = 130+49+122=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 122 (48.05% from 255 or 40.53% from 301); Max value from RGB is 130 - color contains mainly: red. Hex color #82317A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82317A is #7DCE85. Grayscale: #515151. Windows color (decimal): -8244870 or 8008066. OLE color: 8008066.

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

Color convert

RGB13049122-
CMYK00.620.060.49
HSL305.93º45.25%35.1%-
HSV(B)305.93º62.31%50.98%-
XYZ13.828.3519.3-
YUV81.54150.84162.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.19%
GREEN value IS 49 (19.53% from 255) = 16.28%
BLUE value IS 122 (48.05% from 255) = 40.53%
R=43.19%
G=16.28%
B=40.53%

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
Decimal1304912200.620.060.49305.9345.2535.1
Hex82317A03E6311322d23
Octal202611720766614625543
Binary1000001011000111110100111110110110001100110010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82317A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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