#82236F

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

Shades of Dark Purple #82236F

Tints of Dark Purple #82236F

Color information

#82236F (or 0x82236F) is unknown color: approx Dark Purple. HEX triplet: 82, 23 and 6F. RGB value is (130,35,111). Sum of RGB (Red+Green+Blue) = 130+35+111=276 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.10% from 276); Green value is 35 (14.06% from 255 or 12.68% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 130 - color contains mainly: red. Hex color #82236F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82236F is #7DDC90. Grayscale: #474747. Windows color (decimal): -8248465 or 7283586. OLE color: 7283586.

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

Color convert

RGB13035111-
CMYK00.730.150.49
HSL312º57.58%32.35%-
HSV(B)312º73.08%50.98%-
XYZ12.687.115.74-
YUV72.07149.97169.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 47.10%
GREEN value IS 35 (14.06% from 255) = 12.68%
BLUE value IS 111 (43.75% from 255) = 40.22%
R=47.10%
G=12.68%
B=40.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1303511100.730.150.4931257.5832.35
Hex82236F049F311383a20
Octal20243157011117614707240
Binary100000101000111101111010010011111110001100111000111010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82236F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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