#82376D

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

Shades of Dark Purple #82376D

Tints of Dark Purple #82376D

Color information

#82376D (or 0x82376D) is unknown color: approx Dark Purple. HEX triplet: 82, 37 and 6D. RGB value is (130,55,109). Sum of RGB (Red+Green+Blue) = 130+55+109=294 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.22% from 294); Green value is 55 (21.88% from 255 or 18.71% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 130 - color contains mainly: red. Hex color #82376D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82376D is #7DC892. Grayscale: #535353. Windows color (decimal): -8243347 or 7157634. OLE color: 7157634.

HSL color Cylindrical-coordinate representation of color #82376D: hue angle of 316.8º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #82376D is Cyan = 0, Magento = 0.58, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB13055109-
CMYK00.580.160.49
HSL316.8º40.54%36.27%-
HSV(B)316.8º57.69%50.98%-
XYZ13.338.5815.42-
YUV83.58142.35161.11-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.22%
GREEN value IS 55 (21.88% from 255) = 18.71%
BLUE value IS 109 (42.97% from 255) = 37.07%
R=44.22%
G=18.71%
B=37.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305510900.580.160.49316.840.5436.27
Hex82376D03A103113d2924
Octal2026715507220614755144
Binary100000101101111101101011101010000110001100111101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82376D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #82376D; }

 p { color: rgb(130,55,109); }

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

<style>
 a { background-color: #82376D; }

 a { background-color: rgb(130,55,109); }

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

<style>
 span { border-color: #82376D; }

 span { border-color: rgb(130,55,109); }

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