#82236C

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

Shades of Dark Purple #82236C

Tints of Dark Purple #82236C

Color information

#82236C (or 0x82236C) is unknown color: approx Dark Purple. HEX triplet: 82, 23 and 6C. RGB value is (130,35,108). Sum of RGB (Red+Green+Blue) = 130+35+108=273 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.62% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 108 (42.58% from 255 or 39.56% from 273); Max value from RGB is 130 - color contains mainly: red. Hex color #82236C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82236C is #7DDC93. Grayscale: #474747. Windows color (decimal): -8248468 or 7086978. OLE color: 7086978.

HSL color Cylindrical-coordinate representation of color #82236C: hue angle of 313.89º 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 #82236C is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.49.

Color convert

RGB13035108-
CMYK00.730.170.49
HSL313.89º57.58%32.35%-
HSV(B)313.89º73.08%50.98%-
XYZ12.517.0314.88-
YUV71.73148.47169.56-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.62%
GREEN value IS 35 (14.06% from 255) = 12.82%
BLUE value IS 108 (42.58% from 255) = 39.56%
R=47.62%
G=12.82%
B=39.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1303510800.730.170.49313.8957.5832.35
Hex82236C049113113a3a20
Octal20243154011121614727240
Binary1000001010001111011000100100110001110001100111010111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82236C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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