#82337F

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

Shades of Dark Purple #82337F

Tints of Dark Purple #82337F

Color information

#82337F (or 0x82337F) is unknown color: approx Dark Purple. HEX triplet: 82, 33 and 7F. RGB value is (130,51,127). Sum of RGB (Red+Green+Blue) = 130+51+127=308 (40% of max value = 765). Red value is 130 (51.17% from 255 or 42.21% from 308); Green value is 51 (20.31% from 255 or 16.56% from 308); Blue value is 127 (50% from 255 or 41.23% from 308); Max value from RGB is 130 - color contains mainly: red. Hex color #82337F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82337F is #7DCC80. Grayscale: #535353. Windows color (decimal): -8244353 or 8336258. OLE color: 8336258.

HSL color Cylindrical-coordinate representation of color #82337F: hue angle of 302.28º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #82337F is Cyan = 0, Magento = 0.61, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB13051127-
CMYK00.610.020.49
HSL302.28º43.65%35.49%-
HSV(B)302.28º60.77%50.98%-
XYZ14.228.6521-
YUV83.28152.67161.32-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 42.21%
GREEN value IS 51 (20.31% from 255) = 16.56%
BLUE value IS 127 (50% from 255) = 41.23%
R=42.21%
G=16.56%
B=41.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1305112700.610.020.49302.2843.6535.49
Hex82337F03D23112e2c23
Octal202631770752614565443
Binary100000101100111111111011110110110001100101110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #82337F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(130,51,127); }

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

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

 a { background-color: rgb(130,51,127); }

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

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

 span { border-color: rgb(130,51,127); }

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