#82366B

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

Shades of Dark Purple #82366B

Tints of Dark Purple #82366B

Color information

#82366B (or 0x82366B) is unknown color: approx Dark Purple. HEX triplet: 82, 36 and 6B. RGB value is (130,54,107). Sum of RGB (Red+Green+Blue) = 130+54+107=291 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.67% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 130 - color contains mainly: red. Hex color #82366B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82366B is #7DC994. Grayscale: #525252. Windows color (decimal): -8243605 or 7026306. OLE color: 7026306.

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

Color convert

RGB13054107-
CMYK00.580.180.49
HSL318.16º41.3%36.08%-
HSV(B)318.16º58.46%50.98%-
XYZ13.188.4514.85-
YUV82.77141.68161.69-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.67%
GREEN value IS 54 (21.48% from 255) = 18.56%
BLUE value IS 107 (42.19% from 255) = 36.77%
R=44.67%
G=18.56%
B=36.77%

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
Decimal1305410700.580.180.49318.1641.336.08
Hex82366B03A123113e2924
Octal2026615307222614765144
Binary100000101101101101011011101010010110001100111110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82366B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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