#82376B

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

Shades of Dark Purple #82376B

Tints of Dark Purple #82376B

Color information

#82376B (or 0x82376B) is unknown color: approx Dark Purple. HEX triplet: 82, 37 and 6B. RGB value is (130,55,107). Sum of RGB (Red+Green+Blue) = 130+55+107=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 55 (21.88% from 255 or 18.84% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 130 - color contains mainly: red. Hex color #82376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82376B is #7DC894. Grayscale: #535353. Windows color (decimal): -8243349 or 7026562. OLE color: 7026562.

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

Color convert

RGB13055107-
CMYK00.580.180.49
HSL318.4º40.54%36.27%-
HSV(B)318.4º57.69%50.98%-
XYZ13.238.5414.86-
YUV83.35141.35161.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.52%
GREEN value IS 55 (21.88% from 255) = 18.84%
BLUE value IS 107 (42.19% from 255) = 36.64%
R=44.52%
G=18.84%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305510700.580.180.49318.440.5436.27
Hex82376B03A123113e2924
Octal2026715307222614765144
Binary100000101101111101011011101010010110001100111110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82376B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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