#82236B

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

Shades of Dark Purple #82236B

Tints of Dark Purple #82236B

Color information

#82236B (or 0x82236B) is unknown color: approx Dark Purple. HEX triplet: 82, 23 and 6B. RGB value is (130,35,107). Sum of RGB (Red+Green+Blue) = 130+35+107=272 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.79% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 107 (42.19% from 255 or 39.34% from 272); Max value from RGB is 130 - color contains mainly: red. Hex color #82236B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82236B is #7DDC94. Grayscale: #474747. Windows color (decimal): -8248469 or 7021442. OLE color: 7021442.

HSL color Cylindrical-coordinate representation of color #82236B: hue angle of 314.53º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #82236B is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB13035107-
CMYK00.730.180.49
HSL314.53º57.58%32.35%-
HSV(B)314.53º73.08%50.98%-
XYZ12.467.0114.61-
YUV71.61147.97169.65-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.79%
GREEN value IS 35 (14.06% from 255) = 12.87%
BLUE value IS 107 (42.19% from 255) = 39.34%
R=47.79%
G=12.87%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1303510700.730.180.49314.5357.5832.35
Hex82236B049123113b3a20
Octal20243153011122614737240
Binary1000001010001111010110100100110010110001100111011111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82236B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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